基于nonebot2的bing-chat软件
Project description
检查权限时有一个严重的错误,再
v0.2.2
中修复
📖 介绍
一个可以使用新版Bing进行聊天的插件
目前仅支持onebotv11
💿 安装
使用 nb-cli 安装(暂时有问题)
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-bing-chat
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip install nonebot-plugin-bing-chat
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_bing_chat"]
⚙️ 配置
在 nonebot2 项目的`data/BingChat`文件中添加`cookies.json(必须)
- 在浏览器安装
cookie-editor
的插件- Chrome/Edge(需要魔法)
- Firefox
- 打开
www.bing.com
(需要魔法)(不是cn.bing.com
) - 打开
cookie-editor
插件 - 点击右下角的
Export
按钮(这会把cookie保存到你的剪切板上) - 把你复制道德内容放到
cookies.json
文件里
在 nonebot2 项目的`.env`文件中添加下表中的配置(可选)
配置项 | 必填 | 类型 | 默认值 | 说明 |
---|---|---|---|---|
bingchat_command_chat | 否 | str/list[str] | ['chat'] | 对话关键词 |
bingchat_command_new_chat | 否 | str/list[str] | ['刷新对话'] | 新建对话关键词 |
bingchat_group_filter_mode | 否 | 'whitelist'/'blacklist' | 'blacklist' | 对群聊屏蔽的模式 |
bingchat_group_filter_blacklist | 否 | list[int] | [] | 黑名单列表 |
bingchat_group_filter_whitelist | 否 | list[int] | [] | 白名单列表 |
🎉 使用
指令表
以下为指令可以在配置文件中更改
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
chat | 所有人 | 否 | 私聊/群聊 | 与Bing进行对话 |
刷新列表 | 所有人 | 是 | 私聊/群聊 | 新建一个对话 |
📄 ToDo
- 支持更多的适配器
- onebot-v11
- 将来使用
nonebot-plugin-all4one
对其他平台进行支持
- 支持更好的权限管理
- 每个人的次数限制
- 白名单/黑名单机制
- 支持账号自动切换
- 更好的错误处理
🌸 致谢
- @A-kirami 项目使用了README模板
- @acheong08 项目使用了与Bing通讯的接口 EdgeGPT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for nonebot-plugin-bing-chat-0.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6752f5dd764c135162fd21691c5b3fe08817c91b2ca91b2a9b45c4ce5aca41d1 |
|
MD5 | 9f858412c7ccaf72693f407233d15edd |
|
BLAKE2b-256 | 48a6ce39d9c408c9235a29cc6adeb845204029cbba86446e666233204f043a4b |
Close
Hashes for nonebot_plugin_bing_chat-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e85a21da533e47ebe7cbb3d596b02f74a0c10ce1cf53820ee8cf8ce33d359b9 |
|
MD5 | b494c2ec95413028e20a5733d76b6d9f |
|
BLAKE2b-256 | d89c81f3055113f1e51f3fe438e08066b0c60001b827f625d0955d9a740ff679 |