From a739b93561fcb26f327d1fe6ce1e154180a6a817 Mon Sep 17 00:00:00 2001 From: FYWinds Date: Fri, 27 Aug 2021 09:37:38 +0000 Subject: [PATCH 01/11] :beers: publish bot Takker --- docs/.vuepress/public/bots.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.vuepress/public/bots.json b/docs/.vuepress/public/bots.json index f115360f..3c4433fe 100644 --- a/docs/.vuepress/public/bots.json +++ b/docs/.vuepress/public/bots.json @@ -52,5 +52,11 @@ "desc": "每个群配置文件独立,可以控制频率,socks http代理,R18开关,支持多tag,自建API lolicon Pixiv热度榜", "author": "yuban10703", "repo": "https://github.com/yuban10703/setu-nonebot2" + }, + { + "name": "Takker", + "desc": "综合了各种娱乐功能的Bot", + "author": "FYWinds", + "repo": "https://github.com/FYWinds/takker" } ] \ No newline at end of file From fe1bd87ff86246a642b440e0ebb9b02a46ca2fb6 Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:30:47 +0800 Subject: [PATCH 02/11] :memo: Add markdownlint ignore comment --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa102e04..66a362fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

nonebot

@@ -6,6 +7,7 @@ # NoneBot + _✨ 跨平台 Python 异步机器人框架 ✨_ @@ -51,6 +53,7 @@ _✨ 跨平台 Python 异步机器人框架 ✨_ · 文档打不开?

