Skip to content

A quick scrapper to enumerate all products and categories on an e-commerce website's page.

Notifications You must be signed in to change notification settings

jskrnbindra/ScrapPanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrapPanda

A quick scrapper to enumerate all products and categories on an e-commerce website's page.

Prerequisites

Python3.6.5 or above

Installation

  1. Clone this repo
  2. cd into ScrapPanda, create a virtualenv and activate it
  3. install dependencies
pip install -r requirements.txt

Usage

python main.py <URL> <sample_product_name> <sample_category_name>

Where

  1. <URL> is URL of the ecommerce website
  2. <sample_product_name> is any product's name from the <URL> above.
  3. <sample_category_name> is any category's name from the <URL> above.

Example

python main.py 'https://www.snapdeal.com'  'Lenovo Ideapad 110 (80T70015IH) Notebook (Intel Pentium- 4GB RAM- 1TB HDD- 39.62cm (15.6)- DOS) (Black)' 'Loafers'

About

A quick scrapper to enumerate all products and categories on an e-commerce website's page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages