Skip to content

Latest commit

 

History

History
61 lines (56 loc) · 1.3 KB

README.md

File metadata and controls

61 lines (56 loc) · 1.3 KB

CryptoBot

Install

Prerequisites

Installation

Get the project sources

git clone https://github.com/Herklos/CryptoBot
cd CryptoBot-Telegram
pip install -r requirements.txt

Configuration

  • Copy config/default_config.json --> config/config.json
  • Change telegram-api
"telegram-api":{
    "api_id" : "YOUR_API_ID",
    "api_hash" : "YOUR_API_HASH",
    "phone_number" : "YOUR_TEL_NUM"
  },
    "crypto-bot":{
    "token" : "BOT_API_TOKEN",
    "channel_id" : "YOUR_ID"
  }

Your tel num with your code number before.

  • (Optional) Change bittrex-key
"bittrex-key": {
    "key" : "YOUR_BITTREX_API_KEY",
    "secret" : "YOUR_BITTREX_API_SECRET"
  },

Usage

Backtesting by telegram message (Working --> only by using other pre-installed channels)

python main.py

Backtesting (On development)

python main.py --backtest

RealTime trading (On development)

python main.py --realtrade

Development

Get the project sources

git clone https://github.com/Herklos/CryptoBot
cd CryptoBot-Telegram
pip install -r requirements.txt
git checkout dev

Check issues and project page of this repository.