Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gdoermann/cryptocurrencychart

Crypto Currency Chart api wrapper for python
https://github.com/gdoermann/cryptocurrencychart

Last synced: about 2 months ago
JSON representation

Crypto Currency Chart api wrapper for python

Awesome Lists containing this project

README

        

cryptocurrencychart
--------------------

Simple wrapper around the crypto currency chart api.

Installation
------------

```bash
pip install cryptocurrencychart
```

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

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

```