Requires Python 3.x to run.
To install:
- clone this repo
- create and activate a virtual environment like mentioned here.
- install
requirements.txtusingpip3 install -r requirements.txton linux orpip install -r requirements.txton windows. - rename
.env.exampleto.env - edit
.envand fill in you Binance Futures API key and secret. - optionally set the port to something different than
8051and 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.