Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }

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 (Working)

python main.py --backtest

RealTime trading (Working)

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.

About

CryptoBot is a simple trading bot using telegram channel signals

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages