Projec Name: Web scraping for books using Python
Description: This program enables the user to scrape book information for the title, price and star rating and logs events occurs during the execution of the code.
Packages used:
- requests
- logging
- bs4(BeautifulSoup)