Python-based program to pull the AP NCAA college football rankings and score them in a cross-country race style to determine the best football conference in a given week.
Major version release moving away from BeautifulSoup HTML parsing to more stable API-based data pull format.
[x] Implement API-based pulling methodology (#7 and #8)
[x] Add README (#10)
[x] Create format for storing data (#17)
[x] Create counterfactual scorings of pre-2024 seasons based on new 2024+ conference realignments (#20) (EDIT 18Mar24: Maybe this should be stashed for a 2.x minor release.)
[x] Ensure security enhancements (#6 & #9)
Update: these enhancements have been proactively ensured in the development of this release. #6 & #9 will be resolved after this is merged and can be closed without merging.
Major version release moving away from BeautifulSoup HTML parsing to more stable API-based data pull format.