Skip to content

This repository deals with usage of puppeteer automation using promises in Javascript. You can just start the project on chromium and can see the magic of Puppeteer . How it automatically visits the site and fetches the desired data.

Notifications You must be signed in to change notification settings

KKShakya/espn_ipl_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository deals with usage of puppeteer automation using promises in Javascript. You can just start the project on chromium and can see the magic of Puppeteer . How it automatically visits the site and fetches the desired data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published