Web Scraping

Home for all your discussion of basketball statistical analysis.
Post Reply
Eternal
Posts: 62
Joined: Sun Nov 11, 2012 11:35 pm
Location: San Diego, CA
Contact:

Web Scraping

Post by Eternal »

If you're new to web scraping, I have simple examples that scrape Yahoo stock prices written in Ruby, Python and Perl.

https://github.com/galizur/scrapers

I don't normally make any sports data scrapers public because I don't want people hammering servers that I care about.

-Chris
JohnHasADHD
Posts: 21
Joined: Wed Feb 15, 2012 2:16 am

Re: Web Scraping

Post by JohnHasADHD »

Scraping ESPN.com for their NBA box score, play by play, and shot files really doesn't hammer their servers too much if you're doing it every day, takes very little time to get a days worth of games, and I'm assuming if you add the gameflow it won't take much more as it's a small xml file

For me - I scrape the data into files on my own computer and parse them on my own time
Post Reply