a Telegram bot that filters out unwanted words and phrases in group chats. It helps to maintain a clean and respectful environment for communication.
|
8 kuukautta sitten | |
---|---|---|
README.md | 8 kuukautta sitten | |
go.mod | 1 vuosi sitten | |
go.sum | 1 vuosi sitten | |
main.go | 1 vuosi sitten |
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.