This project provides a Python-based solution to fetch card and account information from the Nubank public API 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/nubank-to-notion.git
- Install the required packages:
make install
- Authenticate with your nubank account
make auth
- Create your .env file
cp .env.example .env
-
Configure your .env file with your credentials
-
Execute the project
make