Skip to content

kushagraVerma/WebScraper

Repository files navigation

Webscraper v3

Webscraping application made in Python to process online marketplace data for different products on various platforms
Uses Selenium and Chrome driver to open webpages in a headless (invisible) browser and access their contents
Currently scrapable: Amazon India, Flipkart, BigBasket

USAGE

Setup

Required on your system:
Edit chrome_driver_path in consts.txt according to your system

Running

Windows users can quickly run by clicking on RUN.bat
Otherwise, run commands cd path/to/WebScraper and python main.py
If cloned with Git, Windows users can use UPDATE.bat to pull the latest version while preserving consts.txt

Notes

Selenium handshake failure errors can mostly be ignored