Python wrapper for the collegefootballapi located here: https://api.collegefootballdata.com/api/docs/?url=/api-docs.json#/
Can be installed using PyPi using pip install CFBScrapy
import CFBScrapy as cfb
t = cfb.get_game_info(year=2018)
Feel free to open any issues or pull requests. Additionally, you can reach out to me at ryan.lindholm@outlook.com with any questions or concerns.
- Scraping 247 player rankings to get the individual player rankings
- EPA and Win probability a la nflscrapR
- Normalization of the tables returned
Author: Ryan Lindholm
Contributors: Meyappan Subbaiah