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.5.0b2.tar.gz
(19.3 kB
view details)
Built Distribution
wyzeapy-0.5.0b2-py3-none-any.whl
(27.6 kB
view details)
File details
Details for the file wyzeapy-0.5.0b2.tar.gz
.
File metadata
- Download URL: wyzeapy-0.5.0b2.tar.gz
- Upload date:
- Size: 19.3 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 | b9d6ae42f6919595af37b7f9f38f896d36375b3cab1f39242a0a1c82f8a436af |
|
MD5 | f9c1926c8380401d97a98d7aadf03ff4 |
|
BLAKE2b-256 | eb7885d091e3c58abe4524caf5319cbf46fb509838ba39c1ad7e7a31c9445347 |
File details
Details for the file wyzeapy-0.5.0b2-py3-none-any.whl
.
File metadata
- Download URL: wyzeapy-0.5.0b2-py3-none-any.whl
- Upload date:
- Size: 27.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 | c9300d9ca28c3f7bbd061b30218c26705dd7ea12d5d513aafd5fb04b69805ea9 |
|
MD5 | 79b4fc10080e3e398165da1ae7af1610 |
|
BLAKE2b-256 | d02db17c27849681d6927d3ed97778ad61fea4d71c6813def13e53c5e2a4e6b2 |