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.2b1.tar.gz
(19.6 kB
view details)
Built Distribution
wyzeapy-0.5.2b1-py3-none-any.whl
(27.9 kB
view details)
File details
Details for the file wyzeapy-0.5.2b1.tar.gz
.
File metadata
- Download URL: wyzeapy-0.5.2b1.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ba0133da9e4ecfd12062e12bb40d6725919dd420218bbc3bdaac3badbadb219 |
|
MD5 | cf07ef3de75057e4109aedb85e71adc6 |
|
BLAKE2b-256 | 7ab8d46c4f9568eef5ecaef517776e2ca8b5b94fdbcaa07dc6b820fbd2330d1e |
File details
Details for the file wyzeapy-0.5.2b1-py3-none-any.whl
.
File metadata
- Download URL: wyzeapy-0.5.2b1-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aca5aa4288112c92a891f3b9419ef9341c0820f0cceb698837da91da55feb817 |
|
MD5 | decbec4c391a61cf19c0e3e9ef99f1b9 |
|
BLAKE2b-256 | 079a0de8288245382fa2c2d8acbfd96add8168e2f14d6d9d30475c6d5ef2f997 |