telegram-antispam-bot/.env.example
Artemii Peretiachenko 89c472708b Initial release: Telegram anti-spam bot
Includes join verification button, discuss-comment cleanup for non-members, and SQLite persistence.

Made-with: Cursor
2026-04-10 16:28:22 +02:00

9 lines
206 B
Text

BOT_TOKEN=PUT_YOUR_TOKEN_HERE
# Optional: restrict bot to a single chat (recommended for first run)
# Example: -1001234567890
CHAT_ID=
DB_PATH=./bot.sqlite3
VERIFY_WINDOW_SECONDS=60
THANKS_TTL_SECONDS=60