gmemstr / coingraph

Coingraph is a real-time graph for cryptocurrencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coingraph

Version Release GitHub stars GitHub forks GitHub issues Donate

Coingraph is a real-time graph for cryptocurrencies.

Coingraph Screenshot

Dependencies

# Install dependencies
sudo apt-get install python python3 libmysqlclient-dev

# Install python dependencies
pip install json requests sys time tornado MySQL-python

Download

git clone https://github.com/derogab/coingraph
cd coingraph
python webserver.py

Configuration

Open webserver.py and getdata.py to customize mysql db connection.

Cronjob

Insert a cronjob. You can edit your cronjob list by writing crontab -e.

*/1 * * * * /usr/bin/python ~/coingraph/getdata.py

Usage

Open http://localhost:8080 to view real-time graphs.

Donate

If this project help you reduce time to develop, you can give me a cup of coffee :)

About

Coingraph is a real-time graph for cryptocurrencies.


Languages

Language:JavaScript 37.6%Language:HTML 27.9%Language:Python 25.7%Language:CSS 8.8%