Safebot is a Discord bot that uses the Virustotal API to scan and analyze every URL that is sent via message in a Discord channel. The bot flags the message containing the URL with a 🔍 emoji to indicate that the URL is being analyzed. Once the analysis is complete, the bot removes the 🔍 emoji and reacts with a new emoji based on the response status. If the URL is clean, the bot reacts with a ✅ emoji. If the URL is malicious, the bot reacts with a ❗ emoji and sends a message warning users not to click on the link. The message also lists the antiviruses that flagged the link as malicious.
- Safebot is an open-source, free, and constantly updated Discord bot that anyone can contribute to.
Tech stack:
Python, Virustotal API
Python libraries:
Python-dotenv, Requests, Discord.py