Skip to content

DhanshreeMukade/CodeAlpha_WebScrapping_Task1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CodeAlpha_WebScrapping_Task1

Quotes Web Scraping Project Overview

This project demonstrates web scraping using Python. It extracts quotes, authors, and tags from multiple pages of the Quotes to Scrape website and stores the collected data in a structured CSV/Excel format for further analysis.

Features

Scrapes quotes from multiple web pages

Extracts quote text, author names, and tags

Handles pagination automatically

Stores data in CSV/Excel format

Uses Python libraries for efficient data extraction

Technologies Used

Python, Requests, BeautifulSoup (bs4), Pandas

Workflow

Send HTTP requests to the website.

Parse HTML content using BeautifulSoup.

Extract quotes, authors, and tags.

Store the data in a Pandas DataFrame.

Export the dataset to CSV/Excel format.

Output

The final output contains:

Quote Text

Author Name

Tags

About

A Python-based web scraping project that collects quotes, authors, and tags from a website and exports the data into a structured CSV/Excel format for analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages