Skip to content

ek-dorn/dota_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dota_bot

Dota game pinging bot for telegram

Run the bot

  1. Pull from GitHub:

    git clone https://github.com/ek-dorn/dota_bot
  2. Switch to the bot directory:

    cd dota_bot
  3. Install requirements:

    pip install -r requirements.txt
  4. Run the bot:

    export TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT> && python3 bot.py

In order to refresh the bot in Bash console:

  1. Stop the process:

    Ctrl+C
  2. Pull the new version:

    git pull
  3. Run the bot:

    export TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT> && python3 bot.py

About

Dota game pinging bot for telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages