datavorous / yars

Yet Another Reddit Scrapper (without API keys) | Scrap search results, posts and images from subreddits filtered by hot, new etc and bulk download any user's data.
MIT License
21 stars 11 forks source link

Update yars.py #17

Closed Nabby109 closed 1 month ago

Nabby109 commented 1 month ago

Additional categories 'userhot', 'usertop', and 'usernew' to the subreddit scraper which will scrape /u/ instead of /r/ when used alongside a username instead of a subreddit name in the example.py - also adjusts some output text accordingly (ex. "subreddit" to "subreddit/user")

datavorous commented 1 month ago

@Nabby109 Please modify the examples.py and readme.md files aswell to showcase the functionalities you have implemented. The the new features work as expected. I'm merging this PR.