You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing the same thing over and over again is annoying and time consuming. Add the ability for certain tasks to be automated including programmatic rule based moderation. 'Automod'
Example:
Constantly receiving easy to identify spam/bot posts or comments, from other instances. Allow an admin panel for site-wide configuration of a set of rules to be applied against posts or comments based on certain criteria, and act accordingly. Mods should also have this ability in the community they moderate only.
This is not the only usecase, but a primary one. Automatically removing posts and comments that match a given ruleset as a starting point . Golang template? Lua script? Specific DSL? Not YAML. Would need to securely expose options and actions along with fleshed out authentication, authorization and accounting/logging (AAA).
The text was updated successfully, but these errors were encountered:
Doing the same thing over and over again is annoying and time consuming. Add the ability for certain tasks to be automated including programmatic rule based moderation. 'Automod'
Example:
Constantly receiving easy to identify spam/bot posts or comments, from other instances. Allow an admin panel for site-wide configuration of a set of rules to be applied against posts or comments based on certain criteria, and act accordingly. Mods should also have this ability in the community they moderate only.
This is not the only usecase, but a primary one. Automatically removing posts and comments that match a given ruleset as a starting point . Golang template? Lua script? Specific DSL? Not YAML. Would need to securely expose options and actions along with fleshed out authentication, authorization and accounting/logging (AAA).
The text was updated successfully, but these errors were encountered: