Crates.io | hikaru |
lib.rs | hikaru |
version | 0.1.2 |
source | src |
created_at | 2021-04-05 16:01:40.023699 |
updated_at | 2021-04-05 18:45:26.481078 |
description | Download all games from Chess.com |
homepage | https://github.com/elibenporat/hikaru |
repository | https://github.com/elibenporat/hikaru |
max_upload_size | |
id | 379370 |
size | 10,158 |
Hikaru (the library), is a simple wrapper around the chess.com API that makes it easy to download game data.
use hikaru::GameData;
let user_names = vec!["hikaru","GMHikaruOnTwitch"];
let games = GameData::download(user_names);
// Check out Hikaru's first game on Chess.com:
dbg!(&games[0]);