groove bot
version-2-test
This repository contains the code for the Groove Telegram Chatbot, which is designed to handle user messages and manage chatbot setup via webhook. The bot can be controlled through a website, while CPU-intensive tasks are handled by a separate backend worker.
Admin Operations:
User Assistance:
Profanity Filters:
python-telegram-botOnce the bot is running, it will handle incoming messages and execute commands as per the implemented features. The bot can be controlled via the website for admin operations and further customization.
/pin: Pin a specific message in the chat./unpin: Unpin a specific message./mute: Mute a user./unmute: Unmute a user./kick: Kick a user from the group./delete: Delete a specific message./register <token>: Set up the bot in a group using a token.The bot includes a built-in profanity filter that scans messages for inappropriate language and takes appropriate action, such as warning the user or deleting the message.