August 6, 2025
Chess.com API in a Python package
Python client for Chess.com API, which provides public data from chess.com website.
Python client for Chess.com API, which provides public data from chess.com website.
The PubAPI is a read-only REST API that responds with JSON-LD data. The API re-packages public data from the website and makes it available via the PubAPI. “Public Data” is information available to people who are not logged in, such as player data, game data, and club/tournament information. This excludes…
Pygrister is a Grist client that covers all the documented APIs. Pygrister keeps track of basic configuration for you, remembering your team site, workspace, working document, so that you don’t have to type in the boring stuff every time. Apart from this and little else, Pygrister is rather low-level: it will call the api and retrieve the response, with only minor changes. If the api call is malformed, you will simply receive a bad HTTP status code.
Dockerized version of JobSpy, with API key auth, rate limiting, and proxy support.
Examples of BookStack API scripts on Codeberg