https://github.com/davidfischer/nfl-scraper
NFL Gamebook scraper - saves the gamebooks (PDF) that the NFL makes available for each game
https://github.com/davidfischer/nfl-scraper
Last synced: 29 days ago
JSON representation
NFL Gamebook scraper - saves the gamebooks (PDF) that the NFL makes available for each game
- Host: GitHub
- URL: https://github.com/davidfischer/nfl-scraper
- Owner: davidfischer
- Created: 2013-11-20T02:52:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-08T03:09:58.000Z (over 11 years ago)
- Last Synced: 2025-04-30T22:52:19.792Z (29 days ago)
- Language: Python
- Size: 148 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NFL Gamebook Scraper
====================This is a utility for saving NFL gamebooks, the PDFs the NFL makes available
to assist in media coverage of NFL football games.Prerequisites
-------------* Python 2.7 (exactly)
* [Scrapy][scrapy-link]Usage
-----Download the most recent week's gamebooks:
% scrapy crawl schedulespider
Download the data from a specific historical year (2001+):
% scrapy crawl historicalspider -a year=2011
Download the data from a specific historical year and week:
% scrapy crawl historicalspider -a year=2011 -a week=18 -a weektype=POST
% scrapy crawl historicalspider -a year=2011 -a week=1 -a weektype=PRE
% scrapy crawl historicalspider -a year=2011 -a week=11 # REG[scrapy-link]: http://scrapy.org/