PGN to SQLite

Sort:
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/ 

gonzaga777

i like python, its very interessant your package!

 

neerasaadmi

oh nice job <3

EverydayRonin
neerasaadmi wrote:

oh nice job <3

Thanks happy.png

bmacho

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

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.