Skip to content

This repository contains an example of how to use requests and BeautifulSoup to extract data from a static web page.

License

Notifications You must be signed in to change notification settings

Samir-Guenchi/web_scraping_from_static_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Title: Web Scraping Project with BeautifulSoup and Requests

πŸ“– Description

This repository contains a small project to learn how to perform web scraping on static web pages using BeautifulSoup and requests.
The site used as a case study is Yallakora (a football news website).

πŸ“‚ Project Structure

File/Folder Description
scraping.py Main Python script
result.csv Output data file (scraped results)
README.md Project documentation
requirements.txt List of required Python libraries

πŸ“Έ Screenshot of Output (Sample Data) :

Scraped Output

πŸ“„ License

This project is licensed under the MIT License β€” see the LICENSE file for details.

πŸ™ Acknowledgments

  • Requests – Elegant HTTP library for Python
  • BeautifulSoup4 – Powerful HTML parsing library for web scraping

About

This repository contains an example of how to use requests and BeautifulSoup to extract data from a static web page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages