/cryptocurrencychart

Crypto Currency Chart api wrapper for python

Primary LanguagePythonMIT LicenseMIT

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