Skip to content

Tushar1733/Web-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper to CSV

This project scrapes quotes and authors from https://quotes.toscrape.com and saves them into a CSV file.

Tech Stack

  • Python
  • requests
  • beautifulsoup4

How It Works

  1. Sends an HTTP request to the website
  2. Parses HTML using BeautifulSoup
  3. Extracts quote text and author names
  4. Stores the data in a CSV file

How to Run

pip install -r requirements.txt
python scraper.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages