crypto-exchange-cli is a command line app, built in Python, that presents prices for several pairs which are presented in Crypto Exchanges.
Only available for Poloniex, for now.
pip install https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.7.zip
git clone https://github.com/ivopetiz/crypto-exchange-cli.git
cd crypto-exchange-cliPresents CLI with 30 most traded crypto pairs, ordered by volume.
cli.pyPresents CLI with 30 most traded crypto pairs, ordered by volume, but without color.
cli.py --nocolorPresents CLI with 10 most traded crypto pairs, ordered by volume.
cli.py 10- add mycoins option.
- add Bittrex exchange.
- add Cryptopia exchange.
- change arg flags method.
