maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   request : a cricinfo score widget for the cricket worldcup!! (https://talk.maemo.org/showthread.php?t=70003)

rebelnoob 2011-02-17 21:47

request : a cricinfo score widget for the cricket worldcup!!
 
people as you know the 2011 cricket worldcup is here ,,, i would like you help me out ... i need a simple widget showing the latest score of the cricket matches at espncricinfo.com

hope you people could help!!!

vdx29 2011-02-17 22:05

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Seconded.

And if it could have a schedule for upcoming matches, that would be great.

rebelnoob 2011-02-18 10:13

Re: request : a cricinfo score widget for the cricket worldcup!!
 
maybe someone can help making an queen beacon widget for live cricket scores.. but i have some problems using it thats why it would be better if someone interested in one live score bulletin type widget!! someone!!?

ejasmudar 2011-02-19 02:15

Re: request : a cricinfo score widget for the cricket worldcup!!
 
i am bumping this. Can anyone atleast give us tips on how we can scrap data from cricinfo or other sites.

stevomanu 2011-02-19 02:25

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Im sure queenbeecon will be able to help some way check it out

wiki link (http://wiki.maemo.org/Queen_BeeCon_Widget)

forum link here (http://talk.maemo.org/showthread.php?t=45388)

check out the football beecon you may be able to edit it some for cricket NONONOYES will help you in forum tread

good luck

lardman 2011-02-19 10:11

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Would be good to pull the ball-by-ball text commentary from the BBC website too.

E.g. http://news.bbc.co.uk/sport1/hi/cricket/9396980.stm

rebelnoob 2011-02-19 14:50

Re: request : a cricinfo score widget for the cricket worldcup!!
 
im working on one i'll tell if it works out!

nokiaqueen 2011-03-03 04:43

Re: request : a cricinfo score widget for the cricket worldcup!!
 
what's the status on the cricket app?

eefo 2011-03-03 07:12

Re: request : a cricinfo score widget for the cricket worldcup!!
 
waiting desperately :p
go go go developers :P

arun.kalyan.sundaram 2011-03-18 12:39

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Have a look at this app - http://predicket.appspot.com/

It shows live score and allows u to play a score prediction game. It is still in beta but worth checking out.

Duffer 2011-03-18 20:43

Re: request : a cricinfo score widget for the cricket worldcup!!
 
also cricket

redscorpionkiller 2011-03-18 20:46

Re: request : a cricinfo score widget for the cricket worldcup!!
 
i was really frustrated to see the cricinfo score widgt for the WC in my friend's iphone :( :( that iphone app refreshed for each and every ball :( :(

ejasmudar 2011-03-19 05:58

Re: request : a cricinfo score widget for the cricket worldcup!!
 
i am thinking about using wget and sed/awk to scrape data from cricinfo's web page. I'll let you know how it turns out.

ejasmudar 2011-03-19 08:34

Re: request : a cricinfo score widget for the cricket worldcup!!
 
2 Attachment(s)
Ok, guys, I have made a script to scrape data off Yahoo's cricket page and display it. I am attaching it here.

It can be used as a widget, with Queen Beecon Widget (please use search function).


NOTE: because the forum does not allow uploading scripts, I have uploaded as a zip file. Unzip it in ur MyDocs folder.

To use as a QBW, follow these steps:
a. Make a new QBW widget
b. Edit it as follows:
Change type to Snippet
Add new command
Give a name to the command
Enter the actual command as
Code:

sh /home/user/MyDocs/cwcscore.sh
c. Make other cosmetic changes to the widget as necessary. Be sure to give enough scpacve to display the result
d. If you want, you can set it's refresh option to 30 sec to get updated results.

GreatGonzo 2011-03-19 10:13

Re: request : a cricinfo score widget for the cricket worldcup!!
 
2 Attachment(s)
I use the quick-widget webwidget and have attached it here. see my signature for details.

It is a webkit view of the cricinfo mobile site.
There is an issue with th background color but it works for the live scorecards. Just click in the link to the current game. stylus recommended

You can scroll up and down by tapping on the right-hand side of the widget. If you hold the finger down you'll get a navigation pop-up as well as the general settings mode.

Dancairo 2011-03-19 10:49

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Ijust use this http://livescores.com/cricket.dll through Macuco, looks good and also auto updates..(Australia just lost 3rd wicket..90/3) easy clicks to commentary, wickets, score card, line-ups and match info..I imagine it also works through Micro B. The only reason I use it in Macuco is that the football scores using Macuco is excellent:- http://iphone.livescore.com/#_soccer_scores

Dan

rebelnoob 2011-03-20 14:12

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Quote:

Originally Posted by ejasmudar (Post 970810)
Ok, guys, I have made a script to scrape data off Yahoo's cricket page and display it. I am attaching it here.

It can be used as a widget, with Queen Beecon Widget (please use search function)..

i was using this widget in the morning it was working fine when india was batting but it isnt showing the result of the other innings?? its empty!

ejasmudar 2011-03-20 14:14

Re: request : a cricinfo score widget for the cricket worldcup!!
 
2 Attachment(s)
Hi everyone,
just updated my old script for score.

Also, two new scripts for upcoming matches and old results. I am attaching a zip with all the scripts and a screenshot of how i implemented them with QBW.

rebelnoob 2011-03-20 15:37

Re: request : a cricinfo score widget for the cricket worldcup!!
 
@ejasmundar man i tried all your new scripts but aint getting any results? are you sure the scripts are fine or im i missing something the older script was working earlier but now it aint..nedd help?

ejasmudar 2011-03-20 15:58

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Quote:

Originally Posted by rebelnoob (Post 971803)
@ejasmundar man i tried all your new scripts but aint getting any results? are you sure the scripts are fine or im i missing something the older script was working earlier but now it aint..nedd help?

please try running them from xterm using commands like
Code:

sh /home/users/path/to/scrips/cwcscore.sh
tell me what error u're getting

rebelnoob 2011-03-21 16:50

Re: request : a cricinfo score widget for the cricket worldcup!!
 
the scripts are working fine maybe i messed alot with the QWB ..

niloy 2011-03-22 19:21

Re: request : a cricinfo score widget for the cricket worldcup!!
 
Hi, I have created an app for the cricket score, please check it out here: http://talk.maemo.org/showthread.php...367#post973367


All times are GMT. The time now is 05:01.

vBulletin® Version 3.8.8