This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I need to create a list of every user that has ever commented or posted on a specific subreddit.
At the moment I am using PRAW's Subreddit.submission.stream.comments()
but it only returns latest comments
I was going to use PRAW's Subreddit.hot()
to go through all submissions and parse their comments but PRAW can only return up to a 1000 submissions if I am not mistaken
Next I looked into pushshift.io but it doesn't seem to be able to do that
Is there a way to retrieve all of a subreddit's comment using an API? Or do I need to "manually" (headless browser parse html tree) mine them?
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...