Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 22 hours ago
JSON representation

CLI for Crypto Exchanges.

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c2d8c4d869b499fa7aeb3e30e30cb7f)](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)
[![Build Status](https://travis-ci.com/ivopetiz/crypto-exchange-cli.svg?branch=master)](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.

![](images/Screenshot_001.png?raw=true)

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.