So… I guess XML hasn’t hit the Sports world yet? I have been looking all over for live NHL scores in XML format. So far no luck. It’s looking like I’m going to have to parse a website. This is something that I don’t want to do. Hum…
So… I guess XML hasn’t hit the Sports world yet? I have been looking all over for live NHL scores in XML format. So far no luck. It’s looking like I’m going to have to parse a website. This is something that I don’t want to do. Hum…
any luck finding nhl scores anywhere public and free without scraping a website?
Nothing yet. I am still looking…any ideas?
I’ve had to parse a site as well, but then ESPN went and changed their NCAAB page, so I’m frustrated again. Have you found anything yet, subscirption or free?
Nothing here also. and i dont want to parse a web site that can change format overnight
Guys,
Try this site out.
http://www.feed43.com/
It’s not perfect but it allows you to get the scores off a webpage and puts it into an xml doc. Then you can use php to parse it and do what you want with it. I use this to get all sports scores and the input them into my DB.
Nick