Replies: 1 comment 2 replies
-
@Nabby109 that's great! Would you mind making a pull request? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, great little program. I ended up wanting to scape all of a particular user's posts, so I added some further items to the category field on the subreddit scraper to run on /u/ instead of /r/ and then I can just put in a username instead of a subreddit.
So for instance, for category 'usernew',
url = f"https://www.reddit.com/user/{subreddit}/submitted/new.json"
and etc for the other categories.
I'm not great at using Github, but I thought I'd mention it since it's a quick add and a useful function.
Beta Was this translation helpful? Give feedback.
All reactions