Skip to content

egarcia2506/books-to-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books-To-Scrape

My approach to books.toscrape.com with Scrapy CrawlSpider and ItemLoaders

Requirements

  • python3
  • pip3
  • itemadapter==0.6.0
  • itemloaders==1.0.4
  • Scrapy==2.6.1

Instructions

Clone the repo and install dependencies, dependencies are available at requirements.txt

git clone https://github.com/egarcia2506/books-to-scrape
cd books-to-scrape
pip3 install -r requirements.txt

To run the Crawler and get the output in a JSON file

scrapy crawl book -o books.json

About

My approach to books.toscrape.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages