https://github.com/psibi/cricbuzz
For fetching Live Cricket Score from CricBuzz
https://github.com/psibi/cricbuzz
Last synced: about 1 year ago
JSON representation
For fetching Live Cricket Score from CricBuzz
- Host: GitHub
- URL: https://github.com/psibi/cricbuzz
- Owner: psibi
- License: gpl-3.0
- Created: 2012-05-23T17:24:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T19:47:40.000Z (over 8 years ago)
- Last Synced: 2025-03-18T15:54:04.712Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 18
- Watchers: 2
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
cricbuzz
========
For fetching Live Cricket Score from cricbuzz
Usage:
------
An example of how to get live scores.
from cricbuzz import *
cric = CricbuzzParser()
match = cric.getXml()
details = cric.handleMatches(match) #Returns Match details as List of Dictionary. Parse it according to requirements.
License:
--------
GNU General Public License v3 (GPLv3)
Bug Report:
-----------
Issue it here: https://github.com/psibi/cricbuzz/issues