I am currently creating a lemmy automod bot. And i would like to know what features you want or like in a automod here?

It is open source too: https://github.com/hdevelopments/lemmy-automod-bot So that everyone can self host itself :)

Development test thread: https://lemmy.world/post/685919 There you will see what i work on :)

The already done/planed features:

  • Autocomment
  • Automod ( Profanity filter => remove, “Hardprofanity” filter => ban )
  • Commands ( This is a bit developer heavy )
  • Multi Community Support
  • Keyword response
  • Discord Logs ( On Comment creation, On Post creation, On report TBD )
  • Discord Commands
  • Matrix Logs (TBD)
  • Matrix commands (TBD)

If you have any suggestions or ideas please let me know :)

  • Andreas
    link
    English
    21 year ago

    Thanks! Federation is quite annoying like that. I’m working on a Lemmy AutoModerator in Python that uses the YAML configuration like Reddit’s AutoModerator but it doesn’t take commands from any external source, so it’s nice to have similar projects as a reference. My focus is specifically on the post scheduling module right now because what my communities need most are weekly threads, so that would be a great feature to see in this bot.

    (This is a reply to this comment. When I try to reply to your comment directly, it doesn’t sync over to lemmy.world. Your post with the links to the source code isn’t updating on my instance either)