What Is It

StopSpamBot is a Telegram bot that automatically detects and removes spam messages in groups using OpenAI’s language model. It understands context, not just keywords.

Features

  • AI-powered detection — uses OpenAI to understand message context
  • Auto-moderation — removes spam and warns/bans spammers
  • Configurable rules — set sensitivity levels and custom rules
  • Multi-language — works with messages in any language

Tech Stack

  • JavaScript (Node.js) — bot runtime
  • OpenAI API — spam detection
  • Telegram Bot API — group integration

Why I Built It

Telegram spam bots are dumb — they block legit messages and miss actual spam. An AI-powered bot that understands context does a much better job.