Skip to content

fredrikfh/notion-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notion-bank

Description

Send bank statements (transactions) to a Notion database.

Get started with the corresponding Notion template.

Supported banks

  • DNB (txt)
  • AMEX (csv)
  • Danske Bank (csv)

How to use it

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

Installation

You need a .env file in the root with the following variables:

NOTION_API_KEY=
NOTION_DATABASE_ID=
NOTION_OPERATOR_DATABASE_ID=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages