Kill-Nickson / binance_trade_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binance_trade_bot

Steps to run:

  1. Clone the current repo locally.
  2. Install requirements.
  3. Change api_key and secret_key variables in file config.py to yours.
  4. Run command: python web_app.py .
  5. Then open localhost:8000 in your browser To run bot with a test orders' set you need to comment lines 26-30 and uncomment lines 34-39 in file web_app.py, then you see the next one on the localhost:8000 page: screenshot.

About


Languages

Language:Python 63.4%Language:HTML 36.6%