Skip to content

ferrnandom/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraping Projects Repository

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.

Table of Contents

Project 1: BooksToScrape

Description: This project focuses on scraping book information from the BooksToScrape website. It extracts details such as book title, author, price, and more.

How to Run

  1. Clone the repository: git clone https://github.com/fer2002743/web-scraping/blob/main/books_to_scrape.py
  2. Navigate to the BooksToScrape directory: cd BooksToScrape
  3. Install the required dependencies: pip install -r requirements.txt
  4. Run the scraper: python scrape_books.py

Project 2: PremierLeagueResults

Description: This project involves scraping Premier League match results from a designated website. It gathers data like match date, teams, and final scores.

How to Run

  1. Clone the repository: git clone https://github.com/fer2002743/web-scraping/blob/main/scraping_premier_league_data.py
  2. Navigate to the PremierLeagueResults directory: cd PremierLeagueResults
  3. Install the required dependencies: pip install -r requirements.txt
  4. Run the scraper: python scrape_premier_league.py

Installation

Ensure you have Python installed on your machine. Use the package manager pip to install the project dependencies.

Usage

Provide instructions on how to run the projects, including any specific configurations or parameters.

Contributing

If you'd like to contribute, please fork the repository and create a new branch. Pull requests are welcome.

License

This project is licensed under the MIT License.

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages