Skip to content

🧩 An app that uses Chess.com Public API to search up information about users, their games and more.

Notifications You must be signed in to change notification settings

khalidbelk/MyChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyChess

This project is a basic application created for experimenting with the Chess.com public API. It provides a simple command-line interface to interact with the API and retrieve information about users and their games.

Requirements

Before using mychess, ensure you have the following installed on your system:

  • Python 3
  • Pip (Python package installer)

Usage

First of all, compile the project at the root directory using the following command:

make

After building, the executable mychess will be generated. You can use it as follows:

./mychess -u user [gamesYear gamesMonth]
    user            is the Chess.com username. This flag alone provides information about the user.
    gamesYear       is the year of the user's games you want to download
    gamesMonth      is the month of the user's games you want to download

About

🧩 An app that uses Chess.com Public API to search up information about users, their games and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published