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-cli
Presents CLI with 30 most traded crypto pairs, ordered by volume.
cli.py
Presents CLI with 30 most traded crypto pairs, ordered by volume, but without color.
cli.py --nocolor
Presents 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.