a Telegram bot that filters out unwanted words and phrases in group chats. It helps to maintain a clean and respectful environment for communication.
|
|
2 years ago | |
|---|---|---|
| README.md | 2 years ago | |
| go.mod | 2 years ago | |
| go.sum | 2 years ago | |
| main.go | 2 years ago |
telegram-censor-bot is a Telegram bot that filters out unwanted words and phrases in group chats. It helps to maintain a clean and respectful environment for communication.
git clone https://notabug.org/alimiracle/telegram-censor-bot
go get
TELEGRAM_BOT_TOKEN: Your Telegram bot token.BANNED_WORDS_FILE: The path to the text file containing the list of banned words.bash
go build
./telegram-censor-bot
Before running the bot, make sure to configure it properly:
This project is licensed under the GPL v3 License.