+ ## 简介 From fcd168fd3e15d7cf52543d33d8493d267b924e54 Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:43:35 +0800 Subject: [PATCH 03/11] :memo: Add frequently asked questions link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66a362fe..889225f9 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,10 @@ NoneBot2 的驱动框架 `Driver` 以及通信协议 `Adapter` 均可**自定义 ## 社区资源 +### 常见问题 + +- [常见问题解答(FAQ)](https://github.com/nonebot/discussions/discussions/13) + ### 教程/实际项目/经验分享 - [awesome-nonebot](https://github.com/nonebot/awesome-nonebot) From 8e414220550c8a403f7bce55e150755151b8801e Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:58:08 +0800 Subject: [PATCH 04/11] :memo: update faq link to official redirection domain Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 889225f9..3624fcd5 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ NoneBot2 的驱动框架 `Driver` 以及通信协议 `Adapter` 均可**自定义 ### 常见问题 -- [常见问题解答(FAQ)](https://github.com/nonebot/discussions/discussions/13) +- [常见问题解答(FAQ)](https://faq.nonebot.dev/) ### 教程/实际项目/经验分享 From 46c61df081a4cea468493bd9606baa8943f13b24 Mon Sep 17 00:00:00 2001 From: FYWinds Date: Sun, 5 Sep 2021 09:05:30 +0000 Subject: [PATCH 05/11] =?UTF-8?q?:beers:=20publish=20plugin=20ATRI?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index efabfa2a..df73cdb5 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -374,5 +374,13 @@ "desc": "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub", "author": "Quan666", "repo": "https://github.com/Quan666/ELF_RSS" + }, + { + "id": "nonebot_plugin_atri", + "link": "nonebot-plugin-atri", + "name": "ATRI语音包", + "desc": "一个ATRI语音包,基于文本相似度匹配回复", + "author": "FYWinds", + "repo": "https://github.com/FYWinds/nonebot-plugin-atri" } ] \ No newline at end of file From fa15e5b0ee9fa894504347bab92052609cc42800 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Wed, 15 Sep 2021 17:16:15 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=F0=9F=91=B7=20update=20store=20publish?= =?UTF-8?q?=20bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仓库迁移至 NoneBot 组织 --- .../workflows/{plugin_issue.yml => publish_bot.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{plugin_issue.yml => publish_bot.yml} (73%) diff --git a/.github/workflows/plugin_issue.yml b/.github/workflows/publish_bot.yml similarity index 73% rename from .github/workflows/plugin_issue.yml rename to .github/workflows/publish_bot.yml index 6d2b0b6c..542ca6d2 100644 --- a/.github/workflows/plugin_issue.yml +++ b/.github/workflows/publish_bot.yml @@ -1,4 +1,4 @@ -name: 'Store Publish Issue Bot' +name: 'NoneBot2 Publish Bot' on: push: @@ -10,15 +10,15 @@ on: types: [closed] jobs: - issue_bot: + publish_bot: runs-on: ubuntu-latest - name: store publish issue bot + name: nonebot2 publish bot steps: - name: Checkout code uses: actions/checkout@v2 - - name: NoneBot2 Plugin Issue Bot - uses: he0119/nonebot2-plugin-issue-bot@main + - name: NoneBot2 Publish Bot + uses: nonebot/nonebot2-publish-bot@main with: token: ${{ secrets.GH_TOKEN }} base: master From 5db8b124ab213a31ad1715ec733cd867e363bf13 Mon Sep 17 00:00:00 2001 From: kanomahoro Date: Sat, 18 Sep 2021 02:59:21 +0000 Subject: [PATCH 07/11] :beers: publish plugin HanayoriBot --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index df73cdb5..a2ebc0e8 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -382,5 +382,13 @@ "desc": "一个ATRI语音包,基于文本相似度匹配回复", "author": "FYWinds", "repo": "https://github.com/FYWinds/nonebot-plugin-atri" + }, + { + "id": "nonebot_plugin_hanayori", + "link": "nonebot-plugin-hanayori", + "name": "HanayoriBot", + "desc": "B站动态推送与开播提醒插件", + "author": "kanomahoro", + "repo": "https://github.com/kanomahoro/nonebot-hanayori" } ] \ No newline at end of file From 368afe6d63d875715e1f19d3128c3e0cd71f0b3f Mon Sep 17 00:00:00 2001 From: mnixry Date: Mon, 20 Sep 2021 16:58:26 +0000 Subject: [PATCH 08/11] =?UTF-8?q?:beers:=20publish=20plugin=20HTTP?= =?UTF-8?q?=E9=9D=99=E6=80=81=E6=96=87=E4=BB=B6=E6=89=98=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index a2ebc0e8..7abf707b 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -390,5 +390,13 @@ "desc": "B站动态推送与开播提醒插件", "author": "kanomahoro", "repo": "https://github.com/kanomahoro/nonebot-hanayori" + }, + { + "id": "nonebot_plugin_filehost", + "link": "nonebot-plugin-filehost", + "name": "HTTP静态文件托管", + "desc": "一款 HTTP 静态文件托管插件, 为跨机文件传输提供了优雅的解决方案", + "author": "mnixry", + "repo": "https://github.com/mnixry/nonebot-plugin-filehost" } ] \ No newline at end of file From c747342709a8059cd93eaad5caa27e25e094d3b3 Mon Sep 17 00:00:00 2001 From: kanomahoro Date: Tue, 21 Sep 2021 15:17:30 +0000 Subject: [PATCH 09/11] :beers: publish plugin SimpleMusic --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 7abf707b..aa7700a0 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -398,5 +398,13 @@ "desc": "一款 HTTP 静态文件托管插件, 为跨机文件传输提供了优雅的解决方案", "author": "mnixry", "repo": "https://github.com/mnixry/nonebot-plugin-filehost" + }, + { + "id": "nonebot_plugin_simplemusic", + "link": "nonebot-plugin-simplemusic", + "name": "SimpleMusic", + "desc": "最简Q群点歌插件,支持网易云、QQ音乐", + "author": "kanomahoro", + "repo": "https://github.com/kanomahoro/nonebot-simplemusic" } ] \ No newline at end of file From 4364685b305e72425b8ed04a0fcf1a075eb587ec Mon Sep 17 00:00:00 2001 From: SK <36433929+SK-415@users.noreply.github.com> Date: Sun, 26 Sep 2021 02:07:56 -0400 Subject: [PATCH 10/11] Fix HarukaBot repository link --- docs/.vuepress/public/bots.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/public/bots.json b/docs/.vuepress/public/bots.json index 3c4433fe..01778520 100644 --- a/docs/.vuepress/public/bots.json +++ b/docs/.vuepress/public/bots.json @@ -3,7 +3,7 @@ "name": "HarukaBot", "desc": "将B站UP主的动态和直播信息推送至QQ", "author": "SK-415", - "repo": "https://haruka-bot.live" + "repo": "SK-415/HarukaBot" }, { "name": "Omega Miya", @@ -59,4 +59,4 @@ "author": "FYWinds", "repo": "https://github.com/FYWinds/takker" } -] \ No newline at end of file +] From 246b8ccbe75777c243047adec35692d10fb4d399 Mon Sep 17 00:00:00 2001 From: kexue-z Date: Tue, 28 Sep 2021 16:45:05 +0000 Subject: [PATCH 11/11] =?UTF-8?q?:beers:=20publish=20plugin=20pornhub?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E5=9B=BE=E6=A0=87=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index aa7700a0..af275ad8 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -406,5 +406,13 @@ "desc": "最简Q群点歌插件,支持网易云、QQ音乐", "author": "kanomahoro", "repo": "https://github.com/kanomahoro/nonebot-simplemusic" + }, + { + "id": "nonebot_plugin_phlogo", + "link": "nonebot-plugin-phlogo", + "name": "pornhub风格图标生成", + "desc": "生成pornhub风格logo", + "author": "kexue-z", + "repo": "https://github.com/kexue-z/nonebot-plugin-phlogo" } ] \ No newline at end of file