Metadata-Version: 2.1
Name: chatgpt-mirai-qq-bot-scheduler
Version: 0.3.1
Summary: 定时任务 for lss233/chatgpt-mirai-qq-bot，提供聚合block实现定时任务的增删查(同时也可以配置其他安装的block实现自动调用)
Home-page: https://github.com/chuanSir123/scheduler
Author: chuanSir
Author-email: 416448943@qq.com
Project-URL: Bug Tracker, https://github.com/chuanSir123/scheduler/issues
Project-URL: Documentation, https://github.com/chuanSir123/scheduler/wiki
Project-URL: Source Code, https://github.com/chuanSir123/scheduler
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

# scheduler for ChatGPT-Mirai-QQ-Bot

本项目是 [ChatGPT-Mirai-QQ-Bot](https://github.com/lss233/chatgpt-mirai-qq-bot) 的一个插件，用于在工作流中配置定时任务，同时提供auto_tool的聚合block，实现对定时任务增删查的自动调用。

## 安装

```bash
pip install chatgpt-mirai-qq-bot-scheduler
```

## 使用

在 chatgpt-mirai-qq-bot的web_ui中配置  
使用示例请参考 [scheduler/example/normalWithTool.yml](scheduler/example/normalWithTool.yaml)    

## 开源协议

本项目基于 [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) 提供框架支持


