This project scrapes quotes and authors from https://quotes.toscrape.com and saves them into a CSV file.
- Python
- requests
- beautifulsoup4
- Sends an HTTP request to the website
- Parses HTML using BeautifulSoup
- Extracts quote text and author names
- Stores the data in a CSV file
pip install -r requirements.txt
python scraper.py