feat: add gewechat adapter

This commit is contained in:
Junyan Qin
2025-02-04 19:37:40 +08:00
parent 0f2cb58897
commit 852254eaef
9 changed files with 407 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ required_deps = {
"jwt": "pyjwt",
"Crypto": "pycryptodome",
"lark_oapi": "lark-oapi",
"discord": "discord.py"
"discord": "discord.py",
"gewechat_client": "gewechat-client"
}