Coingraph是一个加密货币的实时图表

Coingraph是一个加密货币的实时图表

JavaScript 可视化/图表

访问GitHub主页

共105Star

详细介绍

Coingraph

Version Release GitHub stars GitHub forks GitHub issues Donate

Coingraph is a real-time graph for cryptocurrencies. Powered by Python, MySQL and Cryptonator.

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

Edit webserver.py and getdata.py to customize your mysql database connection.

Cronjob

Insert a cronjob. You can edit your cronjob list from the terminal command crontab -e.

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

Usage

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