Skip to content

BlockFolio API for Terminal, useful when you want to check your crypto assets

Notifications You must be signed in to change notification settings

Smeilz/BlockfolioTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BlockFolio Terminal (Python 2.7)

A simple script to check your assets with BlockFolio API.
Design is inspired by the work of @igor_chubin for rate.sx

Requirements

pip install requests --user
pip install prettytable --user

How to use

  1. Get your API_TOKEN from the BlockFolio App (Settings -> at the bottom, touch to copy)
  2. Add the token in the script API_TOKEN = "INSERT TOKEN HERE"
  3. Launch ./blockfolio.py

Quick Tips

Use the following lines to add the script and use it with blockfolio.py

chmod +x blockfolio.py
sudo cp blockfolio.py /usr/bin/

About

BlockFolio API for Terminal, useful when you want to check your crypto assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published