This is a small script for scraping saved urls and posts in your reddit profile.
- Install Selenium and Chrome Driver on your computer.
- Add to PATH environment variable the location of your Chrome Driver.
- Set variables
username
andpwd
inreddit_saved_links.py
with your own reddit login and password - Run
reddit_saved_links.py
and watch Selenium driving your Chrome browser to scrape all data. The script generatesaved_link.json
file where you have all your data in a searchable format.