Initial upload of FlairTimerComment script. Originally author unknown.

This commit is contained in:
2026-02-22 20:03:36 +00:00
commit 68fc0c829f
2 changed files with 74 additions and 0 deletions

17
config.py Normal file
View File

@@ -0,0 +1,17 @@
username = ""
password = ""
client_id = ""
client_secret = ""
#Subreddits
subreddit = "" # "INEEEEDIT" "Ofcoursethatsathing" "All"
flair_text = "Waiting for OP" # Case Sensitive
interval = 30 # How often should the bot scan the subreddit for these posts, in seconds. Higher = slower/less accurate/save resources, lower = faster/more accurate/use more resources.
hours = 48 # How many hours must the flair been on the post to send the notification
messagetitle = "4 Day Old Post Notification" # Title of the modmail
searchlimit = 600 # Max: 1000, this should only be limited to save on resources. The bot sorts by new and if it isn't catching posts that are being changed to the flair simply because they are too old (say the 301st post on the subreddit is changed to the flair) then increase this limit.