Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could this eventually support private subreddits & praw / authentication? #6

Open
github-userx opened this issue May 30, 2019 · 11 comments

Comments

@github-userx
Copy link

No description provided.

@libertysoft3
Copy link
Owner

libertysoft3 commented May 31, 2019

Yeah, praw support could be added somewhat easily. I think there's a 1000 posts per sub limit though https://www.reddit.com/r/redditdev/comments/8zhcmr/how_to_crawl_more_than_1000_posts_through_reddit/

Pushshift may have data for subs that went private but weren't always private.

@github-userx
Copy link
Author

github-userx commented May 31, 2019 via email

@libertysoft3
Copy link
Owner

Yeah I was full of it and tried to fix it with an edit. They might have some private sub data in one scenario only. Anyway what about the 1000 post limit with the reddit API?

@github-userx
Copy link
Author

github-userx commented May 31, 2019 via email

@libertysoft3
Copy link
Owner

I'm into it, pull requests accepted. Everyone that wants this please give this issue a thumbs up.

@github-userx
Copy link
Author

Any update?

@libertysoft3
Copy link
Owner

I'm pretty busy with SaidIt lately.. I don't have this scheduled to be done currently.

@github-userx
Copy link
Author

github-userx commented Oct 26, 2019 via email

@YoungerDryas89
Copy link

YoungerDryas89 commented Nov 4, 2019

Hey I tried looking into adding my own implementation, but it looks like this isn't possible anymore because of Reddit's deprecation of cloudsearch. So I can't search posts by any specific date under this newer search system, and looking at r/changelog there hasn't been any updates to this newer system since then. So unless this private sub has been public before and picked up by pushift, I don't think theres anything I could do. Let me know If I missed anything or I'm totally wrong

https://www.reddit.com/r/changelog/comments/7tus5f/update_to_search_api/

@github-userx
Copy link
Author

github-userx commented Nov 4, 2019 via email

@libertysoft3
Copy link
Owner

Yep, PRAW talks about it in their changelog for version 6.0.0:

Removed: Subreddit.submissions as the API endpoint backing the method is no more. See https://www.reddit.com/r/changelog/comments/7tus5f/update_to_search_api/.

https://praw.readthedocs.io/en/latest/package_info/change_log.html

So I guess the best that can be done for private subs is constantly consuming new posts, and getting 1000 posts out of each different API sort that's offered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants