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

CM access the Moderator Mail and send custom reply if it's triggered. #98

Open CuriousLyz opened 2 years ago

CuriousLyz commented 2 years ago

I will explain better this as there are multiple situations where this can be handy.

1 FIRST

2 SECOND.

Some subreddits does request verification for their posters.

If there is a moderator mail with the title: Verification. ( or a trigger word ) CM should check the author history and in case of:

Other criteria can be:

CM also to be able to add a Note - Verification denied due to: - low comment karma ( I might be to much already )

If all the criteria are fulfilled - CM can send a message as the subreddit like - Hey {{author}} we received your Verification - please have patience until a human moderator checks the verification album and reaches back to you. Thank you.

This sounds like its a work for a different bot. For me sounds MORE than complicated but it would be amazing to have this implemented ... as it would save us from a lot of time spend on browsing thru profiles and rejecting tons of verification from shady accounts. To be honest I'm more interested in the second part of this suggestions as this would help me and fellow moderators who use verification on their subreddits a lot. As we all have criteria that makes an account eligible or not for verification.

Thank you

FoxxMD commented 2 years ago

CM interaction with modmail has been on my todo list! Reddit's API for modmail is different than everything else though so I need to familiarize myself with it first and figure out how best to translate it to easy to do things with CM.

All of these things are things I'd like CM to be able to do eventually!