this post was submitted on 20 Jul 2023
28 points (86.8% liked)

Fediverse

27830 readers
267 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

geteilt von: https://feddit.de/post/1728805

I made a simple mod bot for Lemmy.

It's still "early access", but it's stable and should be fit for everyday use.

I'd be really happy to get some feedback on what kind of features mods would like to see.

If you want to try it in action, go to !bottest@feddit.de. That's the testing community where it currently filters posts with duplicate URLs, same as mentions of Reddit, Lego and other beings-who-must-not-be-named. Feel free to post stuff there and see it get automatically moderated.

you are viewing a single comment's thread
view the rest of the comments
[–] squaresinger@feddit.de 10 points 1 year ago* (last edited 1 year ago)

Found the luddite, I guess.

The point of automods is to take really simple and repetitive tasks from the human moderators. For example, in one community the moderators spend a lot of time locking duplicate posts.

So for example, there's a cool news post, and over the next few days different people are creating multiple posts linking to the same article instead of searching whether someone else already posted the same thing. Double posts like that suck a bit, since they fracture the discussion, making it hard to follow what's been said. They also decrease the visibility and split the audience between multiple posts containing the same content.

Currently, they have to manually search for and close these double posts, which is both annoying, takes time and is frustrating. An automod can automatically detect these posts, comment with a link to the original post and lock the duplicate ones.

Back on Reddit some mods use bots to detect frequently asked questions and automatically post a response linking to an FAQ thread. This would be possible here as well.

There is no AI or any kind of judgement built in the bot. It doesn't use heuristics or anything. Just really simple rules (currently duplicate detection and regex) to automate the judgement of the mods.

I think you are anthropomorphizing this little script far too much.