Hi there,
Not sure where to post this but I was paying with the Lichess API reading games through Python.
I did something funny to share games, by making an aminated GIF of a game.
So my Python reads the PGN/FEN of the game and makes an animated GIF.
Like this one:
s3.amazonaws.com/istarsshare/games/pardonthepawnJyckre2021.02.1900:50:17.gif
I want to know who to check with in Lichess to see if that little piece of code could be useful to anybody.
Marco
Animated GIF of game
Nice
Lichess has this feature already lichess1.org/game/export/gif/[gameid].gif but nice coding : )
Hmm. This does not seem to work:
lichess1.org/game/export/gif/GfJqAZPxeBda.gif
My gameid is correct though
"eBda" looks like black side encoding , translates to :
lichess1.org/game/export/gif/black/GfJqAZPx.gif
#4 Your game ID should contain 8 letters, not 12.