Skip to content

Deepak-Dhungel/quotes-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Quotes Web Scraping Project

A simple Python web scraping project that extracts quotes from a website and stores them in a JSON file.
The project also includes functionality to filter and display quotes based on a specific tag.


πŸ“Œ Features

  • Scrapes quotes from multiple pages of a website
  • Extracts:
    • Quote text
    • Author
    • Tags
    • Author detail page link
  • Saves all scraped quotes to scraped_data.json
  • Reads stored data from the JSON file
  • Filters and displays quotes based on a user-provided tag
  • Includes basic error handling for network requests

πŸ›  Technologies Used

  • Python
  • requests – for sending HTTP requests
  • beautifulsoup4 – for parsing HTML content
  • json – for reading and writing structured data

About

A simple Python web scraping project that extracts quotes from a website and stores them in a JSON file. The project also includes functionality to filter and display quotes based on a specific tag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages