Skip to content

semk/cricinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Cricinfo

ESPNcricinfo is the largest cricket-related website. It includes news and articles, live scorecards, and a comprehensive and queriable database of historical matches and players from the 18th century to the present.

This Python libary provides an api for accessing information from CricInfo like live scores, news updates and player profiles.

Usage

# instantiate
matches = CricInfo()
# iterate though matches
for match in matches:
    print match.title
    print match.description
    print match.link
    print match.guid

Simple as that !

About

Python library for accessing information from http://cricinfo.com (Live scores and updates)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages