based on work from https://towardsdatascience.com/building-a-cryptocurrency-dashboard-using-plotly-and-binance-api-352e7f6f62c9 new binance API added and TIMEOUT logic implemented
-
python3 -m venv .venv
-
source .venv/bin/activate
-
pip3 install -r requirements.txt
-
update content in config.cfg.template and rename it to config.cfg
-
python3 dashboard.py