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.
- Host: GitHub
- URL: https://github.com/bgempire/gamejoltapi
- Owner: bgempire
- License: mit
- Created: 2021-04-05T19:10:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T00:38:41.000Z (about 4 years ago)
- Last Synced: 2025-08-30T04:48:32.915Z (10 months ago)
- Topics: api, api-wrapper, gamejolt, gamejolt-api, interface, python, python3, wrapper
- Language: Python
- Homepage: https://bgempire.github.io/gamejoltapi/
- Size: 5.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)