Watchful1 / UpdateMeBot

u/UpdateMeBot on reddit
37 stars 4 forks source link

Trigger rechecking a post after a certain time #78

Closed Watchful1 closed 3 years ago

Watchful1 commented 6 years ago

Add a new database table and whenever we find a post that might potentially match a filter in the future, even if it doesn't match it now, add it to that table with a timestamp. Have another function check the table to see if any posts have passed the timestamp and check them against the filter again.

Necessary for full functionality for moderator/admin checking for #69. Could be used if we ever want to add karma or comment minimums.