Requires Python 3.x to run.
To install:
- clone this repo
- create and activate a virtual environment like mentioned here.
- install
requirements.txt
usingpip3 install -r requirements.txt
on linux orpip install -r requirements.txt
on windows. - rename
.env.example
to.env
- edit
.env
and fill in you Binance Futures API key and secret. - optionally set the port to something different than
8051
and edit the host to make it available outside the local machine.
To start, from within the activated venv run python3 app.py
on linux or python app.py
on windows.
Open a browser and navigate to http://localhost:8051
(default).
You should see the Dashboard appear and refresh every 10 seconds.