This started based on a tootstorm

To get the torvik data, go to https://barttorvik.com/, set the filters you want, and add &csv=1 to the URL.

To get the last 10 days' data from that site, add &lastx=10 to the URL to limit to the last 10 games; this is not accessible from anywhere in the UI that I can find.

The headers for the main page data are, as best as I could reverse engineer are:

team_name,adjoe,adjde,barthag,record,unknown,games,efg,efgd,ftr,ftrd,to_rate,to_rate_d,orb,orb_d,unknown,two_pt_pct,two_pt_pct_d,three_pt_pct,three_pt_pct_d,block_pct_d,block_pct,ast_rate,ast_rate_d,three_pt_rate,three_pt_rate_d,adj_tempo,unknown,unknown,unknown,season,unknown,unknown,unknown,wab,ft_pct,ft_pct_d

with a note that data from <2010 may be missing a few columns:

I think what's going on is that in 2008 and 2009 the blank columns (stats from play by play, such as shot locations, dunks, etc) are being skipped when the csv is created. All years from 2010 to present should have the same columns as shown in that dropbox link.

TODO: