An open API service indexing awesome lists of open source software.

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 を使用して、温湿度計のデータを取得する

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).