/e_ok_api

Unofficial API wrapper for Liantis e-OK

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

e_ok_api

PyPI version shields.io Travis - CI

Unofficial API wrapper for Liantis e-OK.

Important

This API wrapper is now obsolete since Liantis updated their API. I've rewritten the wrapper and will probably update the new one more frequently. Please use python-liantis-ess-api.

Usage

pip install e-ok-api

Examples

y = TimeEOK()
y.login('Username', 'Password')
my_user_id = y.get_userid()
print(y.get_remaining_workhours(my_user_id))