From e56fdd04ad6cea3b5b0469afc3e9e707cbca022a Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:20:05 +0800 Subject: [PATCH] :beers: publish adapter GitHub (#1297) --- README.md | 8 ++++++-- website/static/adapters.json | 10 ++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42178831..edd454c2 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,14 @@ _✨ 跨平台 Python 异步机器人框架 ✨_ feishu - - dingtalk + + github QQ频道 + + dingtalk +
@@ -98,6 +101,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架 | [OneBot 协议](https://onebot.dev/) | ✅ | 支持 QQ、TG、微信公众号等[平台](https://onebot.dev/ecosystem.html) | | [Telegram](https://core.telegram.org/bots/api) | ✅ | | | [飞书](https://open.feishu.cn/document/home/index) | ✅ | | + | [GitHub](https://docs.github.com/en/developers/apps) | ✅ | GitHub APP & OAuth APP | | [QQ 频道](https://bot.q.qq.com/wiki/) | ✅ | 官方接口调整较多 | | [钉钉](https://open.dingtalk.com/document/) | 🤗 | 寻找 Maintainer | | Console | ✅ | 控制台交互 | diff --git a/website/static/adapters.json b/website/static/adapters.json index f0ac290a..552ea10c 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -88,5 +88,15 @@ "homepage": "https://github.com/nonebot/adapter-console", "tags": [], "is_official": true + }, + { + "module_name": "nonebot.adapters.github", + "project_link": "nonebot-adapter-github", + "name": "GitHub", + "desc": "GitHub APP & OAuth APP integration", + "author": "yanyongyu", + "homepage": "https://github.com/nonebot/adapter-github", + "tags": [], + "is_official": true } ] \ No newline at end of file