Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

20 lines (20 loc) · 1.25 KB

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