A smart Pyrogram-based Telegram bot that automatically detects scam messages and malicious URLs.
- 🤖 No commands needed — just send a message
- 🔐 Scam analysis using Google Gemini
- 🧪 URL safety check using VirusTotal
- /check - command to check scam message or url
- Normal conversation with AI bot for Cybersecurity guidance
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Set your API keys in
config.py - Run with:
python main.py
- Python 3.11+
- Pyrogram
- Google Generative AI (Gemini)
- VirusTotal Public API