Skip to content

The 6pm-scraper is a web scraper for scraping products from 6pm (An ecommerce site for clothing)

Notifications You must be signed in to change notification settings

AdilMughal2126/6pm-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6pm-scraper

Initial Setup

  • pip install scrapy
  • start project by typing following command
  • scrapy crawl 6pm-crawl -o products.json
  • The products will be stored in products.json file but you can store into database by using scrapy pipelines.
  • See scrapy documentation for more

About

The 6pm-scraper is a web scraper for scraping products from 6pm (An ecommerce site for clothing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages