Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mewmix/cryptodashboard
Conky dashboard showing etherscan gas prices, bitcoin and ethereum prices.
https://github.com/mewmix/cryptodashboard
bitcoin conky conky-theme ethereum
Last synced: 3 days ago
JSON representation
Conky dashboard showing etherscan gas prices, bitcoin and ethereum prices.
- Host: GitHub
- URL: https://github.com/mewmix/cryptodashboard
- Owner: mewmix
- License: apache-2.0
- Created: 2022-07-16T16:59:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T01:02:26.000Z (over 2 years ago)
- Last Synced: 2023-05-02T04:25:14.590Z (over 1 year ago)
- Topics: bitcoin, conky, conky-theme, ethereum
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoDashboard
Conky dashboard inspired by https://github.com/Gictorbit/victorconky - depends on Python 3 - untested with Python2 -
Also depends on an Etherscan API Key - for more information on obtaining one see here https://info.etherscan.com/etherscan-developer-api-key/#Install Steps
1.Clone this Repo
```
git clone https://github.com/mewmix/CryptoDashboard
```
Move the CryptoDashboard folder to your conky path
```
mv CryptoDashboard ~/.conky
```2.Edit the sample .env file with your etherscan key and rename as .env
```
cp sample.env .env```
3.Make start script executable and run
```
chmod +x start.sh && ./start.sh```
4. Screenshots
![ConkerGUI](https://user-images.githubusercontent.com/42463809/179452037-8c82a9a4-c733-400e-91bd-6b7075e49a18.png)