{"id":25244142,"url":"https://github.com/mrc/live-cricket","last_synced_at":"2026-02-24T16:49:56.829Z","repository":{"id":13784027,"uuid":"16479250","full_name":"mrc/live-cricket","owner":"mrc","description":"Emacs package for fetching live cricket scores","archived":false,"fork":false,"pushed_at":"2014-08-19T10:55:37.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T20:44:14.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-03T12:48:28.000Z","updated_at":"2014-08-19T10:55:37.000Z","dependencies_parsed_at":"2022-08-30T07:40:50.485Z","dependency_job_id":null,"html_url":"https://github.com/mrc/live-cricket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrc/live-cricket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrc%2Flive-cricket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrc%2Flive-cricket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrc%2Flive-cricket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrc%2Flive-cricket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrc","download_url":"https://codeload.github.com/mrc/live-cricket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrc%2Flive-cricket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267335098,"owners_count":24070703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-12T01:17:49.278Z","updated_at":"2026-02-24T16:49:51.788Z","avatar_url":"https://github.com/mrc.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# live-cricket.el --- Retrieve the cricket score from the web\n\nCopyright (C) 2014 Matt Curtis\n\n* Author: Matt Curtis \u003cmatt.r.curtis@gmail.com\u003e\n* Version: 0.1\nPackage-Requires ((deferred 0.3.2) (request-deferred 0.2.0))\n* Keywords: sport\n* URL: https://github.com/mrc/live-cricket\n\nThis file is not part of GNU Emacs.\nLicensed under the [GPL version 3](http://www.gnu.org/licenses/) or later.\n\n# Commentary\n\nAsynchronously retrieve the cricket score from the web. Returns a\ndeferred object, which can be used in a chain for further\nprocessing, or you can block until there's a result with\n(deferred:sync!)\n\nFor more information about deferred, see\n* https://github.com/kiwanami/emacs-deferred\n\n# Sample\n\n    (deferred:sync!\n      (live-cricket-fetch-match-score\n       \"http://www.espncricinfo.com/new-zealand-v-india-2014/engine/current/match/667639.html\"))\n\nreturns an alist like:\n\n    ((team . \"Ind\") (runs . \"313\") (wickets . \"7\") (overs . \"93\") (in-over . \"0\")\n     (bats1 . \"AT Rayudu\") (bats1-runs . \"49\") (bats1-no . \"*\")\n     (bats2 . \"B Kumar\") (bats2-runs . \"3\") (bats2-no . \"*\")\n     (bowler . \"SET Friday\") (bowler-wickets . \"0\") (bowler-runs . \"86\"))\n\nTitles used for testing:\n\n    \"Eng 25/3 (5.0 ov, JE Root 1*, GJ Maxwell 1/6) | Live Scorecard | ESPN Cricinfo\"\n    \"Eng 75/4 (11.0 ov, JC Buttler 6*, EJG Morgan 31*, GJ Maxwell 2/31) | Live Scorecard | ESPN Cricinfo\"\n    \"Eng 100/8 (15.1 ov, CJ Jordan 0*, SCJ Broad 2*, NM Coulter-Nile 2/17) | Live Scorecard | ESPN Cricinfo\"\n    \"Eng 104/8 (16.0 ov, SCJ Broad 2*, CJ Jordan 4*, NM Coulter-Nile 2/21) | Live Scorecard | ESPN Cricinfo\"\n    \"Eng 110/9 (16.6 ov, JW Dernbach 1*, CJ Jordan 9*, JM Muirhead 2/13) | Live Scorecard | ESPN Cricinfo\"\n    \"Eng 111 (17.2 ov, CJ Jordan 10*, MA Starc 1/8) - Match over | Live Scorecard | ESPN Cricinfo\"\n    \"Ind 41/0 (14.0 ov, M Vijay 19*, S Dhawan 16*, SET Friday 0/17) - Stumps | Live Scorecard | ESPN Cricinfo\"\n    \"AusWn 102/3 (18.3 ov, AJ Blackwell 10*, EJ Villani 36*, CM Edwards 0/10) - Match over | Live Scorecard | ESPN Cricinfo\"\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrc%2Flive-cricket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrc%2Flive-cricket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrc%2Flive-cricket/lists"}