Python client for private Wyze API
Project description
Wyzeapy
A python library for the (unofficial) Wyze Labs web APIs.
Used By
This project is used by the ha-wyzeapi project. Let me know if you are utilizing it so that I can feature your project here!
Usage/Examples
Getting logged in:
import asyncio
from wyzeapy import Wyzeapy
async def async_main():
client = await Wyzeapy.create()
await client.login("EMAIL", "PASSWORD")
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(async_main())
Thanks to:
- @shauntarves: for contributing the App ID and Signing Secret
License
Appendix
Full doc reference - Please note that I am still working on doc strings so please be patient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wyzeapy-0.4.0.tar.gz
(17.6 kB
view details)
Built Distribution
wyzeapy-0.4.0-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file wyzeapy-0.4.0.tar.gz
.
File metadata
- Download URL: wyzeapy-0.4.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dcb93099fd59858bacf1477dee13800aee1f2e6d5bf21404473b24bdd204e19 |
|
MD5 | 1da8217d395cf8c7750d3734816a017f |
|
BLAKE2b-256 | 6275b29b8c471249385ea8c3c3e0ae5e71ff60c776fa7109ae8021986a04e09c |
File details
Details for the file wyzeapy-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: wyzeapy-0.4.0-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b85498d6dd2dc47c6953dd1dd54fd14fde57a6dda70ddbe40e1c325e8a9cc52 |
|
MD5 | a78c82f304c8984fedc5ab6d3c4088d1 |
|
BLAKE2b-256 | 13ff7b811bd75a1dda9ab1d7268c2309484b7eebd74ec947d4bebcf04ff7490c |