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
/settings
to open group settings privately
-
use
/addreaction (level) (text
level = 1
the user makes the minimum of pointslevel = 2
the user makes the most -
use
/reaction
to manage the added reactions
- use
/stats
to see the group stats - use
/globalstats
to see the global stats or useinline_mode
- use
/duel
to ask in general to be challenged - use
/duel @username
orreply to a message
to challenge a particular person
Clone this repo:
git clone https://github.com/Nikappa57/tg-duel-bot.git
Install requirements.
pipenv install
pipenv shell
Create .env
with your bot token
TOKEN=yourtoken
Now you should be able to start your bot.
python run.py