Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Automated Content moderation of URLs and Uploaded ImagesΒ #215

@iMerica

Description

@iMerica

PySlackers is virtually public and open, which makes it vulnerable to trolls. Let's write some basic content moderation automation using Tensorflow to tackle the low hanging fruit: Messages on public channels that contain URLs or uploaded images.

Basically we need to:

  • Make Slackbot listen to all messages across public channels.
  • If a message includes a URL that resolves to mime type image/*, run that URL though a pre-trained NSFW classifier (like this one)
  • Version 1: If content is NSFW, send a message to the admins and maybe a warning to the channel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions