Send bank statements (transactions) to a Notion database.
Get started with the corresponding Notion template.
- DNB (txt)
- AMEX (csv)
- Danske Bank (csv)
Download statements from your bank and save them in the bank_statements
folder.
Add all transactions in the folder, run python3 main.py
To run a specific file, run python3 main.py <file> <bank>
example: python3 main.py bank_statements/2021-01-01.csv AMEX
You need a .env file in the root with the following variables:
NOTION_API_KEY=
NOTION_DATABASE_ID=
NOTION_OPERATOR_DATABASE_ID=