Skip to content

bockp/onion-coinmarketcap-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

preliminary steps to make the project functional

  1. setup Onion:
  1. install pip on the onion Omega2+
opkg update
opkg install python-pip
  1. install Coinmarketcap python wrapper using pip on the onion Omega2+:
pip install coinmarketcap
  1. install python-light and pyOledExp libraries to use the OLED Expansion on the onion Omega2+:
opkg update
opkg install python-light pyOledExp
  1. execute script on the Onion Omega2+:
python coinmarketcapMain.py

additional project ideas:

  • use Steem API to display voting power, exchange ratio Steem<->SBD
  • Use data from altcoins according to this tutorial to analyze altcoins and decide on investment possibilities.
  • Create an "altcoin discoveror" function set that can search coinmarketcap for unknown coins with certain criteria.

About

This project uses the python Coinmarketcap API to display price information on an Onion2+ equipped with the OLED expansion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages