Analyze all my games

Sort:
Oldest
Dartenor

Hello,

i recently acquired a gold membership and i'd like to analyze all my past games at once to calculate my average precision.

Is there a way to let chess.com analyze all my games without painstakingly click "Analyze" on every single one of them?

justbefair
Dartenor wrote:

Hello,

i recently acquired a gold membership and i'd like to analyze all my past games at once to calculate my average precision.

Is there a way to let chess.com analyze all my games without painstakingly click "Analyze" on every single one of them?

No.

Dartenor

Ok, back to clicking Analyze then, thanks

playfulstudy

Not in the app, but I think the website has what want. Try going to your Stats page on chess.com, then click on a time control (e.g., rapid), then look for "Accuracy" (below the graph). It's just a number, though. It's not too useful, but kinda interesting.

Electra07

Cool

Wegera

Can someone create an extension for this xD?

Ritesh_ratn

Send me a freind request please...I just want to be friends with more and more chess lovers across the globe.

justbefair
playfulstudy wrote:

Not in the app, but I think the website has what want. Try going to your Stats page on chess.com, then click on a time control (e.g., rapid), then look for "Accuracy" (below the graph). It's just a number, though. It's not too useful, but kinda interesting.

That only shows an average for the games you have clicked on "analyze".

 

MeldeDichAnEsIst
Wegera hat geschrieben:

Can someone create an extension for this xD?

i could probably write a script, may not be allowed tho lol

playfulstudy
justbefair wrote:
playfulstudy wrote:

Not in the app, but I think the website has what want. Try going to your Stats page on chess.com, then click on a time control (e.g., rapid), then look for "Accuracy" (below the graph). It's just a number, though. It's not too useful, but kinda interesting.

That only shows an average for the games you have clicked on "analyze".

Oh wow, thanks. I hadn't noticed that indicated before. That gives the accuracy number a different, much less useful meaning.

Wegera
MeldeDichAnEsIst написав:
Wegera hat geschrieben:

Can someone create an extension for this xD?

i could probably write a script, may not be allowed tho lol

I mean, it is forbidden to use any extensions during the game. But I really want to analyse all of my games and have a full statistic, it would be very useful to have such a possibility. Unfortunately, I am not a programmer 🤷‍♂️

MeldeDichAnEsIst
Wegera hat geschrieben:
MeldeDichAnEsIst написав:
Wegera hat geschrieben:

Can someone create an extension for this xD?

i could probably write a script, may not be allowed tho lol

I mean, it is forbidden to use any extensions during the game. But I really want to analyse all of my games and have a full statistic, it would be very useful to have such a possibility. Unfortunately, I am not a programmer 🤷‍♂️

Does the following url successfully analyze a game? https://www.chess.com/callback/auth/service/analysis?game_id=[insert numberical game id]&game_type=live

Wegera
MeldeDichAnEsIst написав:
Wegera hat geschrieben:
MeldeDichAnEsIst написав:
Wegera hat geschrieben:

Can someone create an extension for this xD?

i could probably write a script, may not be allowed tho lol

I mean, it is forbidden to use any extensions during the game. But I really want to analyse all of my games and have a full statistic, it would be very useful to have such a possibility. Unfortunately, I am not a programmer 🤷‍♂️

Does the following url successfully analyze a game? https://www.chess.com/callback/auth/service/analysis?game_id=[insert numberical game id]&game_type=live

I have tried this url with my last game id: https://www.chess.com/callback/auth/service/analysis?game_id=49217418867&game_type=live

It didn’t work.

TheMsquare

The insights feature perhaps 🤔....#1

MeldeDichAnEsIst

It's a lot harder than I thought, so i can't really do it. sorry

vvith3ase

Okay, found the answer here. And the answer is not yet. Cool

Wegera

I just made a custom python code that scrolls through all of the pages and clicks “analyze” button if available then goes back, refreshes the page and scrolls down looking for any “analyze” buttons. It’s quite a slow process, but it’s at least something. I had all of my games analyzed.

K51G1N
Wegera wrote:

I just made a custom python code that scrolls through all of the pages and clicks “analyze” button if available then goes back, refreshes the page and scrolls down looking for any “analyze” buttons. It’s quite a slow process, but it’s at least something. I had all of my games analyzed.

 Would you mind please sharing the script on github or something?

sensorerUA
Wegera wrote:

I just made a custom python code that scrolls through all of the pages and clicks “analyze” button if available then goes back, refreshes the page and scrolls down looking for any “analyze” buttons. It’s quite a slow process, but it’s at least something. I had all of my games analyzed.

I'd love to get the code as well

Wegera

I would love to, and I will soon. However unfortunately this code is sort of really bad and is basically a mess. It relies on so many factors that it probably won’t work on your pc. Firstly it scans an area of your webpage, and if it finds  similarities with the screenshot of “analyze” it clicks on it ( so that’s the first thing that probably won’t work, as it was my screenshot with my chess.com background and with the word in ukrainian language) so it won’t be similar to yours. Of course you can try to change it, but there are a lot of things that can go wrong. After it analyzes the game, it looks if the specific pixel turned black of white (it’s located at the location” of evaluation candle or bar) because when the candle appears, it’s the time when it has completed analysis, so after that it clicks on the pixel that is located on the “arrow that brings your webpage bag on the list of games”, then it presses “f5” and updates the page, so that the game that you have just analysed, doesn’t have the icon “analyze”. After then it scrolls down using “press down 5 times code” and it continues to look for those “analyze”. Later if it finds the similarities of a specific area at the bottom with the screenshot of an arrow to the right ( the one that makes the list go to the next page) it clicks that pixel. And the process repeats. There are also a lot of “wait 0.1, wait 1 sec” in order not to break the algorithm and for the things to be able to load in time. Also one important thing is that all of this was written on the python 3.7.0 and all of libraries are imported from cmd for that version, so it may be a problem too. I did it this way because I am not a coder, and the similar clicking function that I was able to find, that suited me run on 3.7.0. And I also didn’t use “Visual Studio” because it was said some additional arranges had to be maid for it to function with it, so I just used idle 3.7.0. 

Forums
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic