Skip to main content

使用Nonebot2让Discord和QQ群实现互相通信

Project description

nonebot_dcqq_relay_plugin


✨ 使用Nonebot2让Discord和QQ群实现互相通信 ✨

Badge Badge

介绍

使用Onebot V11适配器和Discord适配器来实现对Discord与QQ群互相交流的插件。

理论支持所有使用Onebot V11的框架, 只不过有些框架可能会遇到问题,请自行测试。

目前只支持普通的文字频道,不支持帖子频道 (也不打算支持)

如果你嫌这个项目不够好用,可以尝试Autuamn大大的nonebot-plugin-dcqq-relay插件

功能

ARK消息和Embed消息暂不打算支持

目前支持的消息:

尚未支持的消息:

  • 语音
  • 视频

安装

目前此插件还在早期开发阶段,还有许多问题,如果遇到问题还请务必提 issue

使用包管理器安装(推荐) 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-dcqq-relay-plugin
pdm (未测试)
pdm add nonebot-dcqq-relay-plugin
poetry
poetry add nonebot-dcqq-relay-plugin

打开 nonebot2 项目的 bot.py 文件, 在其中写入

nonebot.load_plugin('nonebot_dcqq_relay_plugin')
从 github 安装 在 nonebot2 项目的插件目录下, 打开命令行, 输入以下命令克隆此储存库
git clone https://github.com/PawTeamClub/nonebot_dcqq_relay_plugin.git

打开 nonebot2 项目的 bot.py 文件, 在其中写入

nonebot.load_plugin('src.plugins.nonebot_dcqq_relay_plugin')

配置

DISCORD_CHANNEL

你需要开启Discord的开发者模式获取频道ID

填写需要转发的Discord频道ID

如果你不知道怎么开启开发者模式,点我

DISCORD_CHANNEL="1234567890000000000000"

ONEBOT_CHANNEL

填写需要转发的QQ群号

ONEBOT_CHANNEL="123456789"

DATA_DIR (未测试)

修改数据文件默认存储路径,默认存在包安装目录下

DATA_DIR="./data/"

env配置例子

# nonebot2默认配置
DRIVER=~fastapi+~httpx+~websockets

# nonebot_dcqq_relay_plugin配置
DISCORD_CHANNEL="1234567890000000000000"
ONEBOT_CHANNEL="123456789"

# nonebot2 discord适配器设置
DISCORD_PROXY='http://127.0.0.1:8080'
DISCORD_BOTS='
[
  {
    "token": "xxxxx",
    "intent": {
      "guild_messages": true,
      "guild_message_reactions": true,
      "direct_messages": true,
      "direct_message_reactions": true,
      "message_content": true
    },
    "application_commands": {"*": ["*"]}
  }
]
'

Q & A

Q1: 遇到"unable to verify the first certificate"报错 (通常是因为使用了类似于steamcommunity 302反代工具和NapCatQQ框架的下载文件强制使用可信证书导致)

A1: 1. 强制修改源码 2. 使用代理工具全局代理,不要使用反代工具

Q2: 撤回无法使用

A2: 看已知BUG列表第一条

Q3: 为何不做多QQ群多频道转发

A3: 技术力不够因为懒

已知BUG列表

  1. Discord撤回onebot消息异常 (Lagrange.Onebot|Lagrange.Core的bug)
    • 问题: delete_smg函数总是撤回消息的id和接收消息的id不一样 (在Lagrange.Core/issues#226的回答中也遇到了这个问题,暂时没有解决方案 我也不会C#)
    • 为什么不给Lagrange团队丢issue: 虽然issue那边是Core的问题,但因为是相同问题所以我就不发了 根本原因还是害怕挨骂和害怕交流
    • 使用LLOneBot、NapCatQQ框架测试时没有问题
  2. 当一个人发了多图多文或者是多个表情的时候,可能会因为网络问题导致发送变慢

TODO:

做几把@,做不了一点

感谢

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_dcqq_relay_plugin-1.0.3.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

nonebot_dcqq_relay_plugin-1.0.3-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_dcqq_relay_plugin-1.0.3.tar.gz.

File metadata

File hashes

Hashes for nonebot_dcqq_relay_plugin-1.0.3.tar.gz
Algorithm Hash digest
SHA256 1a20c47c0d80b69d30f80f98c859abd0e5a9c571d82b8ce247eedd2329f5c9ab
MD5 9dcc23d5051c6405f7d9bc5b3e1c78a6
BLAKE2b-256 7f2f1200387b78b57f463d4f7394a2217483614880c193ce3071882643f5fd77

See more details on using hashes here.

File details

Details for the file nonebot_dcqq_relay_plugin-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_dcqq_relay_plugin-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 440a2f7a0be4416c277219a08bedc741c89e8a94f15dba8a7ea19e2d0f0dd284
MD5 568bd05d9c0cc511e1d34e412688f6fa
BLAKE2b-256 d5015e937fc03528f65258eedb4aa81ac4b29f12c61733724778bd4eded92eca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page