Skip to content

Cryptocurrency Trading Bot for Binance (Experimental)

Notifications You must be signed in to change notification settings

hitertamas/binance-trader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinanceTrader (Beta), @yasinkuyu - 2017

http://www.binance.com/?ref=10701111

This is an experimental bot for auto trading the binance.com exchange.

Screenshot

Configuration

Rename config.sample.py to config.py

and

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

    https://www.binance.com/restapipub.html

API key for account access
api_key = ''

Secret key for account access
api_secret = ''

Usage

python trader.py

behind...

Input your crypto currency symbol. Ex: WTCBTC
All binance symbols are supported.

DISCLAIMER

I am not responsible for anything done with this bot. You use it at your own risk. There are no warranties or guarantees expressed or implied. You assume all responsibility and liability.

License

Code released under the MIT License.

Roadmap

  • Order tracking
  • Binance/Bittrex/HitBTC/Liqui Arbitrage
  • GUI (PHP)

Python 2.7

About

Cryptocurrency Trading Bot for Binance (Experimental)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%