Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.2 KB

ESPNCricInfo BallByBall Data Scraper

This small Python program can be used to scrape ball by ball data of a cricket match from ESPNCricInfo and save it as csv or json.

Prerequisites

  • Python 3
  • BeautifulSoup
  • Downloaded ESPNCricInfo webpage containing the ball by ball data of a specific cricket match

How to Use This Code

  • Download the ESPNCricInfo webpage containing the ball by ball data of a specific cricket match.
  • Place the folder next to the Python script.
  • Edit the script to include and open the respective html file.
  • In the terminal, run: python3 ball_by_ball.py

Future Work

forthebadge made-with-python ForTheBadge built-with-love