This project contains two web scrapers: one for scraping book information from a book site and another for scraping quotes from a quote site. The scraped data is saved into CSV files.
bookSiteScraper.pybooks.csv.python bookSiteScraper.py
quoteSiteScraper.pyquotes.csv.python quoteSiteScraper.py
Title, Price, Availability"A Light in the Attic", £51.77, In stock
"Tipping the Velvet", £53.74, In stock
Quote, Author, Tags"The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.", "Albert Einstein", "change, deep-thoughts, thinking, world"
"It is our choices, Harry, that show what we truly are, far more than our abilities.", "J.K. Rowling", "abilities, choices"
requests librarybeautifulsoup4 libraryYou can install the required libraries using pip:
pip install requests beautifulsoup4