Nubank expense tracker

This is an independent project to track Nubank expenses. To fetch Nubank data we are going to use an unofficial Nubank API, that is going to be explained later. This data will be kept in a database container to be used and analyzed later.

The main goal of this project is to put in practice technologies such as containers, docker-compose, python, network between containers and so on.

This project is under development…

How to set things up

To set up the enviroment:

docker-compose up -d --build

List docker containers and enter inside container py_nu:

docker ps

docker exec -it py_nu /bin/bash

Enter the tracker directory and run authentication file helper for more info:

cd tracker

./authentication.py --help