context-mod icon indicating copy to clipboard operation
context-mod copied to clipboard

an event-based, reddit moderation bot built on top of snoowrap and written in typescript

Results 55 context-mod issues
Sort by recently updated
recently updated
newest added

Once api is stable document endpoints and provide samples for authentication/usage

documentation

There are some good pointers in the ui but would be good to document in a readme along with hierarchy/tuning/etc.

documentation

So that users can pre-define mustache rendering fragments for a rule - [ ] Add a `partials` property to rule json that is parsed on startup - [ ] Allow...

enhancement

If a submission or comment already has been replied to (at top level) from a moderator (or automod) then we don't want to also perform actions on it as we...

enhancement

Previously replaced a large swatch of the initial websockets implementation with polling in #91 Currently websockets has become more cumbersome than it is beneficial: * Requires a separate implementation to...

UI

Detecting text on an image would be an excellent feature for CM: * detect offensive phrases/words * detect spam links * detect watermarks (potentially) Some bots that do things similar...

enhancement

https://moderatehatespeech.com/ https://www.reddit.com/r/redditdev/comments/xdscbo/updated_bot_backed_by_moderationoriented_ml_for/ https://moderatehatespeech.com/docs/ Potentially as another provider for the [sentiment analysis](https://github.com/FoxxMD/context-mod/tree/master/docs/subreddit/components/sentiment) rule or as a separate [rule](https://github.com/FoxxMD/context-mod/tree/master/docs/subreddit/components#rules) entirely. Would provide another signal for comment toxicity. Things to think about WRT...

enhancement
Rule

The current caching mechanism uses a scoped (per event) Map of results to return early. This is fine but at the same time CM is still generating, and keeping in...

enhancement

## Removal by Mods Removal reason for moderators is covered by `mod_note` and `mod_reason_title` on the submission/comment ## Filter reason (automod) Getting automod filter reason requires [access to modlog](https://www.reddit.com/r/redditdev/comments/nr313d/comment/h0ea921/?utm_source=reddit&utm_medium=web2x&context=3) or...

enhancement

CM has evolved to rely heavily on the operator config for general setup and storing bot credentials generated via the wizard/invite helper. Currently, the config can only be loaded via...

enhancement