guidopetri / chess-pipeline

Pulling games from the Lichess API into a PostgreSQL database for data analysis.
GNU General Public License v3.0
20 stars 2 forks source link

Check if pgnInJson is useful for this project #49

Open guidopetri opened 3 years ago

guidopetri commented 3 years ago

The Lichess API now provides the full PGN in the JSON response to "games from a user" requests. Is this useful? What does the PGN look like exactly? It would prevent the code from having to issue 2 requests per game.