j-andrews7 / kenpompy

A simple yet comprehensive web scraper for kenpom.com.
https://kenpompy.readthedocs.io/en/latest/?badge=latest
GNU General Public License v3.0
70 stars 21 forks source link

Added check for expired subscription (closes #37) #45

Closed esqew closed 1 year ago

esqew commented 1 year ago

Added an additional GET to /index.php in login() to ascertain whether or not the logged-in account has an expired subscription.

Creating this PR for transparency & to give @j-andrews7 an opportunity to opine on whether the introduction of an additional request in this method is acceptable overhead.