Skip to content

risha9177719594/CrickBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages