A way to download exclusively account_transactions.csv
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
Does not exist yet. Agreed the two steps could be easily separated.
I am struggeling with that too. Iam trying to download all_events.json without all the pdfs.
In the latest version (v0.4.4), you can use the command export_transactions for that.