Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.
/ e_ok_api Public archive

Unofficial API wrapper for Liantis e-OK

License

Notifications You must be signed in to change notification settings

Barabazs/e_ok_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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