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).
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 |
This project is licensed under the MIT License β see the LICENSE file for details.
- Requests β Elegant HTTP library for Python
- BeautifulSoup4 β Powerful HTML parsing library for web scraping