Create OFX from NuBank transactions
You need REDIS installed: https://redis.io/
yarn install
Just run the command bellow to retrieve your NuBank information:
yarn start -u <NUBANK_LOGIN> -p 2018-01 -o <PATH_TO_CREATE_OFX_FILE>
Options:
--help Show help
--version Show version number
--username, -u Nubank username [required]
--ofxOutput, -o Path to create ofx file [required]
--period, -p Transactions period in format YYYY-MM (ex. 2018-01)
--verbose, -v Log info on console
- Fork it (https://github.com/arthurnobrega/ynab-sync/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request