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.3.1b1.tar.gz
(17.6 kB
view details)
Built Distribution
wyzeapy-0.3.1b1-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file wyzeapy-0.3.1b1.tar.gz
.
File metadata
- Download URL: wyzeapy-0.3.1b1.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 | 05693971ef60d9034719bb6ba68f49e7cee723a735931d9d18a9a8b22a105701 |
|
MD5 | 4e30a55b2e668ee8b0b2fb70577027de |
|
BLAKE2b-256 | 7c6eb89c147cecfaa14010d9dc33c0be688a3eb49470d2b6a08bfd55b30f8f9b |
File details
Details for the file wyzeapy-0.3.1b1-py3-none-any.whl
.
File metadata
- Download URL: wyzeapy-0.3.1b1-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 | cc09736ba08bdb14f26ab4b85c8a88ac9b2f5ce9cb95234fa5d018ac500dc184 |
|
MD5 | 094851c16b867cf8d3f22a573902006e |
|
BLAKE2b-256 | bff905d15aea217ce0a2e8b531e8b46a0761656b6119b56c59100b93fe53662d |