Skip to content

A web scraper that scrapes details of BatsMan of each team that played in an ipl from the provided website

Notifications You must be signed in to change notification settings

raksha009/WebScrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web scraper that scrapes details of BatsMan of each team that played in an ipl from the provided website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published