Hey guys,
My latest project I'm considering is possibly making my own fantasy sports league. I was wondering if there is a way to automatically take a set of data (statistic) which is located on an external website and process it, a crawler of sorts. What I would be starting off with is NBA.com. An example of what I would need to "crawl" is here:
http://www.nba.com/games/20050407/NYKNJN/boxscore.html
Fortunately the URL of the games I would have to access is not dynamically created and is quite predictable. It's just http://nba.com/games/yyyymmdd/awayteamhometeam/boxscore.html.
What I would need to do is grab the data for each statistical catagory considered and (using php preferably) calculate it with the points system values in my database and display it on my webpage.
Any info would be appreciated,
Thanks.
My latest project I'm considering is possibly making my own fantasy sports league. I was wondering if there is a way to automatically take a set of data (statistic) which is located on an external website and process it, a crawler of sorts. What I would be starting off with is NBA.com. An example of what I would need to "crawl" is here:
http://www.nba.com/games/20050407/NYKNJN/boxscore.html
Fortunately the URL of the games I would have to access is not dynamically created and is quite predictable. It's just http://nba.com/games/yyyymmdd/awayteamhometeam/boxscore.html.
What I would need to do is grab the data for each statistical catagory considered and (using php preferably) calculate it with the points system values in my database and display it on my webpage.
Any info would be appreciated,
Thanks.















