Skip to content

A basic Node.js scraper for fetching player information from the ESPN IPL page, organizing it into team folders, and generating Excel files and a JSON output. Uses Axios, Cheerio, and ExcelJS.

Notifications You must be signed in to change notification settings

MysteryHawk17/espn-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPN IPL Scraper

This Node.js application is designed to scrape player information from the ESPN IPL page and organize the data into folders and Excel files. The project utilizes Node.js, Axios, Cheerio, and ExcelJS to achieve this functionality.

Features

  1. Creates a folder structure for IPL with individual team folders.
  2. Generates Excel files for each team containing player information.
  3. Outputs a comprehensive JSON file with all scraped data.

Requirements

  • Node.js (version x.x.x)
  • npm (Node Package Manager)
  • Axios
  • Cheerio
  • ExcelJS
  • Express
  • Nodemon

Installation

  1. Clone the repository: git clone https://github.com/MysteryHawk17/espn-Scrapper.git

  2. Navigate to project directory : cd espn-ipl-scraper

  3. Install Dependencies: npm install

  4. Run the project : node espnScrapper.js

About

A basic Node.js scraper for fetching player information from the ESPN IPL page, organizing it into team folders, and generating Excel files and a JSON output. Uses Axios, Cheerio, and ExcelJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published