Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littlebutt/nonebot-plugin-iot
本插件赋予nonebot接入物联网的功能,目前可以接入天猫精灵或者树莓派
https://github.com/littlebutt/nonebot-plugin-iot
hardware iot python
Last synced: 16 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T07:36:05.000Z (about 2 years ago)
- Last Synced: 2024-11-17T15:11:43.107Z (about 1 month 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物联网插件
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nonebot2) ![](https://img.shields.io/badge/nonebot2-plugin-green) ![PyPI - License](https://img.shields.io/pypi/l/nonebot-plugin-iot)
## 简介
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)