espnff
espnff copied to clipboard
ESPN Fantasy Football API
TL;DR deleted members mess up the matrix math so your dominance matrix and thus power rankings won't be correct My league has been ongoing since 2016. Since then we've had...
Wins and losses are available as team properties, but not ties. This seems like a pretty significant omission.
I see the revision to the team parameter on JUL 28 with the fetch_roster parameter but I'm unable to correctly pull roster information
It looks like there's a discrepancy between the project files at PyPI (https://pypi.org/project/espnff/1.3.1/#files) versus in this repository and the latest version on master. Is there any plans to update it?...
Any idea how one would adapt this to ESPNs fantasty baseball? Would it use a similar or different API?
Pretty new to Python but trying to get all stats into Excel for reporting/metrics over 10 years. Is there a good way to do a CSV dump for every year?
technically this isn't completely necessary since it can be inferred using the number regular season vs total weeks and the number of playoff teams, but it would be a nice...
I noticed the [`player.py`](https://github.com/rbarton65/espnff/blob/master/espnff/player.py) file is empty. Do you plan to add the player endpoints to this library?
Is there a concise mathematical explanation of the meaning of the power rankings provided by this library? Is this a known formula for computing them?