I have built an AutoMod bot for my instance, lemmy.basedcount.com. The bot covers the following features:

  • Automated removal
    • of posts, based on their title, content or link
    • of comments, based on their content
    • configurable with either regular expressions or substrings
  • User whitelisting and exceptions for moderators to selectively lift some or all of the aforementioned rules for certain users.
  • Mention based pinning and locking of a post, through commands exclusively available to the mod team
  • Discord notifications for new registration applications through a webhook. [only for admins]

Naturally, the bot is completely open source. I have also written a rather comprehensive (albeit long-winded) documentation and some examples.

This project is mainly targeted towards admins of small instances, however anyone can spin up their own AutoMod instance for their favourite community (provided they are a moderator there).
The automoderator is also available as a Docker image, for ease of installation.

Feel free to suggest any additional features that you might want to see added to this bot.

      • Admiral Patrick@dubvee.org
        link
        fedilink
        English
        arrow-up
        16
        ·
        10 months ago

        I never had a problem with its behind the scenes actions, but the AutoMod sticky comment at the top with the entirely of War and Peace was always annoying.

        • Nerd02@lemmy.basedcount.comOP
          link
          fedilink
          English
          arrow-up
          6
          ·
          10 months ago

          I can see how that would be annoying. Luckily enough I forgot that was a feature back on Reddit, so my bot isn’t able to do that :)

      • Bernie Ecclestoned@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        10 months ago

        Like anything, it’s how it’s implemented.

        New users can find posting rules complicated, and getting constant automod rejections along with shadowbanning new users makes the whole thing tiresome.

        • Nerd02@lemmy.basedcount.comOP
          link
          fedilink
          English
          arrow-up
          15
          ·
          10 months ago

          constant automod rejections along with shadowbanning new users

          Fuck that. I had that suggested as a feature and downright refused to implement it. It will never be a thing in my bot. This is entirely about reviewing content, not people.

          There’s no way to discriminate one based on their account age, instance, what communities they follow or other bullshit systems such as Reddit’s karma.

          • ijeff@lemdro.id
            link
            fedilink
            English
            arrow-up
            5
            ·
            edit-2
            10 months ago

            Although account-based filtering can be useful for managing obvious spam (e.g., a brand new account posting links).

            • Nerd02@lemmy.basedcount.comOP
              link
              fedilink
              English
              arrow-up
              3
              ·
              10 months ago

              That is true, but it’s a slippery slope I would rather not walk anywhere near. In my humble opinion, account based AutoMod restrictions were the first small steps for the enshittification of Reddit and I wouldn’t want to be responsible for such a thing happening to Lemmy.

    • Diabolo96@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      Unlike reddit. Moderator don’t have absolute power on here. Alternative communities does exist and if you manage to get banned on multiple ones then maybe it’s not the moderators that are the problem.

      • Bernie Ecclestoned@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        10 months ago

        The new user onboarding experience at Reddit is fucking awful. Every sub has an automod, most shadowban new users or have such elaborate posting rules it can make posting not worth the effort

        • Diabolo96@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          10 months ago

          True but your comparing small communities of enthusiasts vs big corpo. Again , alternative communities with different rules still exists.

  • jeffhykin@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    10 months ago

    Is there a good way of notifying the user about what happened when their post/comment was blocked/banned?

    I’ve had times on other services where my comment keeps disappearing and I think; okay is it my VPN? is it a bug? Is it my account? Is it that all URL’s are banned? Is it a keyword? It’s extremely infuriating to try and guess-and-check when no explanation is given. So I’m hoping there’s some kind of feature for that.

    • Nerd02@lemmy.basedcount.comOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      I got the same question from another user under my lemmy.ml crosspost, I guess this is a hot feature. Yes there is a way to do that.

      When setting a removal rule for a post or a comment, mods can fill an optional message field. After having removed the content (according to the rule), the bot will reply to the user with whatever has been written in said field.

      So say your comment got removed because you said a banned word, the AutoMod would reply to your removed comment with a message saying: “Your post has been removed because […]”, depending on what the mods have configured. To clear any doubt, they can also specify a removal reason for the modlog.