/ESPNCricInfo-BallByBall

Get ESPN CricInfo Ball by Ball data for each match from its page

Primary LanguagePythonMIT LicenseMIT

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