Quote:
Originally Posted by Tannybaker Your idea is interesting but it will never work |
Why wouldn't it work? Looking at the source for NFL scores on ESPN.com, you can run right down to the 'div class="teams"' tag and rip out the team names. Go down 5 lines to 'div class="tscore"' tag and rip off the scores. You can even look for a winner arrow to determine if the game is over.
If you want, you could probably even use XML to record the structure of their divs and parse all kinds of shit.
Be careful how often you run this. If ESPN thinks you are a web crawler bot (which you are), they could ban your IP. I recommend only running manually after games or on a schedule (like Sunday night and Tuesday morning)"