a Telegram bot that filters out unwanted words and phrases in group chats. It helps to maintain a clean and respectful environment for communication.
alimiracle 9da1027b8f move to codeberg | hace 5 meses | |
---|---|---|
README.md | hace 5 meses | |
go.mod | hace 1 año | |
go.sum | hace 1 año | |
main.go | hace 1 año |
this project has been archived and migrated to codeberg. To access the project on codeberg,
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.