this post was submitted on 11 Jun 2023
5 points (85.7% liked)

Lemmy Support

4656 readers
15 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Ime once an online community starts to get traction, keeping things civil often requires some automation.

There doesn't seem to be any mention of automod functionality on https://join-lemmy.org/docs/en/users/04-moderation.html. And, while there are a few issues in the Lemmy GitHub repo about moderation, there's currently nothing about a bot.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] CaptainBasculin@lemmy.ml 6 points 1 year ago (1 children)

the API documentation exists, which could be a good start: https://join-lemmy.org/api/

[โ€“] numbers@lemmy.ml 1 points 1 year ago

Thanks for the link.

It would be great to have some webhooks built into the server, so that bots wouldn't have to constantly poll for new posts and comments. That would also make it possible to remove unwelcome content (spam, etc) before it's viewable by users.