PGN to SQLite

Sort:
Avatar of EverydayRonin

If anyone is interested I made a Python package that pulls your chess.com or lichess.org games from their APIs and puts them into an SQLite database for you to do analysis, or whatever you'd like.

If people want it I'll add support for import PGN files from disk instead of an API.

You can find it on PyPI:  https://pypi.org/project/pgn_to_sqlite/ 

Avatar of gonzaga777

i like python, its very interessant your package!

 

Avatar of neerasaadmi

oh nice job <3

Avatar of EverydayRonin
neerasaadmi wrote:

oh nice job <3

Thanks happy.png

Avatar of bmacho

Well your project name suggest that it takes pgn files and not chess.com/lichess member name

Avatar of EverydayRonin

Released v2.0 of pgn-to-sqlite today, which now supports adding your locally stored pgn files to your sqlite3 database, as well as pulling your pgn files from Chess.com and Lichess.org.