A quick way to register credit and debit transactions from Nubank into a group in Splitwise
- python3
- Register an app and get an api key on https://secure.splitwise.com/apps
- Clone the repo
git clone [email protected]:victorclc/nubank-splitwise-cli.git
- Install python requirements
pip3 install -r requirements.txt
- Run pynubank and follow it instructions to create a .p12 certificate
pynubank
- Run nsc.py configure
python3 nsc.py configure
Check for credit transactions to register
python3 nsc.py split-credit --date-start 2022-03-01
Check for debit transactions to register
python3 nsc.py split-debit --date-start 2022-03-01
Check for debit and credit transactions to register
python3 nsc.py split-all --date-start 2022-03-01
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.