This project provides a solution to fetch card and account information from Brazil's Open Finance and automatically populate a Notion database using the Notion API. It's designed to help users effortlessly manage their financial data within a Notion workspace.
- Clone the repo
git clone https://github.com/danielmesquitta/openfinance
- Install the required packages:
make install- Create your .env file
cp .env.example .env- Create config files
cp config/categories.json.example config/categories.json
cp config/mappings.json.example config/mappings.json
cp config/users.json.example config/users.json-
Configure your .env file and the config files with your credentials
-
Execute the script
make