Skip to content

FelicePollano/chess.com.downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess.com.downloader

Download games in pgn format for a chess.com user download is very fast using multiple requests at once, leveraging asynchronous I/O, but fair enought to not flood the chess.com api. Here you can find chess.com api reference

I verified the quality of the file by importing in SCID and it worked just fine. I run it on a Linux machine, and I used asynchronous I/O even during file writing. Not sure this can cause problems if we have some linitations on maximum number of open files, it could be since many file are opened at once while download massive databases.

Releases

No releases published

Packages

No packages published

Languages