Any way to download game results only, not full PGNs?

Sort:
Avatar of benhunt72

I'm interested in doing some data analysis on e.g. whether I gain or lose more points playing stronger vs. weaker opponents.

So I'd love to be able to download only summary data on my past games, not full PGNs, but simply: white/black, my rating, opponent's rating, win/lose, points gained/lost.

Is there any way to do this??

Avatar of Martin_Stahl

There isn't a way to do that generally. If you can code, you can check out the Developer's Club and use the API, but I think you'll need to pull the PGNs through that to get the data you want.

Avatar of LCF_Zombie

You can save them as a gif, which plays the entire game when you look at it.

Avatar of KMMCS88

The only way to do that that I can think of is writing the information down manually and keeping it somewhere.

Avatar of benhunt72

Thanks but I'd want to download my whole history as a CSV etc. I may try the developer's club as per Martin_Stahl's suggestion. Do you have a link for that??

Avatar of Martin_Stahl

https://www.chess.com/developers

Avatar of benhunt72
Martin_Stahl wrote:

Thanks buddy.