Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nullablebool/ChessDotComSharp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess.com Unofficial API

A .NET wrapper for Chess.com's API. This project is using the .NET Core 2.0 framework.

Getting Started

Download or clone the repo and build. Or, use Nuget...

Install via Nuget

To install via Nuget, simply run...

Install-Package ChessDotComSharp

Usage

Easy to use with fully typed models:

var client = new ChessDotComClient();
var myGames = await client.GetPlayerGamesAsync("kgooding");

Full API documentation

The full documentation of Chess.com's API can be found at https://www.chess.com/news/view/published-data-api

Built With

Contributing

Contributions welcome, would like to stub out the service and add unit tests.

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Chess.com Team

About

A .NET wrapper for Chess.com's API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.