/AreMyGamesInLichessPuzzles

Leaderboard of Lichess players according to the number of puzzles they generated.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Update

Lichess players can now see directly the puzzles that are generated from their game: https://lichess.org/training/of-player

Which means I do not plan to keep the repository up-to-date, at least regularly.

Players "leaderboard" in term of puzzles generated

It's the file leaderboard.csv.

puzzle_games.txt although being heavy, is included to avoid fetching the games again on lichess' side (~15h).

Installation

Create an .env file in the current directory and add DB_PATH=YOUR/PATH/TO/LICHESS/PUZZLES/DB), the puzzle V2 database can be downloaded here.

Install the python dependencies (pip3 install -r requirements.txt)