Dota game pinging bot for telegram
-
Pull from GitHub:
git clone https://github.com/ek-dorn/dota_bot
-
Switch to the bot directory:
cd dota_bot
-
Install requirements:
pip install -r requirements.txt
-
Run the bot:
export TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT> && python3 bot.py
-
Stop the process:
Ctrl+C
-
Pull the new version:
git pull
-
Run the bot:
export TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT> && python3 bot.py