Skip to content

CryptoBot is a simple trading bot using telegram channel signals

License

Notifications You must be signed in to change notification settings

raven-kus/CryptoBot_old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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"
  },
    "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.

About

CryptoBot is a simple trading bot using telegram channel signals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%