-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ff_standings - sleeper final standings? #443
Comments
That is correct and matches the standard behaviour of the standings table (e.g. championship winner still is listed in third place) You can use sleeper_getendpoint to pull the playoff bracket here, but it’s not implemented in ffscrapr as of now: https://docs.sleeper.com/#getting-the-playoff-bracket |
OK, thanks. That’s a bit awkward, but it works.
For year-to-year stats, I’d think most people care more about final
standings than regular season.
…On Jan 4, 2025 at 4:48:33 PM, Tan Ho ***@***.***> wrote:
That is correct and matches the standard behaviour of the standings table
image.png (view on web)
<https://github.com/user-attachments/assets/da3e1604-8fe7-47d6-9275-bfea46e11293>
(e.g. championship winner still is listed in third place)
You can use sleeper_getendpoint to pull the playoff bracket here, but it’s
not implemented yet: https://docs.sleeper.com/#getting-the-playoff-bracket
—
Reply to this email directly, view it on GitHub
<#443 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHB5IDNG32PA4F6HZSJHEQD2JB6ODAVCNFSM6AAAAABUTSEEDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGQ2TMMJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Perhaps, but the scope of ff_standings is to pull the platform’s idea of standings. It might make sense to eventually pull and process playoff brackets in a new separate function but I don’t think that will happen in the near future. |
Thanks for the explanation. For my purposes, I can just hand-enter the
final standings into our records! I ask only because this was part of what
came from ESPN back when we used them for our league and I thought I might
have been doing something wrong not to find it in Sleeper.
…On Jan 5, 2025 at 4:16:17 PM, Tan Ho ***@***.***> wrote:
Perhaps, but the scope of ff_standings is to pull the platform’s idea of
standings. It might make sense to eventually pull and process playoff
brackets in a new separate function but I don’t think that will happen in
the near future.
—
Reply to this email directly, view it on GitHub
<#443 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHB5IDI3TAV5NAWMDCIWJQT2JHDNDAVCNFSM6AAAAABUTSEEDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRHAYDOMJSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Am I missing something or does ff_standings only get the regular season stats for sleeper? is there a way to extract the final, post-playoff standings?
The text was updated successfully, but these errors were encountered: