Skip to content

Reddit bot to automatically remove or flair NSFW posts to your subreddit

Notifications You must be signed in to change notification settings

dwalone/NSFWtagger_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSFW tagger bot for image submissions to automate moderation

This bot uses a neural net to flair/remove new image submissions to subreddits as NSFW or not to automate moderation.

Installation

Clone repo with git clone https://github.com/dwalone/NSFWtagger_bot.git

Install dependencies with pip install -r requirements.txt

(You may have to also run pip install --upgrade nudenet to install further dependencies)

Usage

Create new Reddit user and make it a moderator of your subreddit(s), or use an existing moderator user.

Create an app for the user (https://www.reddit.com/prefs/apps/)

Enter the Authentication info client id, client secret, username, password into keys.py

Edit configuration options in config.py

Run classify_nsfw_SubredditStream.py to start streaming and moderating image submissions from your subreddit(s)!

About

Reddit bot to automatically remove or flair NSFW posts to your subreddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages