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

Based on a request by [u/BootsMade4Walking](https://www.reddit.com/r/ModSupport/comments/whesjs/is_there_a_way_to_detect_a_specific_logo_in/) -- add ability for CM to detect **solid, well-defined** logos in an image. Potentially can use [openCV](https://docs.opencv.org/3.4/index.html) (using [opencv.js](https://docs.opencv.org/3.4/d0/d84/tutorial_js_usage.html)?) [template matching](https://stackoverflow.com/a/15147009/1469797), assuming the logo...

enhancement

Right now I use a different bot to enforce a minimum image size but it has no flexibility. I'd like to be able to have a minimum image size most...

enhancement

CM already supports [image comparison](https://github.com/FoxxMD/context-mod/blob/master/docs/imageComparison.md), but only in the scope of the activity and author history with some minor caching possible. Essnetially, this is only in-memory searching. Need to implement...

enhancement

It's about time I made a **production-ready** one-click setup for CM. CM can be run as-is, without docker-compose, because it uses sensible defaults and can generate dependencies as plain files...

enhancement

Title explains it, I found 4 more subs on a profile who's activity triggered the check to begin with.

Investigate if it is possible, and to what extent information is provided for, removal reasons on removed submissions/comments are available. This could be added as another property, or extension of...

enhancement

User reported some examples in the documentation use `lookAt` (on a rule?) when they should be using `window.fetch`. Need to update docs to show correct usage.

documentation

Due to [limits in reddit's infra](https://www.reddit.com/r/redditdev/comments/30a7ap/comment/cpqj883) basically every search vector is [limited to returning 1000 items.](https://www.reddit.com/r/help/comments/o5tb4n/comment/h2oo62d) The consequence of this is that when CM retrieves a user's profile history only...

bug

Subreddits can be defined like * `mySubreddit` * `r/mySubreddit` or with leading slash included * `u/myUserProfile` or with leading slash included * `{{subreddit}}` as a placeholder for the subreddit the...

documentation
low hanging fruit