Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 00:19

TelegramWarden

TelegramWarden Docker Hub

Run manually

docker run --restart always -d --name twarden -p \
    -e BOT_TOKEN='<BOT_TOKEN>' aqulasoft/twarden

Configuration

  • BOT_TOKEN: Telegram bot token
  • TO_TRANSLATE: ISO 639-1 Language code used for auto message translate (Default: en)
  • MAX_MSG_LENGTH: Message max length (Default: 1000)
  • DENY_URL: Delete messages with links (Default: true)
  • DENY_PHOTO: Delete messages with photo (Default: true)