mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-11-03 12:55:58 +00:00
c29b0dabc59c99b3196c2717bc46a5b3d65276f6
Author: miloszowi <miloszweb@gmail.com> Author: miloszowi <miloszweb@gmail.com>
simple, but useful telegram bot to gather all of group members attention!
Contents
Getting started
Installation
git clone https://github.com/miloszowi/everyone-mention-telegram-bot.git
pip install -r requirements.txt
python entrypoint.py
Requirements
pythonwith version specified inruntime.txtpipwith version20.0.2
Env file
cp .env.local .env
and then fulfill copied .env file with required values
bot_token- your telegram bot token from BotFatherfirebase_*- all of those values you can find in firebase console
Commands
/in
Will sign you in for everyone-mentions.
If you have already opted-in before, alternative reply will be displayed.
/out
Will sign you off for everyone-mentions.
If you haven't opted-in before, alternative reply will be displayed.
/everone
Will mention everyone that opted-in for everyone-mentions separated by spaces.
If user does not contain nickname, his ID will be present instead of nickname.
If there are no users that opted-in for mentioning, alternative reply will be displayed.
Languages
Python
98.2%
Shell
1.4%
Dockerfile
0.4%






