Skip to content

This is the sample repository for using Scrapy with extract the contents from web

Notifications You must be signed in to change notification settings

akshayjoyinfo/Scrape-books-toscrape-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scrape-books-toscrape-com

This is the sample repository for using Scrapy with extract the contents from web This Code Works in Windows 10, if you are facing any issue, Please install Visual Studio Vc++ 14.0

This is the URL used for scraping data http://books.toscrape.com

Steps to Run

  1. Create Virtual ENV -- Best approach use venv
virtualenv venv
  1. Install Scrapy using Pip ( If you get any error, check Visual Studio VC++ 14.0 installed in machine, **Only WINDOWS machine **
pip install scrapy 
  1. Open in any of your editor (Recommended VS Code) Run in the cmd ,
scrapy scrapy crawl books -o books.csv

About

This is the sample repository for using Scrapy with extract the contents from web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages