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
usernameandpwdinreddit_saved_links.pywith your own reddit login and password - Run
reddit_saved_links.pyand watch Selenium driving your Chrome browser to scrape all data. The script generatesaved_link.jsonfile where you have all your data in a searchable format.