A simple script to check your assets with BlockFolio API.
Design is inspired by the work of @igor_chubin for rate.sx
pip install requests --user
pip install prettytable --user
- Get your API_TOKEN from the BlockFolio App (Settings -> at the bottom, touch to copy)
- Add the token in the script
API_TOKEN = "INSERT TOKEN HERE"
- Launch
./blockfolio.py
Use the following lines to add the script and use it with blockfolio.py
chmod +x blockfolio.py
sudo cp blockfolio.py /usr/bin/