wenqingyu / BTCBot

BTCC arbitrage demo bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTC China Bot

This bot runs on BTC China, aka the heaven of trading bots, where transaction fee is 0%. Currently it only follows simple heuristics (buy low and sell high), and acts as a scalper. Indicators will be added.

Usage

https://github.com/wenqingyu/BTCBot.git

after it's downloaded, cd into BtcChinaBot:

cd ./BTCBot

add your auth key into setting.py

(set API access & secret and parameters).

Finally, run the bot:

python ThomasBot.py

This program is provided AS IS. Do not enter API information if you do not know what you are doing. Use it at your own risk.

License

The use of this program is subject to MIT LICENSE, please refer to LICENSE for additional information. Donation

The official API methods provided by BTC China is inconsistent with their documentation and actual scenarios. I've made more than 5 changes to it to actually make it work, plus numerous wrappers in bot.py to make sure the ridiculous API doesn't mess things up.

About

BTCC arbitrage demo bot

License:MIT License


Languages

Language:Python 100.0%