Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
semk committed Nov 29, 2010
1 parent 8df7d41 commit f83a2c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 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*

```python
# 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 !

0 comments on commit f83a2c0

Please sign in to comment.