chess_dl

Crates.iochess_dl
lib.rschess_dl
version0.3.10
sourcesrc
created_at2021-04-27 02:34:31.69368
updated_at2024-01-12 19:52:47.664011
descriptionChess.com game downloader
homepage
repositoryhttps://github.com/nimr0d/chess_dl
max_upload_size
id389983
size59,616
Nimrod (nimr0d)

documentation

README

chess_dl

Fast Chess.com bulk game downloader. Parses the games in order to sort into colors and time controls.

I made this project to learn async Rust and get an edge in chess tournaments where there is not much time to prepare between rounds. Don't expect good code, but it is fairly fast (much faster than any competing program that I've seen). If anyone has tips on how to organize the code better, it would be appreciated.

Installation

cargo install chess_dl

Example

chess_dl hikaru gmwso lyonbeast --blitz --bullet -t
Commit count: 28

cargo fmt