A Discord-bot that to detect nsfw images. Using nudenet python library to classify the images.
After giving the the bot your server's access, it will automtically delete any NSFW images that are sent on the server.
Instructions for usage (to be used with python3 only):
- Install all the required libraries using
pip3 install -r requirements.txt
- Create a file called
.env
and insert the lineDISCORD_TOKEN=<your discord bot's token here>
into it. - run the main script
python3 main.py
Note: If you have a Zeeshan in your server, this will be a very good free investment.