pytr icon indicating copy to clipboard operation
pytr copied to clipboard

A way to download exclusively account_transactions.csv

Open Felixoid opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Hi, I recently found this fantastic tool that does what I need. However, it does a bit too much. I'd like to have a way to use it as a library and sync transactions into my budget application. Quickly jumping through dl.py doesn't give a hint on how to do it. Even more, Timeline.process_timelineDetail calls dl.work_responses, which calls exit(0).

Describe the solution you'd like I'd like an easy way to collect all_events.json and/or account_transactions.csv from another script without creating it on a disk.

Describe alternatives you've considered Not sure if there are some..

Additional context

> pytr --version
0.2.5
10:53:59 pytr is up to date

Felixoid avatar Oct 17 '24 08:10 Felixoid

Does not exist yet. Agreed the two steps could be easily separated.

Katzmann1983 avatar Oct 21 '24 07:10 Katzmann1983

I am struggeling with that too. Iam trying to download all_events.json without all the pdfs.

Timon0512 avatar Sep 09 '25 20:09 Timon0512

In the latest version (v0.4.4), you can use the command export_transactions for that.

RealCLanger avatar Dec 05 '25 15:12 RealCLanger