/nubank-to-notion

Python-based solution to fetch card and account information from the Nubank public API and automatically populate a Notion database using the Notion API

Primary LanguagePython

Nubank-Notion Integration Project

Overview

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.

Dependencies

Getting started

  1. Clone the repo
git clone https://github.com/danielmesquitta/nubank-to-notion.git
  1. Install the required packages:
make install
  1. Authenticate with your nubank account
make auth
  1. Create your .env file
cp .env.example .env
  1. Configure your .env file with your credentials

  2. Execute the project

make