[go: up one dir, main page]

Menu

Tree [cf5491] 0.0.4-alpha /
 History

HTTPS access


File Date Author Commit
 config 2018-04-06 Paul Bouquet Paul Bouquet [ba1e4a] #30 #14 Implement rules system
 doc 2018-04-06 Paul Bouquet Paul Bouquet [8c516d] #7 Raspberry libs required installer
 evaluator 2018-04-06 Paul Bouquet Paul Bouquet [ba1e4a] #30 #14 Implement rules system
 exchanges 2018-04-06 Paul Bouquet Paul Bouquet [3b4735] Create Abstract Evaluator that regroup Evaluato...
 tests 2018-04-06 GuillaumeDSM GuillaumeDSM [41985b] #41 fixed 2 minutes test
 tools 2018-04-03 Herklos Herklos [fd7bca] Update notifications.py
 .gitignore 2018-04-05 Paul Bouquet Paul Bouquet [ee53ff] #33 setup matrix
 .travis.yml 2018-04-04 Paul Bouquet Paul Bouquet [66b5a1] #3 Create test config.json
 LICENSE 2018-02-23 Herklos Herklos [982b51] Initial commit
 README.md 2018-04-06 Herklos Herklos [cf5491] Version changed to 0.0.4-alpha
 bot.py 2018-04-06 GuillaumeDSM GuillaumeDSM [1fa2c0] #41 added stop_threads and set_time_frame for bots
 main.py 2018-04-04 Paul Bouquet Paul Bouquet [8d1954] Improve performances by regrouping same time fr...
 requirements.txt 2018-04-04 Paul Bouquet Paul Bouquet [fa5fae] #3 Integrate first tests

Read Me

CryptoBot Codacy Badge Build Status

Version 0.0.4-alpha

Install

git clone https://github.com/Trading-Bot/CryptoBot
cd CryptoBot
sudo pip install git+https://github.com/Herklos-Bots/BotCore
sudo pip install -r requirements.txt

Configuration

Create a config.json file in the config folder with the following example :

{
  "exchanges": {
    "Binance": {
      "api-key": "YOUR_BINANCE_API_KEY",
      "api-secret": "YOUR_BINANCE_API_SECRET"
    }
  },
  "notification":{
    "enabled": true,
    "type": 1
  },
  "trader":{
    "enabled": false,
    "risk": 2
  }
}

Changelog

For more details see the project wiki.