文件名称:withings-devices:通过 REST 仪表板私有 API 检索 withings 设备信息
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-10 15:33:23
Python
用于 Withings 设备的 Python 库 虽然 withings 提供了一个漂亮的 API 来获取身体指标,但 实际上无法检索有关专用设备的其他信息(在本例中为 W-50 秤)。 所以这是一个使用 web 仪表板 api(未记录)的简单类。 适用于我的个人用途。 安装: pip install git+https://github.com/CyrilPeponnet/withings-devices.git 用法: from withingsdevices import WithingsDevices my_devices = WithingsDevices ( 'YOUR_EMAIL' , 'YOUR_PASSWORD' ) # fetch the devices my_devices . fetch_devices () print my_devices . de
【文件预览】:
withings-devices-master
----.gitignore(5B)
----README.md(1KB)
----withingsdevices()
--------__init__.py(6KB)
----requirements.txt(9B)
----setup.py(446B)