A telegram bot that uses animated telegram emojis to compete in simple duels in groups.
This bot uses my base tg-bot-bootstrap.
- all the basic features of tg-bot-bootstrap
- dueling system
- reactions to animated emojis
- group settings
- group and global stats
- add the bot to a group
- use
/settingsto open group settings privately
-
use
/addreaction (level) (textlevel = 1the user makes the minimum of pointslevel = 2the user makes the most -
use
/reactionto manage the added reactions
- use
/statsto see the group stats - use
/globalstatsto see the global stats or useinline_mode
- use
/duelto ask in general to be challenged - use
/duel @usernameorreply to a messageto challenge a particular person
Clone this repo:
git clone https://github.com/Nikappa57/tg-duel-bot.gitInstall requirements.
pipenv install
pipenv shellCreate .env with your bot token
TOKEN=yourtoken
Now you should be able to start your bot.
python run.py