Scrape Wikipedia and nfl.com for the list of starting quarterbacks during the 2015 NFL season.
This code is build for Python 2.7. Use pip to install all the requirements:
pip install -r requirements.txtTo scrape the websites run this script to update the .csv and .json files:
python scrape-names.pyThe code will build a simple file-based local cache of the webpages so you can tweak the scraper without pinging their websites over an over again.