sleeper-api-wrapper
sleeper-api-wrapper copied to clipboard
A Python wrapper for the Sleeper Fantasy Football API.
FYI for anyone still using this, I know it's no longer being managed. The following commands no longer output data from Sleeper's API, it looks like they do not want...
Added cache functionality to the Players and Stats. Further developed the League, Players, and Stats classes. Added basic GUI module for testing.
Updating the `requests` requirement to be ">=2.22.0" instead of "=2.22.0" in order to avoid `urllib3` vulnerability outlined [here](https://github.com/advisories/GHSA-q2q7-5pp4-w6pg). After changing the files, I installed the package locally and was able...
I think Sleeper removed their stats API from their website as I can't find it anymore. Anyone hear anything?
Is there a way to return player snap % by week?
I found myself needing these for some projects I'm using sleeper data with, so thought I would help contribute to the base library. I also added tests for the functions,...
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...