Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 2.34 KB

README.md

File metadata and controls

40 lines (21 loc) · 2.34 KB

Nordea-to-YNAB

Build Status

Sponsored

This is a simple command line utility for sending transactions exported from Nordea (tested with the Finnish version) and sending them directly to YNAB.

Setting up

Install dependencies with

pip install -r requirements.txt

Create a file called .env and format it followingly:

YNAB_USERNAME=username
YNAB_PASSWORD=password

and replace username and password with your own YNAB credentials.

After that you can create a directory called transactions and place your exports there.

Then you simply need to call python run.py --file <your_file_name> to send the transactions to YNAB.

Testing

You can run the tests with the command:

$ py.test

You can find more information about the provied fixtures in: FIXTURES.md

Legal

View LICENSE for detailed information.