基于nonebot2的bing-chat软件
Project description
- 在v0.3.3支持更好的错误处理
- 在v0.3.4支持自动刷新已到达上限的对话,需要手动配置开启
📖 介绍
一个可以使用新版Bing进行聊天的插件
QQ群:366731501
能否给孩子一个star🌟吗
仅支持onebot v11
如果你有更多需求,请发布issue让我知道
💿 安装与更新
使用 nb-cli 安装与更新
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-bing-chat --update
使用包管理器安装与更新
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip install nonebot-plugin-bing-chat --update
打开 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] | ['chat-new', '刷新对话'] | 新建对话命令 |
bingchat_command_history_chat | str/list[str] | ['chat-history'] | 返回历史对话命令 |
对行为进行配置
配置项 | 类型 | 默认值 | 说明 |
---|---|---|---|
bingchat_auto_refresh_conversation | bool | False | 到达命令上线后是否自动刷新 |
对特定群聊进行屏蔽
配置项 | 类型 | 默认值 | 说明 |
---|---|---|---|
bingchat_group_filter_mode | 'whitelist'/'blacklist' | 'blacklist' | 对群聊屏蔽的模式 |
bingchat_group_filter_blacklist | list[int] | [] | 黑名单列表 |
bingchat_group_filter_whitelist | list[int] | [] | 白名单列表 |
🎉 使用
指令表
以下为指令可以在配置文件中更改
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
chat | 所有人 | 否 | 私聊/群聊 | 与Bing进行对话 |
chat-new | 所有人 | 否 | 私聊/群聊 | 新建一个对话 |
chat-history | 所有人 | 否 | 私聊/群聊 | 返回历史对话 |
📄 ToDo
如果你有更多需求,请发布issue让我知道
🌸 致谢
- @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.3.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | be11a8609a3ec6bb620080c7156a17b12f35a94e8ed287841bc00b1b6e4d9bbf |
|
MD5 | 446bb6d30f6fbdb5038e22eebad15343 |
|
BLAKE2b-256 | 30800b38e33e09254b97d45ebae014ac7460c61b079572245cc76dda5a8a2806 |
Close
Hashes for nonebot_plugin_bing_chat-0.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e35507748b9bda30786c1c3ec71376a410800a7766ebf0b42b5ac65de7ce1752 |
|
MD5 | 6eaee713edb9cd9faa5c202910b689ff |
|
BLAKE2b-256 | bc000eb0847d4ce3c590e4d250aa28843e319cd9499c9e4a8c5cd38798466ceb |