Binance Stepper Bot
The 'binance-stepper-bot' ...
Setting up
Bot-side
- Make sure you have Python >= 3.7 installed
- Download all the repository files to your machine or clone it:
git clone https://github.com/aleksgaisov/binance-stepper-bot
- Install all the necessary dependencies listed in requirements.txt:
pip3 install -r requirements.txt
List:
python-binance
requests
autobahn
certifi
chardet
cryptography
dateparser
pyOpenSSL
service-identity
Twisted
Exchange-side
- Register/Log-in to Binance Exchange
- Apply all the necessary security measures to protect your account, including Two-Factor Authentication.
- Go to API Manager and create new API with the following restrictions:
[*] Read Only [*] Enable Trading [] Enable Withdrawals
Optional: Consider restricting API access to trusted IPs only
- Save your API and Secret keys
Email-side
As this bot uses Gmail as SMTP provider, follow the steps to allow it to send you reports.
- Allow less secure apps to access your account
- Display unlock captcha to prevent SMTPAuthenticationError with code 534
Configuration
Usage
Trading Algorithm
Disclaimer