feat: clean up and test + fix all the blcoks + add missing gaps

This commit is contained in:
Nicholas Tindle
2026-01-05 13:06:47 -07:00
parent 6d089ba692
commit 985cf4d838
2 changed files with 1162 additions and 105 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -31,6 +31,8 @@ class RedditOAuthHandler(BaseOAuthHandler):
"submit", # Submit new posts and comments
"edit", # Edit own posts and comments
"history", # Access user's post history
"privatemessages", # Access inbox and send private messages
"flair", # Access and set flair on posts/subreddits
]
AUTHORIZE_URL = "https://www.reddit.com/api/v1/authorize"