This project provides a solution to fetch card and account information from 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
-
Configure your .env file with your credentials
-
Execute the project
make