Skip to content

A quick way to register credit and debit transactions from Nubank into a group in Splitwise

Notifications You must be signed in to change notification settings

victorclc/nubank-splitwise-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nubank to Splitwise Client

A quick way to register credit and debit transactions from Nubank into a group in Splitwise

Screenshot

Getting Started

Prerequisites

  • python3

Installation

  1. Register an app and get an api key on https://secure.splitwise.com/apps
  2. Clone the repo
    git clone [email protected]:victorclc/nubank-splitwise-cli.git
  3. Install python requirements
    pip3 install -r requirements.txt
  4. Run pynubank and follow it instructions to create a .p12 certificate
    pynubank
  5. Run nsc.py configure
    python3 nsc.py configure

(back to top)

Usage

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

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

A quick way to register credit and debit transactions from Nubank into a group in Splitwise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages