Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
mrdally204
Old
#41  
Member
Thanks Meter 9
Posts: 65
Join Date: Sep 2010
I'd like to bump an old thread here.
I'm interested in using the php files from the original post, yet I am having a hard time figureing what to do with them (:. Can someone give a quick idea what should be done with them. I do have a server (school) to host them on, just not sure exactly how to take advantage of the information it is trying to give to me. Thanks!
 
sweethip
Old
#42  
Junior Member
Thanks Meter 0
Posts: 24
Join Date: Oct 2007
Does anyone know if its possible to add to the NFL feed posted on the first page, a alert when a team is in the red zone. Something like they have on the CBS bottom ticker, it shows a red icon when that team is in the red zone !

Is this possible?
 
swaine
Old
#43  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Feb 2010
Hey all,

Just so everyone is clear, these feeds (the direct ESPN ones) are used by their Bottom Line app, to retrieve information about all games at the same time within the one sport.

/bottomline

There are 11 lineups you can view from the feeds, and it can be viewed in either the original ampersand delimited view (raw), or the xml view, for each feed.

Read through this to see the list:

/espn/bottomline/init

For those of you using the raw view, I pasted a C#/ASP.Net way to get the feed data into to a dictionary and display it: pastebin.com/ysi76P4p


There are no query string filters, or commands, that I am aware of, for either set of feeds.


Since this was made for an app, to read specific parameters (raw), and eventually specific elements (xml), wysiwyg.


If you are going to aggregate the data / mine it on a continuous basis, I would make sure to save unknown responses / bad responses, if / when they happen.
ex: Overtime comes up as OT, but make sure when it comes to double over time, you can handle it, as it may be 2OT, or DOT, or OT OT. (I knew, but can't remember, sry)

Also, as this is a free way to get decently live scores, I encourage people not to spam it, but cache the results, and only get them when you know the update time will have passed; as you can see in the first parameter / element:

&ncb_s_delay=120

<SCORES sport="ncb">
<DELAY>120</DELAY>


I hope this has helped someone with their interest in these feeds.

If you have information about other feeds, or free services involving the major sports, that you would like to share, I would be more than happy to get to know them.
 
bakbak
Old
#44  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Mar 2010
I cant seem to be able to retrieve the ncaa tournament scores. Did anyone figure this out? It only show NIT games.
 
swaine
Old
#45  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Feb 2010
Messaging you both links (QS and XML)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...