Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarlos0-graveyard/nuofx
Export @NuBank NuConta statements as an OFX file
https://github.com/caarlos0-graveyard/nuofx
Last synced: 2 months ago
JSON representation
Export @NuBank NuConta statements as an OFX file
- Host: GitHub
- URL: https://github.com/caarlos0-graveyard/nuofx
- Owner: caarlos0-graveyard
- Created: 2019-11-09T20:33:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T13:20:22.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:29:04.123Z (5 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# nuofx
Export NuBank's _NuConta_ statements as an OFX file.
## Usage
Easiest way is using Docker:
```sh
docker run --rm -it -e NU_CPF=xxxxx -e NU_PWD=xxxxx -v $PWD:/tmp caarlos0/nuofx
```> `NU_CPF` should be your CPF, numbers only;
>
> `NU_PWD` should be your NuBank password.It should display a QR Code. With your phone, open the NuBank app, go to
"Perfil" > "Acesso pelo site", scan it, and then press enter on the terminal window.It should generate a `extrato_nuconta.ofx` file on your current directory,
which you can import on any software that can speaks OFX.