Barabazs / e_ok_api

Unofficial API wrapper for Liantis e-OK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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))

About

Unofficial API wrapper for Liantis e-OK

License:GNU General Public License v3.0


Languages

Language:Python 100.0%