Thanks to visit codestin.com
Credit goes to github.com

Skip to content

farizjr1/mention-all

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mention-all-bot

mention-all-bot is a telegram bot that helps to mention all users in a group.

Usage

  1. Use hosted or host yourself

  2. Add to your group

  3. Everyone who wants to receive notifications opts-in using /in

  4. Now you can call everyone with /all

Commands:

/start - Display help text
/in - Opt-in to receive mentions
/out - Opt-out of receiving mentions
/all - Mention all opted-in users
/stats - Display bot stats

Installation

# clone the repo
git clone https://github.com/pischule/mention-all-bot.git
cd mention-all-bot

# set your bot token and db password
echo "TGBOT_TOKEN=????????" > .env
echo "DB_PWD=????????" >> .env

# run the app
docker-compose up -d

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3

About

Telegram bot that allows you to notify all members of the group.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.7%
  • Dockerfile 2.3%