this post was submitted on 03 Nov 2025
29 points (96.8% liked)

Fedigrow

569 readers
35 users here now

To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks

Resources:

Megathreads:

Rules:

  1. Be respectful
  2. No bigotry

founded 5 months ago
MODERATORS
 

cross-posted from: https://lemmy.asudox.dev/post/1072929

Just gathering ideas.

top 11 comments
sorted by: hot top controversial new old
[โ€“] Kolanaki@pawb.social 2 points 6 days ago* (last edited 6 days ago) (1 children)

Messages when actions are made on your posts/account so you don't find out a month later while checking out the modlog.

Though, I am curious if such a bot would work if it's flagged as a bot when the user has bots filtered out in the settings. ๐Ÿค”

[โ€“] Blaze@piefed.zip 1 points 6 days ago

Piefed has those notifications built in the platform

[โ€“] Elevator7009sAlt@ani.social 2 points 6 days ago (1 children)

Autoposting weekly threads, and the ability to put the date in the name of the autopost.

What are you playing this Wednesday, January 1, 2000?

What are you playing this Wednesday, January 8, 2000?

and so on

[โ€“] Blaze@piefed.zip 1 points 6 days ago (1 children)

Switching costs. I'll try Piefed someday

[โ€“] Skavau@piefed.social 15 points 1 week ago* (last edited 1 week ago) (1 children)

I made a post on this some weeks back. Whether it would be through an 'automod' bot (ideally not, in my opinion) - or community settings preventing posts from even going out is another matter.

  • Automatic removal option to remove posts and/or comments for specific keywords. This would be most useful for automatically removing posts and comments when people slur. Piefed already has a keyword filter for visibility. This could be expanded to community settings. Have it also fire-off a report to the moderators when someone triggers it.
  • Automatic URL removal. Allow communities to blacklist specific urls. Useful for politics or news communities that want to negate sources known for misinformation.
  • Automatic removal for repeat URL posting. Very useful for politics or news communities to prevent double-posting.
  • Make it so a community can set itself up to only accept text posts, video posts, or image posts. This should prevent tedious janitorial cleanup for communities that only allow links, or text posts (the most common two).
  • Post Delay Restrictions. Some communities, perhaps not many, might be interested in posting cooldowns for users. So you can only post 1 post every hour, or 2 posts every hour - or whatever the chosen limit is. This would help negate spammers and over-enthusiastic posters flooding a topical community.
  • Post Formatting Requirements. This one could be trickier and more effort than most of the others, but setting conditions for the formatting of new posts would be useful.
[โ€“] sga@piefed.social 2 points 1 week ago

I really would like the first 3. Others are fine as well, but the former 3 are really required if you run a even moderately politics related community

[โ€“] threelonmusketeers@sh.itjust.works 5 points 1 week ago (1 children)

Automatic comment replies based on keywords or key phrases.

Basically, if a comment contains a specific string, the automod would reply with a corresponding string, configurable by the community moderators.

Would this be doable?

[โ€“] asudox@lemmy.asudox.dev 4 points 1 week ago (1 children)
[โ€“] corsicanguppy@lemmy.ca 3 points 1 week ago (1 children)

Can it cause comma splices and other more-than-regex criteria to trigger deletion or rejection?

[โ€“] asudox@lemmy.asudox.dev 2 points 1 week ago* (last edited 1 week ago)

All dependent on the implementation. As said in other comments, the design I have in mind is letting community mods define the automod's behaviour in their community by writing scripts in a language like Lua in a sandboxed environment.

So you can make the bot do pretty much anything within the boundaries of the community.