rambo / python-holvirc

Drive Holvi API via Python with username/password auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-holvirc

Drive Holvi API via Python. Unlike holviapi this uses your username and password for login so you do not need to to beg Holvi for a special API-key.

Broken at the moment

MFA enforcement broke everything there is a way to work around that by using TOTP library, but there are details I'm waiting to get from an insider to help me get this done without spending tons of time black-box reverse engineering everything.

NOTE

  1. This uses combination of reverse-engineered APIs, when something changes in Holvis end this will probably break.
  2. If you use the default login method Holvi knows you are using this library, this should be a good thing so they can inform you about upcoming breaking changes.

How to use

Since writing documentation is boring I suggest you look at the tests here and in holviapi they should give a decent idea.

About

Drive Holvi API via Python with username/password auth

License:MIT License


Languages

Language:Python 87.3%Language:Shell 7.5%Language:Dockerfile 5.2%