Unofficial Joox Web API
The jooxy module only requires Python 3. You can download from here.
Installation is simple. It can be installed from pip using the following command:
$ pip install jooxy
Or from the code:
$ python setup.py install
>>> from jooxy import *
>>> joox = Jooxy('EMAIL', 'PASSWORD')
>>> #or
>>> joox = Jooxy('EMAIL', 'PASSWORD', saveData=False)
>>> #or
>>> joox = Jooxy()
Ervan R.F / @ervan0707