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
- Host: GitHub
- URL: https://github.com/j0sh21/rpicryptoprice
- Owner: j0sh21
- Created: 2023-12-13T13:12:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T13:20:13.000Z (over 2 years ago)
- Last Synced: 2025-03-20T21:10:29.468Z (over 1 year ago)
- Topics: cryptocurrency, lcd-display, raspberry-pi
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.