rienafairefr / pynYNAB

a python client for the new YNAB
MIT License
138 stars 12 forks source link

add script to store budget offline and re-create a client from this offline data #60

Open chbndrhnns opened 6 years ago

chbndrhnns commented 6 years ago

To avoid time-consuming and server-consuming operations on the live YNAB servers, I created this script to store a copy of the basic budget data locally. If there is local data, a YNAB client can be re-created from this data for testing purposes.

rienafairefr commented 6 years ago

Great ! Thanks. It looks like there are leftover commits from when you checked out that repo, made the changes 89d08f9 then merged from upstream (my repo, I guess).

For this PR, you only need the changes in 89d08f9 and 3f40daa I think

chbndrhnns commented 6 years ago

Exactly.

rienafairefr commented 6 years ago

This is a clever hack :+1: