Skip to content

Python scripts used to scrape data from pro-football-reference.com

Notifications You must be signed in to change notification settings

BenKite/football_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • pandas
  • numpy
  • re
  • requests
  • bs4
  • os
  • pylab

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

About

Python scripts used to scrape data from pro-football-reference.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages