FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

Implement rule to check comments against top comments from other sources #50

Closed FoxxMD closed 2 years ago

FoxxMD commented 2 years ago

Based on the description of karma farming from this thread.

Comments

Check the content of a comment activity against a list of "top" text comments based (and retrieved from) on the submission source:

For detecting a match:

Submissions

FoxxMD commented 2 years ago

Implemented majority of this in 9d0e098db13cd7d29b01fd222a4a3f5a3a58670d a787e4515b2c9747c934a41bb8a3df404d9e9cd5 and 0c31bdf25e63e0d50576b04df35d3fdd5bdd9404

FoxxMD commented 2 years ago

@OmgImAlexis I could use another set of eyes on the documentation to make sure it makes sense. Would you mind taking a look and giving any feedback you can think of?