Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 396 Bytes

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