Keep your discord server safe with this free and open-source file-scanning bot using the Cloudmersive virus scanning API
This is version 1.1, it is not secure. If you deploy it without changes your bot and Cloudmersive API tokens will be public. Cloudmersive requires an account and is free up to 800 calls a month.
Keep in mind that this bot will download ALL files posted in your discord server. This code should run on a remote server gapped from your personal device, but it's your PC.
- Incorporate dotenv secruity
- Add in link scanning (Some of the code is already there)
GateKeep is dependent on the packages in requirements.txt
To run this program you must CD to the repository directory and run
pip install -r requirements.txt
You may need to use pip3 instead of pip, depending on OS and how you installed Python.
For more info on these dependencies, I recommend reading their documentation, it was super helpful when I was building this bot.
Version 1.1: Bug fixes, logic fixes, and improvements. This bot is plug-and-play, with the above security warnings in mind.
Developed by Anwar Gatto 2024