lichess.org
Donate

How can i analyze 960 played on chess com?

<Comment deleted by user>
If the game can be exported as PGN (including the FEN of the starting position), it can be imported into a lichess study.
Hi!

mkubecek's idea sounds like a great idea!

In case one would like to try to automate the process a bit,
the Lichess API has support to import games into an existing study -
documented at lichess.org/api#tag/Studies/operation/apiStudyImportPGN

And after import, it should be possible to "Request Computer Analysis" via the Lichess web site.

As inpsiration,
here's an example script which uses the Java library "chariot" to fetch games and import them into a pre-existing study,
gist.github.com/tors42/be34feb13e15486a1f10660dda3f9133

Chess on!