cryptocurrencychart

cryptocurrencychart is a wrapper around the cryptocurrencychart.com api.


License
MIT
Install
pip install cryptocurrencychart==1.0.0

Documentation

cryptocurrencychart

Simple wrapper around the crypto currency chart api.

Installation

pip install cryptocurrencychart

Configuration

Place a config file with your api key and secret in ~/.cryptocurrencychart with the following format:

[default]
KEY = {{API_KEY}}
SECRET = {{API_SECRET}}
BASE_CURRENCY = USD