Skip to content

amaharek/bookstoscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books To Scrape URL

##Screenshots

Main Page

alt text

Book's Page Sample

alt text

Spiders

  • books

Usage

  1. Scrapping Every book's page in the first page
    • book's title
    • book's price
    • book's Image URL and download every image.
  2. Yield the URL for the Next Page
  3. Scrapping Every book's page
  4. use the command 'scrapy crawl books -o output.csv' to run the 'books' spider and output the data to output.csv
  5. Wait 2-3 minutes
  6. check the downloaded images in './books_crawler/imgs'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages