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

feat: Implement replies count detection for submissions #125

Open FoxxMD opened 1 year ago

FoxxMD commented 1 year ago

Work for #8

FoxxMD commented 1 year ago

Notes:

This is a big issue since we cannot check comment depth, number of replies, or contents of any replies unless we make an additional api call. And even with the additional call we still do not know what depth the original comment was at. Need to take a look at what PRAW is doing for refresh to get additional information.