A Selenium powered web-scraper used to scrape a popular classifieds website for listings, writing them to a CSV file
- Clone this repo
- pip install using the supplied requirements.txt file
- Set your environment variable path for "DRIVER_PATH" (e.g chromedriver.exe)
- Run classifieds_scraper.py
- Input your desired search parameters
- Profit
Python 3 (3.7.1)
Selenium 3.141.0
Stan Katsyuk
This project is licensed under the MIT License - see the LICENSE.md file for details