Metadata-Version: 2.2
Name: chatgpt-mirai-qq-bot-web-search
Version: 0.1.5
Summary: WebSearch adapter for lss233/chatgpt-mirai-qq-bot
Home-page: https://github.com/chuanSir123/web_search
Author: chuanSir
Author-email: 416448943@qq.com
Project-URL: Bug Tracker, https://github.com/chuanSir123/web_search/issues
Project-URL: Documentation, https://github.com/chuanSir123/web_search/wiki
Project-URL: Source Code, https://github.com/chuanSir123/web_search
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: playwright
Requires-Dist: trafilatura
Requires-Dist: lxml_html_clean
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OneBot-adapter for ChatGPT-Mirai-QQ-Bot

本项目是 [ChatGPT-Mirai-QQ-Bot](https://github.com/lss233/chatgpt-mirai-qq-bot) 的一个插件，用于将OneBot协议的消息转换为ChatGPT-Mirai-QQ-Bot的消息格式。

## 安装

```bash
pip install chatgpt-mirai-qq-bot-web-search
```

## 使用

在 chatgpt-mirai-qq-bot的web_ui中配置  
使用示例请参考 [example/normal.yml](example/normal.yml)    
工作流请参考 [示例图片](example/workflow.png)

## 开源协议

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


