guidopetri / chess-pipeline

Pulling games from the Lichess API into a PostgreSQL database for data analysis.
GNU General Public License v3.0
20 stars 2 forks source link

Consider moving to `berserk` library instead of `python-lichess` #83

Open guidopetri opened 2 months ago

guidopetri commented 2 months ago

python-lichess hasn't been updated in 3 years and berserk seems to be the official lichess library. However, it doesn't have direct support for loading python-chess objects like python-lichess does. Maybe it's not a dealbreaker?