This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Derek Willis (author)
Mon Nov 23 19:14:55 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
BeautifulSoup.py | Wed Mar 05 11:00:39 -0800 2008 | |
| |
README.rst | ||
| |
__init__.py | Wed Mar 05 11:00:39 -0800 2008 | |
| |
api/ | ||
| |
blog/ | ||
| |
college/ | ||
| |
manage.py | Wed Mar 05 11:00:39 -0800 2008 | |
| |
ncaa_log.txt | Wed Mar 05 11:00:39 -0800 2008 | |
| |
rankings/ | ||
| |
scrapers/ | Mon Nov 23 19:14:55 -0800 2009 | |
| |
templates/ | Tue Nov 10 19:28:35 -0800 2009 | |
| |
urls.py | Tue Nov 17 19:32:20 -0800 2009 | |
| |
utils.py | Sat Oct 17 06:56:30 -0700 2009 |
README.rst
Fumblerooski
Fumblerooski is a college football statistics application written in Python using the Django framework, based on data provided by the NCAA and editor input. Most statistics are from 2000 onward, although some teams have game scores dating back to 1988.
Requirements
- Python 2.5+ (lower versions may work but are untested.)
- Django 1.1+ (aggregates)
- BeautifulSoup (HTML and XML parsing)
- django-googlecharts (http://github.com/jacobian/django-googlecharts)
Overview
Fumblerooski uses the NCAA's statistics site (http://web1.ncaa.org/mfb/mainpage.jsp?year=2009) as a base - nearly everything game and player-related derives from information parsed or scraped from this site. The NCAA provides game information in XML, but most other elements - rosters, drives and rankings included - are scraped using BeautifulSoup. Coaching information is based on an Excel file provided by the NCAA but supplemented by data entry for assistance coaches and coaching history.








