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
