A web scraper that gathers cheapest black friday deals per category on multiple e-commerce sites
A web scraper that gathers cheapest black friday deals per category on multiple e-commerce sites
Estimated Scrape Time: 15 minutes
View Scraped Samples
This project requires preferably version 86.0.4240 of Chrome browser as well as Python 3 installed on the host system.
Python Dependencies
WebDriver
Clone this project to your local system:git clone https://github.com/haelmj/BlackFriday-Webscrape.git
Setup Chrome Driver:
Setup a virtual environment:
python -m venv venv
venv\Scripts\activate.bat
For bash users:
source /venv/Scripts/activate
Install module dependencies:pip install selenium
Run app:
python main.py