https://github.com/littlebutt/nonebot-plugin-iot
本插件赋予nonebot接入物联网的功能,目前可以接入天猫精灵或者树莓派
https://github.com/littlebutt/nonebot-plugin-iot
hardware iot python
Last synced: about 1 year ago
JSON representation
本插件赋予nonebot接入物联网的功能,目前可以接入天猫精灵或者树莓派
- Host: GitHub
- URL: https://github.com/littlebutt/nonebot-plugin-iot
- Owner: littlebutt
- License: mit
- Created: 2022-09-13T09:36:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T07:36:05.000Z (over 3 years ago)
- Last Synced: 2025-03-24T00:41:26.342Z (over 1 year ago)
- Topics: hardware, iot, python
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotbot: Nonebot2物联网插件
  
## 简介
iotbot提供了一套Nonebot2接入物联网的解决方案,目前包含天猫精灵终端接入,树莓派终端接入。
## 快速上手
- 第一步:下载本项目至本地
```shell script
git clone
```
- 第二步:运行项目
可以通过docker在容器中运行
```shell script
docker built -t iotbot .
```
也可以在本地直接运行
```shell script
pip install -r requirements.txt
python bot.py
```
## 项目配置和搭建
- [天猫精灵终端](./docs/ali_genie.md)
- [树莓派终端](./docs/raspberry_pi.md)