SauravKanchan / Binance_bot

〽️Binance trading Bot using Binance REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance_bot

git clone https://github.com/SauravKanchan/Binance_bot.git
cd Binance_bot
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
  • Create config.py and paste your api_key and api_secrete there
api_key = ''
api_secret = ''
  • Run main.py
python main.py

Screenshot of running bot

Disclaimer

I am not responsible for anything done with this bot. Use it at your own risk.

About

〽️Binance trading Bot using Binance REST API


Languages

Language:Python 100.0%