This project uses Cocoon to create a visual environment for importing bank statements from N26 to YNAB, though it can be easily adjusted to import from other banks as well.
Requires Node.js >= 12 and Python >= 3.6.
Recommended: yarn
yarn install
pip3 install n26
cp n26.yml.example n26.yml
Then open the n26.yml
and fill in the blanks. It contains more than just the configuration for N26, but python-n26 requires the file to have that name.
Start the editor using:
yarn editor
If you configured everything correctly, run all the nodes and open the view for the transaction node. Then, have fun approving transactions!
If you have no idea how the editor works, please consult the Cocoon demos for an in-depth explanation.