Skip to content
Jacob edited this page Jan 7, 2020 · 2 revisions

Welcome to the FBS-Stats-Scraper wiki!

This script scrapes data from cfbstats.com. Not all NCAA football teams are covered, but all of the major universities (Div. 1A) are represented. Much of the data from cfbstats.com is cumulative per season, so in order to get data specific to a particular week, it this script would have to be run each week, and the differences calculated.

Future Developement

Functions will be added to allow it to write the data to a CSV, and a regular expressions-based function to parse certain cells containing more than one data point.

Clone this wiki locally