Cricket API for Get the Live IPL Cricket Score from espncricinfo.com.
Simple Scrape Method to Fetch the Live Cricket Score from espncricinfo.com
- PHP cURL - Read the Page Content
preg_match
- Scrape the Data
- PHP 7.2 or 7.3 or 7.4
- PHP cURL
- Server with PHP Support
- Works with Apache2, Nginx and Lightspeed
- SSL for Secure Connections
- Get the Live Score Page URL score from -
https://www.espncricinfo.com/scores
/api.php?url=https://www.espncricinfo.com/series/8048/game/1216492/mumbai-indians-vs-chennai-super-kings-1st-match-indian-premier-league-2020-21
- Get Output in JSON Format
{
"success": true,
"livescore": {
"score": "MI 39\/0 (3.4 ov, Quinton de Kock 26*, Rohit Sharma 12*, Lungi Ngidi 0\/13) - Live - Mumbai Indians vs Chennai Super Kings, Indian Premier League 2020 2020, 1st Match Match Live Score"
}
}
- Download this Repo or Public Folder
- Update the Live Match URL in
/assets/js/score.js
This is Example site and For My Personal Use you can Feel Free to Edit or Modify the Site
git clone https://github.com/mskian/iplscore.git
cd iplscore # for test the API
cd public # Modify the site
Stay tuned for More Updates π
MIT