For fetching Live Cricket Score from cricbuzz
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.
GNU General Public License v3 (GPLv3)
Issue it here: https://github.com/psibi/cricbuzz/issues