lichess.org
Donate

A certain feature...

I don't know if that already exists, but is it possible to see the most played opponents a player has, i.e, the people he played most games with? For instance, I have played @archdeydey 34 times, but I'm sure there are other users which I've played even more.
#4

There is a fully featured solution using the streaming game export API.

This link will compile the list of your top 100 opponents based on ALL your games:

fbserv.herokuapp.com/games.html?username=Whitedancingrockstar&autostart=true&maxopps=100

The result:

https://imgur.com/xo6MtOw

You can filter the games by custom Javascript function. For the usual queries the page auto creates the function for you based on widget settings.

You can download the found games as a PGN.

You can reproduce the search by bookmarking the search link.
You can set time constraints:

https://imgur.com/ffyjkId

If you do so, you have stop any ongoing search with "Stop", set the dates, then press "Create code and search".

Default is from 2000.01.01 to current date ( that is, all your games ).
#2 A pity that link isn't entirely precise, since it's outdated. Moreover, I was seeking a way to see the favourite opponents of any user, not only just me.
#5 Very interesting. It really shows all the games from this turn, even though there's no need to set up the initial date as 01/01/2000(lichess didn't even exist in that day lol), just the date of the user registration. Albeit it really takes a while to compute all the games, mainly from people like me who have played more than 10000 games already. Also 100 isn't the limit, you could even set to 1000!

This topic has been archived and can no longer be replied to.