https://github.com/umarwazeer/web-scraping-project
A Python web scraping project using BeautifulSoup for extracting product information from a website."
https://github.com/umarwazeer/web-scraping-project
beautifulsoup4 python requests
Last synced: 2 months ago
JSON representation
A Python web scraping project using BeautifulSoup for extracting product information from a website."
- Host: GitHub
- URL: https://github.com/umarwazeer/web-scraping-project
- Owner: umarwazeer
- Created: 2024-05-21T05:26:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:28:52.000Z (about 1 year ago)
- Last Synced: 2025-02-10T15:21:33.031Z (4 months ago)
- Topics: beautifulsoup4, python, requests
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraping Project
This project demonstrates web scraping using Python's BeautifulSoup library.
## Overview
Describe briefly what your project does and its purpose.
## Installation
- Python 3.x
- BeautifulSoup4
- requests```bash
pip install beautifulsoup4
pip install requests