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.
Before using mychess, ensure you have the following installed on your system:
- Python 3
- Pip (Python package installer)
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