Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

souvikghosh/simple-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsible Web Scraper Agent

This project is a web scraping agent designed to extract quotes and authors from http://quotes.toscrape.com.

How it Works

The agent targets http://quotes.toscrape.com, downloads the page content, and uses Beautiful Soup to parse the HTML and extract quote text and its author. It then prints this information to the console.

Dependencies

This project uses the requests library to make HTTP requests and beautifulsoup4 to parse HTML.

Usage

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the agent:

    venv/bin/python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages