https://github.com/taiki-kuraishi/switchbotapi
SwitchBot API 1.1 を使用して、温湿度計のデータを取得する
https://github.com/taiki-kuraishi/switchbotapi
docker python switchbot switchbot-api
Last synced: about 1 year ago
JSON representation
SwitchBot API 1.1 を使用して、温湿度計のデータを取得する
- Host: GitHub
- URL: https://github.com/taiki-kuraishi/switchbotapi
- Owner: taiki-kuraishi
- License: mit
- Created: 2023-11-23T06:34:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:02:07.000Z (over 2 years ago)
- Last Synced: 2023-11-24T15:43:59.190Z (over 2 years ago)
- Topics: docker, python, switchbot, switchbot-api
- Language: Python
- Homepage: https://qiita.com/taiki-kuraishi/items/7739cffc79611d27045c
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# switchBotAPI
## Overview
- - -
[Qiita SwitchBot API 1.1 を使用して、温湿度計のデータを取得する](https://qiita.com/taiki-kuraishi/items/7739cffc79611d27045c)
## Technology used
- - -
python 3.11
docker
docker-compose
## directory structure
```
/switchBotAPI
├─ /app
│ ├─ /responses
│ └─ /src
│ ├─ getDevicesList.py
│ └─ getDeviceStatus.py
│
├─ .env
├─ .gitattributes
├─ .gitignore
├─ docker-compose.yml
├─ Dockerfile
├─ LICENSE
├─ README.md
└─ requirements.txt
```
## Reference
- - -
- [SwitchBot API v1.1](https://github.com/OpenWonderLabs/SwitchBotAPI)
## Author
- - -
- [Kuraishi Taiki](https://github.com/taiki-kuraishi)
## Licence
- - -
DesktopExcelToPDFConverter is licensed under [the MIT License](https://github.com/taiki-kuraishi/DesktopExcelToPDFConverterInPython/blob/main/LICENSE.txt).