hami-sh / bankbalance

Implementing Barefoot Investor's Model for Up Banking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bankbalance 💰

Implementing Barefoot Investor's Model for Up Banking

Quick Setup

  1. Get a up banking API token, and place in secrets.json like so:
{
    "up_api_key": "YOUR_TOKEN_HERE"
}
  1. Edit the config to your liking, and change the names of your bank accounts to follow the barefoot investor scheme. Samples are included already.
  2. Install requirements with pip install -r requirements.txt
  3. Run python3 balancer.py [payday/balance]

About

Implementing Barefoot Investor's Model for Up Banking


Languages

Language:Python 100.0%