Hey! I'm a developer teaching myself machine learning. I wanted to create a database of the move lists from all of my previous games to create a chess bot that plays like I do. (Note: I do not want it to play the best chess, I want it to mimic how I play chess). How do I use the chess.com api to access a collection of all my previous games?
https://www.chess.com/developers
Documentation of the API is there.
Hey! I'm a developer teaching myself machine learning. I wanted to create a database of the move lists from all of my previous games to create a chess bot that plays like I do. (Note: I do not want it to play the best chess, I want it to mimic how I play chess). How do I use the chess.com api to access a collection of all my previous games?