项目作者: ozgen

项目描述 :
trader, experimental, binance
高级语言: Python
项目地址: git://github.com/ozgen/binance-bot.git
创建时间: 2018-01-27T22:57:31Z
项目社区:https://github.com/ozgen/binance-bot

开源协议:

下载


binance-bot

Python Dependency: 3.6

Go API Center, Create New Api Key

[✓] Read Info [✓] Enable Trading [X] Enable Withdrawals
Rename config.sample.py to config.py

Get an API and Secret Key, insert into config.py

API key for account access
api_key = ‘’
Secret key for account access
api_secret = ‘’

API Docs

In order to run pump bot :

  1. git clone https://github.com/ozgen/binance-bot.git
  2. cd binance-bot
  3. python3 PumpRunner.py --symbol iost (the coin symbol to pump)

In order to run trade bot :

  1. git clone https://github.com/ozgen/binance-bot.git
  2. cd binance-bot
  3. python3 BinanceBotRunner.py --symbol xrp --profit 5 --wallet 100 (example of sample script)