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 | před 5 měsíci | |
---|---|---|
README.md | před 5 měsíci | |
go.mod | před 1 rokem | |
go.sum | před 1 rokem | |
main.go | před 1 rokem |
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.