aengl / cocoon-ynab

Import bank statements into YNAB using Cocoon. πŸ¦πŸ›

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cocoon-ynab

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.

Installation

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.

Usage

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.

About

Import bank statements into YNAB using Cocoon. πŸ¦πŸ›


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%