WebScraping projects using Python's bs4 (BeautifulSoup) module
- Quote Scraping
- Books Scraping
Scraping Tool: BeautifulSoup
1. Quote Scraping
-
Website Link : Quotes to Scrape
This will Scrap all the data from Quotes to Scrape like Authors, tags which included to the specific Quote and not to mention the quote also & print all the details to the terminal.
2. Books Scraping
-
Website Link : Books to Scrape
This will Scrap all the books data from Books to Scrape like book name, star-ratings, pricing, book page link etc. and also creates a logs.txt file to log all informative messages.