Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 563 Bytes

File metadata and controls

21 lines (16 loc) · 563 Bytes

ClassifiedsScraper

A Selenium powered web-scraper used to scrape a popular classifieds website for listings, writing them to a CSV file

Getting Started

  1. Clone this repo
  2. pip install using the supplied requirements.txt file
  3. Set your environment variable path for "DRIVER_PATH" (e.g chromedriver.exe)
  4. Run classifieds_scraper.py
  5. Input your desired search parameters
  6. Profit

Built With

Python 3 (3.7.1)
Selenium 3.141.0

Authors

Stan Katsyuk

License

This project is licensed under the MIT License - see the LICENSE.md file for details