Everyone Bot
Telegram bot to get everyone's attention in a group chat. Like
@everyonein other messaging applications.
Use the hosted bot, or host your own!
Commands:
/start - Display help text
/in - Opt-in to receive mentions
/out - Opt-out of receiving mentions
/everyone - Mention all opted-in users
npm install -g yarn if you haven't got yarn installed globally.yarn install in the repository to install dependencies.config-sample.json with the desired settings or setup the environment variables mentioned below.npm start or npm start:dev to start the service.| Name | Description |
|---|---|
| TELEGRAM_API_KEY | API key for the telegram bot, provided by @BotFather |
| BOT_WORKERS | Number of worker threads to use (Default: 1) |
| FIREBASE_PROJECT_NAME | Firebase project to be used for storage of groups & users. |
| IREBASE_DATABASE_SECRET | Auth secret for Firebase to communicate securely. |
| MENTIONS_PER_MESSAGE | Used to chunk the mentions into multiple messages as Telegram doesn't notify the people mentioned after the first 4 - 5. |
$ claude mcp add everyone-bot \
-- python -m otcore.mcp_server <graph>