The script mojo-api-v2-python-examples.py is an example how to use Mojo Helpdesk REST JSON API in Python.
Install pip first then the requests module:
pip install requests
Get your access key from your Mojo Helpdesk account user profile then run:
./mojo-api-v2-python-examples.py YOUR_ACCESS_KEY
Please visit https://developer.mojohelpdesk.com for Mojo Helpdesk API documentation.
Enjoy!