{"id":20959207,"url":"https://github.com/codophobia/pycricbuzz","last_synced_at":"2025-04-03T03:12:11.466Z","repository":{"id":44622202,"uuid":"77166068","full_name":"codophobia/pycricbuzz","owner":"codophobia","description":"A Pythonic interface to cricbuzz, with options to get live scores, live commentary and scorecards.","archived":false,"fork":false,"pushed_at":"2020-02-17T03:29:00.000Z","size":44,"stargazers_count":81,"open_issues_count":5,"forks_count":56,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T09:07:02.592Z","etag":null,"topics":["api","cricbuzz","cricket-app","python"],"latest_commit_sha":null,"homepage":"https://shivammitra.com/python/cricket-library-for-python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codophobia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-22T18:12:06.000Z","updated_at":"2025-03-19T16:49:50.000Z","dependencies_parsed_at":"2022-09-03T04:21:48.663Z","dependency_job_id":null,"html_url":"https://github.com/codophobia/pycricbuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codophobia%2Fpycricbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codophobia%2Fpycricbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codophobia%2Fpycricbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codophobia%2Fpycricbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codophobia","download_url":"https://codeload.github.com/codophobia/pycricbuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927839,"owners_count":20856198,"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","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":["api","cricbuzz","cricket-app","python"],"created_at":"2024-11-19T01:52:13.307Z","updated_at":"2025-04-03T03:12:11.437Z","avatar_url":"https://github.com/codophobia.png","language":"Python","readme":"# \u003cb\u003eCricbuzz for Python\u003c/b\u003e\nA Pythonic interface to cricbuzz, with options to get live scores, live commentary and scorecards.\n\n\u003cb\u003eFor detailed explaination with output, visit \u003ca href = \"https://shivammitra.com/python/cricket-library-for-python/\"\u003epycricbuzz blog\u003c/a\u003e\u003c/b\u003e\n\n\u003cb\u003eInstalation\u003c/b\u003e\n\n\u003ccode\u003e\npip install pycricbuzz\n\u003c/code\u003e\n\n\u003cb\u003eFeatures\u003c/b\u003e\n\n* Get information upcoming, live and recently concluded matches\n  * series name\n  * match status\n  * venue\n  * toss\n  * match official\n  * squads\n* Get mini scorecards for live matches\n  * Batsman currently batting along with their scores,runs,fours,sixes etc.\n  * Bowlers currently bowling along with their wickets,overs,maidens etc.\n  * Summary of all the innings\n  * Last three overs events\n  * Current patnership and run rate\n* Commentary for live matches\n* Scorecard for live and past matches\n\n\u003cb\u003eBasic Usage\u003c/b\u003e\n\nImport the pycricbuzz library.\n\n```python\nfrom pycricbuzz import Cricbuzz\nc = Cricbuzz()\n```\n\n\u003cb\u003eGet all the matches(live,upcoming and recently finished matches)\u003c/b\u003e\n\n```python\nprint(c.matches())\n```\n\nEach match will have an attribute 'id'. Use this 'id' to get matchinfo, scorecard, brief score and commentary of matches.\n\n\u003cb\u003eGet information about a match\u003c/b\u003e\n\n```\nprint(c.matchinfo(match['id']))\n```\n\n\u003cb\u003eGet brief score of a match\u003c/b\u003e\n\n```python\nprint(c.livescore(match['id']))\n```\n\n\u003cb\u003eGet scorecard of a match\u003c/b\u003e\n\n```python\nprint(c.scorecard(match['id']))\n```\n\n\u003cb\u003eGet commentary of a match\u003c/b\u003e\n\n```python\nprint(c.commentary(match['id']))\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodophobia%2Fpycricbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodophobia%2Fpycricbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodophobia%2Fpycricbuzz/lists"}