Hello! Today I present to this community the Python module made to communicate with the Achievment System of Game Jolt.
It's out! **Current version: 1.1**
Grab it at: https://github.com/vncastanheira/gjapi_python
You can also download the repository as a zip file.
It's an interface-free module, making use of the python's built-in functionalities and the standart library. That means that anyone with the a python bundle can work with the module. A single class, with each attribute and method perfoming a type of call to the online system of Game Jolt.
#emotions_dlg.tongue}" title="{#emotions_dlg.tongue}" />
Edit: the release version now contains support for the 2.7 version of Python, but is marked as unstable because I didn't tested it properly yet.
The module is documented and is also in the repository. You can open it with any browser, so just go to Documentation > index.html to navigate troughtout it.
Check out the README.md if you find any bugs, want some help or just want to suggest something for the API. This topic is also available if any suppport/help is needed.
I hope you enjoy it and please leave feedbacks! I wish to know how people are handling it.