- Register to Telegram
- Get Telegram API (id and hash) : Telegram API
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"
},
python main.py
python main.py --backtest
python main.py --realtrade
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.