You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to replicate the subreddit.stream.comments() method via directly calling the Reddit REST API. Which endpoints are you using to synthesize the subreddit.stream.comments() stream? What about the subreddit.stream.submissions? Thanks!
The text was updated successfully, but these errors were encountered:
Subreddit.stream.comments() makes requests to https://oauth.reddit.com/r/[subreddit]/comments/ and performs some logic on it (checking which posts have already been yielded). You can see the logic for that here, but be aware that there are open PRs and Issues having to do with changing this (#1025, #1043, #1050).
I would like to replicate the subreddit.stream.comments() method via directly calling the Reddit REST API. Which endpoints are you using to synthesize the subreddit.stream.comments() stream? What about the subreddit.stream.submissions? Thanks!
The text was updated successfully, but these errors were encountered: