/books.toScrape.com

Python scraper for all books off books.toscrape.com

Primary LanguagePython

A scraper for all the books on books.toscrape.com

The information extracted:

  1. Title
  2. More information URL
  3. Price
  4. Availability
  5. Cover URL
  6. Rating (number of stars)

All the data collected is dumped into allBooks.csv

How to...
i) Download Selenium webdriver for Chrome
ii) Get Beautifulsoup and Selenium Python modules
iii) Change line 40 to the proper path
iv) Run spider.py
v) ??
vi) Success!!