Search This Blog

Sunday, June 12, 2011

Simple Command Line Cricket Score Viewer.

This is a command line program for displaying cricket scores.


This https://github.com/semk/cricinfo python library  found in the blog http://foobarnbaz.com/lab/ made me think about creating a similar one in Java. I created a simple library class and its implementation for this purpose. Let me show you some screen shots
It can show all the scheduled matches for that day,


  Or it can list already started matches,

 Or it can show match of your favorite team,




This program works based on the http://www.espncricinfo.com/ site's rss feed.


Usage
--------- 
SOURCE:COMMAND LINE CRICKET SCORE VIEWER


Download the two java sources files to a directory, FOLDER


now goto terminal type,


cd FOLDER

javac *.java

java CricDisplay

note: edit CricDisplay.java file and uncomment the proxy support if needed

I am looking forward to add more features like displaying match schedules, match status etc...

No comments:

Post a Comment