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 | 5 months ago | |
---|---|---|
README.md | 5 months ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
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.