chess.com PGN bulk export

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

notjoemartinez
Posts: 2
Joined: Mon Feb 20, 2023 12:11 am
Full name: Joe Martinez

chess.com PGN bulk export

Post by notjoemartinez »

https://chessinsights.xyz is a website I made that uses the chess.com API to export all of a users user data to a csv, JSON or pgn. It also has some interactive data visualization tools normally only available with a premium membership. I figured y'all might find this useful when building training datasets.

If you want to skip the gui I also have a python script that can do the same:
https://github.com/NotJoeMartinez/chess ... api_cli.py