Unofficial API wrapper for Liantis e-OK.
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.
pip install e-ok-api
y = TimeEOK()
y.login('Username', 'Password')
my_user_id = y.get_userid()
print(y.get_remaining_workhours(my_user_id))