https://github.com/ozgen/binance-bot
trader, experimental, binance
https://github.com/ozgen/binance-bot
binance-exchange bitcoin bot cyptocurrency experimental python trader
Last synced: 4 months ago
JSON representation
trader, experimental, binance
- Host: GitHub
- URL: https://github.com/ozgen/binance-bot
- Owner: ozgen
- Created: 2018-01-27T22:57:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T00:57:35.000Z (over 8 years ago)
- Last Synced: 2025-01-19T06:43:01.870Z (over 1 year ago)
- Topics: binance-exchange, bitcoin, bot, cyptocurrency, experimental, python, trader
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.binance.com/restapipub.html)
In order to run pump bot :
```sh
git clone https://github.com/ozgen/binance-bot.git
cd binance-bot
python3 PumpRunner.py --symbol iost (the coin symbol to pump)
```
In order to run trade bot :
```sh
git clone https://github.com/ozgen/binance-bot.git
cd binance-bot
python3 BinanceBotRunner.py --symbol xrp --profit 5 --wallet 100 (example of sample script)
```