This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Small code mod I #3
Mabuse1337
started this conversation in
General
Replies: 1 comment 2 replies
|
@Nabby109 that's great! Would you mind making a pull request? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions