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

https://github.com/j0sh21/rpicryptoprice

Display price of one selected top 50 Crypto assets on Coinmarketcap at LCD Display
https://github.com/j0sh21/rpicryptoprice

cryptocurrency lcd-display raspberry-pi

Last synced: about 2 months ago
JSON representation

Display price of one selected top 50 Crypto assets on Coinmarketcap at LCD Display

Awesome Lists containing this project

README

          

# rPiCryptoPrice

Display the price of one selected top 50 Crypto assets on Coinmarketcap at an LCD Display.

## Requirements:

- One MariaDB Database
- Coinmarketcap API Key for `cfg.ini`
- Install pip Modules: `pip install -r requirements.txt`

You can change Currency and Coin to display also in `cfg.ini`.

You need to start `api.py`; this will create needed DB-Tables on initial startup if not there already. `api.py` will update the Price and Display every 5 Minutes.