An open API service indexing awesome lists of open source software.

https://github.com/bgempire/gamejoltapi

Single threaded Python wrapper for the GameJolt API running through HTTP requests.
https://github.com/bgempire/gamejoltapi

api api-wrapper gamejolt gamejolt-api interface python python3 wrapper

Last synced: 9 months ago
JSON representation

Single threaded Python wrapper for the GameJolt API running through HTTP requests.

Awesome Lists containing this project

README

          

# Game Jolt API for Python

This module is a single threaded Python wrapper for the
[Game Jolt API](https://gamejolt.com/game-api/doc) running through HTTP requests.
It contains all Game Jolt API endpoints and aims to simplify its use where it's possible.

## Installing

This module is available on the [Python Package Index](https://pypi.org/project/gamejoltapi/).
To install it on your Python distribution, simply run on the console:

```bash
pip install gamejoltapi
```

Or if you want to download it manually, just download the latest
[gamejoltapi.py](https://github.com/bgempire/gamejoltapi/blob/main/gamejoltapi.py)
from the source code repository.

## [See the reference documentation here](https://bgempire.github.io/gamejoltapi/)