All Projects → pischule → mention-all-bot

pischule / mention-all-bot

Licence: GPL-3.0 license
Telegram bot that allows you to notify all members of the group.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to mention-all-bot

TheRealPhoenixBot
A group management bot written in python3 using the python-telegram-bot library.
Stars: ✭ 59 (+136%)
Mutual labels:  python-telegram-bot
calculator-bot
Simple Serverless Telegram Bot on vercel.com
Stars: ✭ 44 (+76%)
Mutual labels:  python-telegram-bot
allukabot
Modular HunterxHunter themed Telegram Bot for managing your group with additional features.
Stars: ✭ 21 (-16%)
Mutual labels:  python-telegram-bot
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+40%)
Mutual labels:  python-telegram-bot
BroadcastBot
A simple Telegram bot that can broadcast messages and media to the bot subscribers. with mongo DB support
Stars: ✭ 73 (+192%)
Mutual labels:  python-telegram-bot
python-telegram-bot-heroku-example
Repository for Medium article about creating a Telegram bot in Python and deploying it on Heroku
Stars: ✭ 13 (-48%)
Mutual labels:  python-telegram-bot
Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (+40%)
Mutual labels:  python-telegram-bot
Tuna-Erha-Bot
No description or website provided.
Stars: ✭ 18 (-28%)
Mutual labels:  python-telegram-bot
hidethisbot
An inline Telegram bot to keep your private messages hidden from prying eyes.
Stars: ✭ 44 (+76%)
Mutual labels:  python-telegram-bot
rss-chan
A telegram RSS feed reader bot, written using python and feedparser.
Stars: ✭ 70 (+180%)
Mutual labels:  python-telegram-bot
nebula8
Open source bot to administer a telegram group with different functionalities and blacklist
Stars: ✭ 21 (-16%)
Mutual labels:  python-telegram-bot
python-telegram-bot-seed
Skeleton project for implementing bots in Python using the module python-telegram-bot
Stars: ✭ 25 (+0%)
Mutual labels:  python-telegram-bot
BotListBot
Repository of Telegram's BotListBot
Stars: ✭ 55 (+120%)
Mutual labels:  python-telegram-bot
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+52%)
Mutual labels:  python-telegram-bot
Cryptora
An all in one cryptocurrency bot for Telegram.
Stars: ✭ 25 (+0%)
Mutual labels:  python-telegram-bot
EPUB-to-PDF
Telegram bot EPUB to PDF converter
Stars: ✭ 25 (+0%)
Mutual labels:  python-telegram-bot
telegram-search-bot
Telegram中文聊天记录搜索机器人
Stars: ✭ 127 (+408%)
Mutual labels:  python-telegram-bot
raspy-temperature-bot
This is a telegram bot hosted by a Raspberry Pi equipped with a temperature and humidity sensor. The bot is capable of sending plots and readings.
Stars: ✭ 31 (+24%)
Mutual labels:  python-telegram-bot
tg-inviter
Generate personal invite links for Telegram channels
Stars: ✭ 26 (+4%)
Mutual labels:  python-telegram-bot
ZeldrisRobot
An anime themed group management bot, running on python with telethon and ptb.
Stars: ✭ 41 (+64%)
Mutual labels:  python-telegram-bot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].