基于nonebot2的bing-chat软件
Project description
📖 介绍
一个可以使用新版Bing进行聊天的插件
目前正在完善更多的设置
💿 安装
使用 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
- 打开
bing.com
(需要魔法) - 打开
cookie-editor
插件 - 点击右下角的
Export
按钮(这会把cookie保存到你的剪切板上) - 把你复制道德内容放到
cookies.json
文件里
在 nonebot2 项目的.env
文件中添加下表中的配置
配置项 | 必填 | 类型 | 默认值 | 说明 |
---|---|---|---|---|
bingchat_allow_group | 否 | Bool | True | 是否允许在群聊中使用 |
bingchat_command_chat | 否 | str/list[str] | ['chat'] | 对话关键词 |
bingchat_command_new_chat | 否 | str/list[str] | ['刷新对话'] | 新建对话关键词 |
🎉 使用
指令表
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
chat | 所有人 | 否 | 私聊/群聊 | 与Bing进行对话 |
刷新列表 | 所有人 | 是 | 私聊/群聊 | 新建一个对话 |
🌸 致谢
- @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.1.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88889291b250d5bbc998227e7bb34d0301864fade33ee4cbf35c372326ce36fe |
|
MD5 | 3db84d2e81317e1a373daa5553e8b463 |
|
BLAKE2b-256 | 728f89053b24b65d71fb7e3e393b9c59d212cd4ac36a6b619ad1c78d57d92d91 |
Close
Hashes for nonebot_plugin_bing_chat-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fff178936498aaa81d3f5957aecb2fdd8febe7fa1cb256709ef34f0473250b87 |
|
MD5 | 247895481245a1480bace8af7a6ed3ab |
|
BLAKE2b-256 | 4de710095e2f26df4d46cc0d6f4fd0e7f9688814a83cde64b479372b02750c36 |