-
-
Notifications
You must be signed in to change notification settings - Fork 109
Home
Joseph Lai edited this page Jan 11, 2020
·
21 revisions
Welcome to the Universal Reddit Scraper, the Reddit scraper that can scrape Subreddits, Redditor profiles, and post comments.
This wiki merely serves as an archive for all iterations of URS. This exists for me to see the evolution of my programming/skills and for anyone who is also curious how this repository has evolved since its inception.
v1.0 | v2.0 | v3.0 | |
---|---|---|---|
CLI? | No | Yes | Yes |
What Does It Scrape? | Subreddits Only | Subreddits Only | Subreddits, Redditors, Post Comments |
Export Options | CSV | CSV | CSV, JSON |
READMEs | README | README | README |
Scraper | reddit_scraper.py | scraper.py | scraper.py |
Requirements Text File | requirements.txt | requirements.txt |