I am currently creating a lemmy automod bot. And i would like to know what features you want or like in a automod here?
It is open source too: https://github.com/hdevelopments/lemmy-automod-bot So that everyone can self host itself :)
Development test thread: https://lemmy.world/post/685919 There you will see what i work on :)
The already done/planed features:
- Autocomment
- Automod ( Profanity filter => remove, “Hardprofanity” filter => ban )
- Commands ( This is a bit developer heavy )
- Multi Community Support
- Keyword response
- Discord Logs ( On Comment creation, On Post creation, On report TBD )
- Discord Commands
- Matrix Logs (TBD)
- Matrix commands (TBD)
If you have any suggestions or ideas please let me know :)
Would you think this should be globally active? Or only on the “active” communities?
Ideally I would like to see it active site-wide. Sometimes small communities are where people feel safe confiding in one another.
But I may not be totally comprehending your question. I’m pretty illiterate when it comes to how automod tools work…
Yeah that what i thought too site wide but some communities doesnt want ( somehow ??? ). But i will deal with it later :)
I will implement that!
Awesome! Thank you so much!
I think there should be no bots with global actions (as in, interacting with posts and comments that were created on federated instances). Bots should only be allowed to interact with their home instance. Bots on Reddit were really annoying for this, as you would always get replies from the global grammar correction bots that added nothing to the conversation. Besides, because each instance admin will probably be hosting their own version of the bot, if global actions are allowed and several instances enable them, one single comment that contains the trigger can get spammed by several bots.
I meant site wide we meant instance locally only.