An open API service indexing awesome lists of open source software.

https://github.com/tejasbubane/pycricket

Get Cricket news in the terminal
https://github.com/tejasbubane/pycricket

Last synced: 11 months ago
JSON representation

Get Cricket news in the terminal

Awesome Lists containing this project

README

          

# Created by Tejas Bubane (tejasbubane@gmail.com)

Readme for pycricket-1.2:

This is a small python script that takes in a name of a country and
pulls in the rss of the recent happenings in cricket related to that country
from espncricinfo, parses the xml file to get the appropriate strings
and displays the results.

Links have been added in version 1.2. Links of the corresponding stories will appear in fromt of the title.

==== New Features ====
1. Get live scores instantly..!!
python cricket.py scores

2. Get global cricket news
python cricket.py world

==== Old features ====
Usage: Run in the terminal:

python cricket.py COUNTRY

replace country by any one of the following:
india
australia
england
south africa
sri lanka
west indies
pakistan
bangladesh

And get the latest news right into your terminal :)

# Any suggestions/bugs/queries:
# Tejas Pramod Bubane (tejasbubane@gmail.com)