cross-posted from: programming.dev/post/18411894
Hello Lemmings!
I am thinking of making a community moderation bot for Lemmy. This new bot will have faster response times with the help of Lemmy webhooks, an amazing plugin for Lemmy instances by @RikudouSage@lemmings.world to add webhook support. With this, there is no need to frequently call the API at a fixed interval to fetch new data. Any new data will be sent via the webhook directly to the bot backend. This allows for actions within seconds, thus making it an effective auto moderation tool.
I have a few features I thought of doing:
- Welcome messages
- Auto commenting on new posts
- Scheduled posts
- Punish content authors or remove content via word blacklist/regex
- Ban members of communities by their usernames/bios via word blacklist or regex
- Auto community lockdown during spam
What other features do you think are possible? Please let me know. Any questions are also welcome.
threelonmusketeers@sh.itjust.works 2 months ago
How would a moderator team deploy and customize this bot? Who will host it? You? The instance admins? The moderators themselves?
Thanks!
AsudoxDev@programming.dev 2 months ago
I am thinking of making a website for it to act as a dashboard. The community owner will get a UUID as a password to access the dashboard of the community. For security reasons, the password will be reset when the owner of a community changes.
As for the mods, I don’t know yet. Any suggestions?
threelonmusketeers@sh.itjust.works 2 months ago
Suggestions for how the