Skip to content

cmgchess/view-livechesscloud-pgn

Repository files navigation

Download PGN from view.livechesscloud

A tool to download PGN files from tournaments hosted on view.livechesscloud. The links provided by view.livechesscloud do not offer a direct download option for PGNs. Instead, they continuously poll moves from a JSON endpoint, which can be used to generate PGN files.

API Endpoints

  • Download All PGN:
GET /api/:tournamentId/download/all
  • Download PGN for a Specific Round:
GET /api/:tournamentId/download/:roundId
  • Download PGN for a Specific Game within a Round:
GET /api/:tournamentId/download/:roundId/:gameId

About

A tool to download PGN files from tournaments hosted on view.livechesscloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published