You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
callsdl.work_responses
, which callsexit(0)
.Describe the solution you'd like
I'd like an easy way to collect
all_events.json
and/oraccount_transactions.csv
from another script without creating it on a disk.Describe alternatives you've considered
Not sure if there are some..
Additional context
The text was updated successfully, but these errors were encountered: