Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gdoermann/cryptocurrencychart
- Owner: gdoermann
- License: mit
- Created: 2019-07-09T20:07:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T16:25:28.000Z (about 4 years ago)
- Last Synced: 2024-09-19T00:55:20.466Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```