Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 947 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 947 Bytes

IPL Match Data Scraper

This project is a web scraping tool built with Puppeteer to gather match data from the IPL 2021 season from ESPN Cricinfo.

Features

  • Google Search: Automatically navigates to Google and searches for "IPL 2021 espncricinfo".
  • Navigation: Clicks on the link to the ESPN Cricinfo IPL 2021 series.
  • Match Results: Retrieves links to individual match pages from the series.
  • Individual Match Data: Scrapes data for each match, including batting and bowling statistics for both teams.
  • Export to Excel: Saves the match data in JSON format and exports it to Excel files.

Usage

Prerequisites

Before running this script, ensure you have the following dependencies installed:

  • Node.js
  • npm
  • Puppeteer

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/ipl-match-data-scraper.git
    

Contributors

  • Krishna Kumar Shakya - Developer