Basic-web-scrapper

🚀 Basic Web Scraper

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.

💡Usage

1. Book Site Scraper

2. Quote Site Scraper

📚 Example

Book Site Scraper Output

Quote Site Scraper Output

🛠️ Requirements

You can install the required libraries using pip:

  pip install requests beautifulsoup4