Python Flask web dashboard for Binance API with real-time charts, trade execution, and portfolio management
Light Mode | Dark Mode |
---|---|
git clone https://github.com/ozgvr/binance-trader.git
In project directory run a pip install on requirements file
python -m pip install -r requirements.txt
API_KEY=XXX
SECRET_KEY=XXX
python app.py
http://127.0.0.1:5555 Default host for the server is 127.0.0.1 with port 5555. You can edit them from the app.py file.