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
- Host: GitHub
- URL: https://github.com/tejasbubane/pycricket
- Owner: tejasbubane
- Created: 2012-03-20T23:54:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-11T17:50:41.000Z (about 14 years ago)
- Last Synced: 2025-06-30T10:06:52.646Z (12 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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)