This repository contains a collection of web scraping projects that I've worked on. Each project is designed to scrape specific information from different websites. The projects cover a range of topics, including scraping book information and extracting Premier League match results.
Description: This project focuses on scraping book information from the BooksToScrape website. It extracts details such as book title, author, price, and more.
- Clone the repository:
git clone https://github.com/fer2002743/web-scraping/blob/main/books_to_scrape.py - Navigate to the
BooksToScrapedirectory:cd BooksToScrape - Install the required dependencies:
pip install -r requirements.txt - Run the scraper:
python scrape_books.py
Description: This project involves scraping Premier League match results from a designated website. It gathers data like match date, teams, and final scores.
- Clone the repository:
git clone https://github.com/fer2002743/web-scraping/blob/main/scraping_premier_league_data.py - Navigate to the
PremierLeagueResultsdirectory:cd PremierLeagueResults - Install the required dependencies:
pip install -r requirements.txt - Run the scraper:
python scrape_premier_league.py
Ensure you have Python installed on your machine. Use the package manager pip to install the project dependencies.
Provide instructions on how to run the projects, including any specific configurations or parameters.
If you'd like to contribute, please fork the repository and create a new branch. Pull requests are welcome.
This project is licensed under the MIT License.
pip install -r requirements.txt