Skip to content

elibenporat/hikaru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hikaru

Hikaru (the library), is a simple wrapper around the chess.com API that makes it easy to download game data.

Usage

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]);

About

A pure rust wrapper for the Chess.com API. Allows you to easily download all the games of any user on the site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages