Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 747 Bytes

Game Jolt API for Python

This module is a single threaded Python wrapper for the Game Jolt API 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. To install it on your Python distribution, simply run on the console:

pip install gamejoltapi

Or if you want to download it manually, just download the latest gamejoltapi.py from the source code repository.