Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 622 Bytes

WebScrapping

About

A web scraper that scrapes details of BatsMan of each team that played in an ipl.

Modules Used

  1. Cheerio: To parse the extracted data via CSS Selectors
  2. Request package: To make parallel requests to the server
  3. FS: To create directories of each team
  4. XLXS: To create excel file for each Player

TechStack Used

Nodejs, Expressjs

Use

  1. Star the repository
  2. Fork and Clone the repository on your system
  3. Run npm install
  4. Run node main.js

This would create ipl folder in your current directory and start scrapping the data available on the site in the specified format