A scraper for all the books on books.toscrape.com
The information extracted:
- Title
- More information URL
- Price
- Availability
- Cover URL
- 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!!