jevmod on Reddit

Reads new comments and new posts in the subreddits you moderate, and reports to the mod queue.

This one you run yourself today. The adapter is in the open package under the MIT licence; the hosted product covers Discord so far.

What it does, exactly.

What it reads

New comments and new submissions, through the official API. A post is judged as its title joined to its body, never the title alone, because a scam or a slur sits in the title exactly as often as in the text under it.

What it can do

Reports the item to the mod queue with its probabilities, or removes it.

How you talk to it

There is no chat surface. Settings are changed through the HTTP API or the SDK.

Worth knowing first

It runs as a moderator account of your subreddit, and Reddit has no per-comment mute, so there is no timeout equivalent here.

Run it yourself.

The same core every other surface uses. MIT, and nothing about this command is different from what the hosted product runs.

pip install jevmodpython -m jevmod.adapters.reddit_bot
The source

The other four.