Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 678 Bytes

File metadata and controls

10 lines (7 loc) · 678 Bytes

Selenium-based Scraper For Indexing Saved Links in Reddit

This is a small script for scraping saved urls and posts in your reddit profile.

Usage:

  1. Install Selenium and Chrome Driver on your computer.
  2. Add to PATH environment variable the location of your Chrome Driver.
  3. Set variables username and pwd in reddit_saved_links.py with your own reddit login and password
  4. Run reddit_saved_links.py and watch Selenium driving your Chrome browser to scrape all data. The script generate saved_link.json file where you have all your data in a searchable format.