Chess Power Tools

Sort:
chesslover0003

Sharing some scripts I've created. They are functional and I could make them more user-friendly if there is any interest.

Chess Power Tools is a collection of scripts that can help do the following:

  • Export chess games from Chess.com in JSON and PGN format (chesscom-export)
  • Import chess games from PGN to SQLite DB (pgn2sqlite)

The next script I'm planning is for more analysis. For example, expand the SQLite DB to include a table for moves and fields such as:

  • Position (FEN)
  • Engine evaluation
  • Move evaluation
  • Centipawn loss
  • and more (I'm taking suggestions)
noiv

The PGN parser might not be battle proof, but the sqlite code sure is. thx.

chesslover0003

Thank you. I appreciate any feedback. Chesscom-export doesn't using any rate limiting so I hope it works fine for you.