I made a website that allows you to visualize and export chess.com user stats

Discussion of chess software programming and technical issues.

Moderator: Ras

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

I made a website that allows you to visualize and export chess.com user stats

Post by notjoemartinez »

Hi everyone! I shared this with the Chess.com developer club and they recommended I share it with you guys as well.

https://chessinsights.xyz is a website that uses the chess.com api to visualize and export all user data to a csv, JSON or pgn. Everything runs on client side javascript and I used the chart.js library to plot the data. I also made a python script that can export all of a users data to a json file and convert it into an sqlite database. I'd appreciate any feedback or recommendations you have. Thanks

- Project repo: https://github.com/NotJoeMartinez/chess-insights
- Python Script: https://github.com/NotJoeMartinez/chess ... e/main/cli

Image