Metadata-Version: 2.4
Name: chatgpt-mirai-qq-bot-api-collection
Version: 0.3.4
Summary: ApiCollectionPlugin for lss233/chatgpt-mirai-qq-bot
Home-page: https://github.com/chuanSir123/api_collection
Author: chuanSir
Author-email: 416448943@qq.com
Project-URL: Bug Tracker, https://github.com/chuanSir123/api_collection/issues
Project-URL: Documentation, https://github.com/chuanSir123/api_collection/wiki
Project-URL: Source Code, https://github.com/chuanSir123/api_collection
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kirara-ai>=3.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# api-collection for ChatGPT-Mirai-QQ-Bot

本项目是 [ChatGPT-Mirai-QQ-Bot](https://github.com/lss233/chatgpt-mirai-qq-bot) 的一个api 聚合插件，示例工作流依赖chatgpt-mirai-qq-bot-scheduler的auto_execute_tools，需要单独触发请自己创建工作流和规则。

## 安装

```bash
pip install chatgpt-mirai-qq-bot-api-collection
```

## 使用

在 chatgpt-mirai-qq-bot的web_ui中配置
使用示例请参考 [api_collection/example/apiWithTool.yml](api_collection/example/apiWithTool.yaml)
安装此插件会自动生成一个自动调用api的工作流，仅供参考

## 开源协议

本项目基于 [ChatGPT-Mirai-QQ-Bot](https://github.com/lss233/chatgpt-mirai-qq-bot) 开发，遵循其 [开源协议](https://github.com/lss233/chatgpt-mirai-qq-bot/blob/master/LICENSE)

## 感谢

感谢 [ChatGPT-Mirai-QQ-Bot](https://github.com/lss233/chatgpt-mirai-qq-bot) 的作者 [lss233](https://github.com/lss233) 提供框架支持


