https://github.com/amitkumarj441/cryptocoin-price-indicator
Indicator to see the spot price of BTC, ETH and LTC in real time
https://github.com/amitkumarj441/cryptocoin-price-indicator
coinbase cryptocoins python3
Last synced: 3 months ago
JSON representation
Indicator to see the spot price of BTC, ETH and LTC in real time
- Host: GitHub
- URL: https://github.com/amitkumarj441/cryptocoin-price-indicator
- Owner: amitkumarj441
- License: apache-2.0
- Created: 2017-10-04T15:57:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T15:09:30.000Z (over 7 years ago)
- Last Synced: 2024-11-28T02:35:05.717Z (7 months ago)
- Topics: coinbase, cryptocoins, python3
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptocoin-Price-Indicator
Indicator to see the spot price of BTC, ETH and LTC in real time## Run
Install dependencies:
```
sudo apt update && sudo apt install python python-gi python-requests
```Then, Run:
```
python main.py
```