criclabs / cricinfo

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

Home Page:http://foobarnbaz.com/cricinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

http://foobarnbaz.com/cricinfo


Languages

Language:Python 100.0%