https://github.com/ivopetiz/crypto-exchange-cli
CLI for Crypto Exchanges.
https://github.com/ivopetiz/crypto-exchange-cli
altcoin api api-client bitcoin bitcoin-api bitcoin-price cli command-line command-line-tool commandline exchange poloniex poloniex-api technical-analysis
Last synced: about 1 month ago
JSON representation
CLI for Crypto Exchanges.
- Host: GitHub
- URL: https://github.com/ivopetiz/crypto-exchange-cli
- Owner: ivopetiz
- License: unlicense
- Created: 2017-11-18T20:33:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T15:40:32.000Z (almost 7 years ago)
- Last Synced: 2025-04-13T15:40:43.667Z (6 months ago)
- Topics: altcoin, api, api-client, bitcoin, bitcoin-api, bitcoin-price, cli, command-line, command-line-tool, commandline, exchange, poloniex, poloniex-api, technical-analysis
- Language: Python
- Homepage:
- Size: 204 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.codacy.com/app/ivopetiz/crypto-exchange-cli?utm_source=github.com&utm_medium=referral&utm_content=ivopetiz/crypto-exchange-cli&utm_campaign=Badge_Grade_Dashboard)
[](https://travis-ci.com/ivopetiz/crypto-exchange-cli)
# crypto-exchange-cli## CLI for Crypto Exchanges
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.
## Install
```bash
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
```## Usage examples
### Regular usage
Presents CLI with 30 most traded crypto pairs, ordered by volume.
```bash
cli.py
```### Use without color
Presents CLI with 30 most traded crypto pairs, ordered by volume, but without color.
```bash
cli.py --nocolor
```### 10 most traded coins
Presents CLI with 10 most traded crypto pairs, ordered by volume.
```bash
cli.py 10
```## TODO
- add mycoins option.
- add Bittrex exchange.
- add Cryptopia exchange.
- change arg flags method.