• Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    Spam protection. Account age gating. Keywords that can trigger a reply. Auto tagging. Stat tracking eg top posters, biggest down voters etc. R9k mode so every post must be unique. Forced text only.

    • asudox@lemmy.asudox.devOPM
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      All can be made except that “r9k” mode. I don’t plan on storing posts OR comments at all. I DO plan on giving each community a small key-value database so they can store some stuff, but I am not sure how many hashes of posts it could hold.

      I wouldn’t define “stat tracking” as appropriate for an automod, but the implementation will be left to mods so I don’t really have any say in that. It can be made.

  • squaresinger@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    7 hours ago

    I started work on an automod a year or so ago, and there was no real interest in it. Tbh, I think lemmy is far too small to really benefit from an advanced automod.

    Remember, all of lemmy together is smaller than the Crackberry forum or the LTT forum. It’s smaller than many city subreddits.

    That means the time investment of setting up and tuning an automod bot and the trouble caused by false automod actions probably isn’t worth the time saved by the automod’s correct actions.

    • asudox@lemmy.asudox.devOPM
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      7 hours ago

      The kind of automod I am building is not only for Lemmy. It also does not depend on any API. It’s a completely new ActivityPub platform just for automoderation. Any platform that mainly uses Group actors and supports moderation on them can be made compatible with it, with full integration of the platform’s moderation features.