Skip to content

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

License

Notifications You must be signed in to change notification settings

bgempire/gamejoltapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.