Simple wrapper around the crypto currency chart api.
pip install cryptocurrencychart
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