Skip to content
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

have the option to download pgns of a season/round #553

Open
glbert-does opened this issue Jan 23, 2025 · 0 comments
Open

have the option to download pgns of a season/round #553

glbert-does opened this issue Jan 23, 2025 · 0 comments
Labels
future P3 - low Minor improvement to league experience (small ui glitch, spelling error, etc.)

Comments

@glbert-does
Copy link
Member

glbert-does commented Jan 23, 2025

it would seem quite reasonable to me to offer this.
we could use the lichess api: https://lichess.org/api#tag/Games/operation/gamesExportIds
to collect them by game id. however, lichess currently limits this to 300 game ids, in some team seasons this might not even cover one round, so we would have to make multiple requests.

if we implemented #531, then lichess would basically cover this for us already via https://lichess.org/api#tag/Broadcasts/operation/broadcastAllRoundsPgn

so possibly the easiest (or at least most useful) way to get this would be to implement #531 first.

@glbert-does glbert-does added P3 - low Minor improvement to league experience (small ui glitch, spelling error, etc.) future labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future P3 - low Minor improvement to league experience (small ui glitch, spelling error, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant