BenKite / football_data

Python scripts used to scrape data from pro-football-reference.com
11 stars 10 forks source link

football_data

Ben Kite

2017-04-10

This repo contains profootballReferenceScrape.py, which contains functions for scraping data from pro-football-reference.com. These functions allow one to download and organize massive amounts of football data quickly. On 2017-03-31 I added playByPlay.py, which downloads play-by-play from all games in the regular season for a year passed to the function. The play-by-play.py does not currently run from the command line, but it will soon.

The scripts were written in Python 3.5. The following libraries are required:

If you are new to Python, I recommend installing the Anaconda distribution: