Code for scraping pro-football-reference.com, generating some cool variables, then building a linear model to predict the next weeks games
# scrape pro-football-reference.com
make scrape
# parse html tables into standardized csv
make parse
# scrape then parse
make all