Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.27 KB

File metadata and controls

36 lines (29 loc) · 1.27 KB

Binance Line Chart

Python 3.8 Code style: black MIT License


Features

The user can choose to turn 'live mode' on or off, the live data is fetched using the Binance API websocket.

Currently there are 4 time frames avaible, these are:

  • 1 day
  • 1 week
  • 1 month
  • 1 year

You can fill in how many lines / coins you want to have displayed, the default is 25.

Dependencies

The required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block:

$ pip install -r requirements.txt 

Alternatively, you can install the required packages manually like this:

$ pip install <package>

How to run

  • Clone the repository
  • Run $ python src/main.py
  • See result

Screenshots

1 day 25 coins 1 month 25 coins