Skip to content

Armaan-Agarwal/Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Web-Scraper

Disclaimer

This project is made purely for educational purposes.

Overview

This is a simple web scraper implemented in Python using the BeautifulSoup and requests libraries. The scraper is designed to extract data from web pages by navigating through the HTML structure and collecting relevant information.

Requirements

  • Python
  • BeautifulSoup 4
  • requests

You can install the required libraries using the following command:

pip install beautifulsoup4
pip install requests

Acknowledgments

  • The scraper is built using the BeautifulSoup library, which is a fantastic tool for parsing HTML and XML documents.
  • Thanks to the requests library for simplifying the process of making HTTP requests.

Web scrapping