Simple python parser to display the results from coinmarketcap
It uses the APIs provided by http://coinmarketcap.northpole.ro
#Usage
Limit the number of listing by passing an argument to coinmarketcap.py (e.g ./coinmarketcap.py 3)
Change the default currency/number of listings by editing the script and changing currency/count
#Installation
pip install tabulate
chmod +x ./coinmarketcap.py