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
73 stars 21 forks source link

Add feature to pull team stats from team page #39

Closed nickostendorf closed 1 year ago

nickostendorf commented 1 year ago

I am currently implementing team stats parsing.

The team stats are loaded through JavaScript, so Mechanical Soup cannot parse them. However, I've found a way to render the stats with the help of requests_html.

I will add some tests to the test suite and get a PR in before the end of the week.

esqew commented 1 year ago

For organization we'll continue tracking this in #40.