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