Skip to main content

Python Wrapper around Chess.com API

Project description

Python bindings for Chess.com Public API

Description & Implementation

Python bindings for Chess.com API which provides public data from the chess.com website. All endpoints provided by Chess.com's API are available in the respectively named methods.
Install the package with: pip install chess.com
https://pypi.org/project/chess.com/

Usage

Please refer to https://chesscom.readthedocs.io/ and https://www.chess.com/news/view/published-data-api for documentation. Below is a simple example of the usage.

from chessdotcom import get_player_profile

data = get_player_profile("fabianocaruana")
print(data.json)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chess.com-1.3.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

chess.com-1.3.2-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page