diff --git a/.github/workflows/noneflow.yml b/.github/workflows/noneflow.yml index c6932d06..d819d22e 100644 --- a/.github/workflows/noneflow.yml +++ b/.github/workflows/noneflow.yml @@ -15,9 +15,9 @@ concurrency: cancel-in-progress: false jobs: - check: + noneflow: runs-on: ubuntu-latest - name: check + name: noneflow # do not run on forked PRs, do not run on not related issues, do not run on pr comments if: | !( @@ -36,70 +36,6 @@ jobs: github.event_name == 'issue_comment' && github.event.issue.pull_request ) ) - steps: - - run: echo "Check passed" - reaction: - runs-on: ubuntu-latest - name: reaction - needs: check - if: | - ( - github.event_name == 'issue_comment' && - github.event.action == 'created' - ) || - ( - github.event_name == 'issues' && - github.event.action == 'opened' - ) - steps: - - name: Generate token - id: generate-token - uses: tibdex/github-app-token@v2 - with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_KEY }} - - - name: Reaction on issue - if: github.event_name == 'issues' - run: | - gh api --method POST /repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/reactions -f "content=rocket" - env: - GH_TOKEN: ${{ steps.generate-token.outputs.token }} - - - name: Reaction on issue comment - if: github.event_name == 'issue_comment' - run: | - gh api --method POST /repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions -f "content=rocket" - env: - GH_TOKEN: ${{ steps.generate-token.outputs.token }} - plugin_test: - runs-on: ubuntu-latest - name: nonebot2 plugin test - needs: check - permissions: - issues: read - outputs: - result: ${{ steps.plugin-test.outputs.RESULT }} - output: ${{ steps.plugin-test.outputs.OUTPUT }} - metadata: ${{ steps.plugin-test.outputs.METADATA }} - steps: - - name: Install Poetry - if: ${{ !startsWith(github.event_name, 'pull_request') }} - run: pipx install poetry - - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: "3.x" - - - name: Test Plugin - id: plugin-test - run: | - curl -sSL https://github.com/nonebot/noneflow/releases/latest/download/plugin_test.py | python - - noneflow: - runs-on: ubuntu-latest - name: noneflow - needs: plugin_test steps: - name: Generate token id: generate-token @@ -125,14 +61,12 @@ jobs: config: > { "base": "master", - "plugin_path": "assets/plugins.json", - "bot_path": "assets/bots.json", - "adapter_path": "assets/adapters.json" + "plugin_path": "assets/plugins.json5", + "bot_path": "assets/bots.json5", + "adapter_path": "assets/adapters.json5", + "registry_repository": "nonebot/registry" } env: - PLUGIN_TEST_RESULT: ${{ needs.plugin_test.outputs.result }} - PLUGIN_TEST_OUTPUT: ${{ needs.plugin_test.outputs.output }} - PLUGIN_TEST_METADATA: ${{ needs.plugin_test.outputs.metadata }} APP_ID: ${{ secrets.APP_ID }} PRIVATE_KEY: ${{ secrets.APP_KEY }} PRE_COMMIT_HOME: /github/workspace/.cache/.pre-commit diff --git a/assets/adapters.json b/assets/adapters.json5 similarity index 91% rename from assets/adapters.json rename to assets/adapters.json5 index a6a5d34f..d4fcaa03 100644 --- a/assets/adapters.json +++ b/assets/adapters.json5 @@ -4,7 +4,7 @@ "project_link": "nonebot-adapter-onebot", "name": "OneBot V11", "desc": "OneBot V11 协议", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "https://onebot.adapters.nonebot.dev/", "tags": [], "is_official": true @@ -14,7 +14,7 @@ "project_link": "nonebot-adapter-ding", "name": "钉钉", "desc": "钉钉协议", - "author": "Artin", + "author_id": 1184028, "homepage": "https://github.com/nonebot/adapter-ding", "tags": [], "is_official": true @@ -24,7 +24,7 @@ "project_link": "nonebot-adapter-feishu", "name": "飞书", "desc": "飞书协议", - "author": "StarHeartHunt", + "author_id": 14922941, "homepage": "https://github.com/nonebot/adapter-feishu", "tags": [], "is_official": true @@ -34,7 +34,7 @@ "project_link": "nonebot-adapter-telegram", "name": "Telegram", "desc": "Telegram 协议", - "author": "j1g5awi", + "author_id": 50312681, "homepage": "https://github.com/nonebot/adapter-telegram", "tags": [], "is_official": true @@ -44,7 +44,7 @@ "project_link": "nonebot-adapter-qq", "name": "QQ", "desc": "QQ 官方机器人", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "https://github.com/nonebot/adapter-qq", "tags": [], "is_official": true @@ -54,7 +54,7 @@ "project_link": "nonebot-adapter-kaiheila", "name": "开黑啦", "desc": "开黑啦协议适配", - "author": "Tian-que", + "author_id": 37477320, "homepage": "https://github.com/Tian-que/nonebot-adapter-kaiheila", "tags": [], "is_official": false @@ -64,7 +64,7 @@ "project_link": "nonebot-adapter-mirai", "name": "Mirai", "desc": "mirai-api-http v2 协议适配", - "author": "RF-Tar-Railt", + "author_id": 42648639, "homepage": "https://github.com/nonebot/adapter-mirai", "tags": [], "is_official": true @@ -74,7 +74,7 @@ "project_link": "nonebot-adapter-onebot", "name": "OneBot V12", "desc": "OneBot V12 协议", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "https://onebot.adapters.nonebot.dev/", "tags": [], "is_official": true @@ -84,7 +84,7 @@ "project_link": "nonebot-adapter-console", "name": "Console", "desc": "基于终端的交互式适配器", - "author": "Melodyknit", + "author_id": 50488999, "homepage": "https://github.com/nonebot/adapter-console", "tags": [], "is_official": true @@ -94,7 +94,7 @@ "project_link": "nonebot-adapter-github", "name": "GitHub", "desc": "GitHub APP & OAuth APP integration", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "https://github.com/nonebot/adapter-github", "tags": [], "is_official": true @@ -104,7 +104,7 @@ "project_link": "nonebot-adapter-ntchat", "name": "Ntchat", "desc": "pc hook的微信客户端适配", - "author": "JustUndertaker", + "author_id": 37363867, "homepage": "https://github.com/JustUndertaker/adapter-ntchat", "tags": [ { @@ -119,7 +119,7 @@ "project_link": "nonebot-adapter-minecraft", "name": "Minecraft", "desc": "MineCraft通信适配,支持Rcon", - "author": "17TheWord", + "author_id": 54731914, "homepage": "https://github.com/17TheWord/nonebot-adapter-minecraft", "tags": [ { @@ -134,7 +134,7 @@ "project_link": "nonebot-adapter-bilibili", "name": "BilibiliLive", "desc": "b站直播间ws协议", - "author": "wwweww", + "author_id": 39620657, "homepage": "https://github.com/wwweww/adapter-bilibili", "tags": [], "is_official": false @@ -144,7 +144,7 @@ "project_link": "nonebot-adapter-walleq", "name": "Walle-Q", "desc": "内置 QQ 协议实现", - "author": "abrahum", + "author_id": 18395948, "homepage": "https://github.com/onebot-walle/nonebot_adapter_walleq", "tags": [ { @@ -159,7 +159,7 @@ "project_link": "nonebot-adapter-villa", "name": "大别野", "desc": "米游社大别野官方Bot适配", - "author": "CMHopeSunshine", + "author_id": 63870437, "homepage": "https://github.com/CMHopeSunshine/nonebot-adapter-villa", "tags": [ { @@ -174,7 +174,7 @@ "project_link": "nonebot-adapter-red", "name": "RedProtocol", "desc": "QQNT RedProtocol 适配", - "author": "zhaomaoniu", + "author_id": 55650833, "homepage": "https://github.com/nonebot/adapter-red", "tags": [], "is_official": true @@ -184,7 +184,7 @@ "project_link": "nonebot-adapter-discord", "name": "Discord", "desc": "Discord 官方 Bot 协议适配", - "author": "CMHopeSunshine", + "author_id": 63870437, "homepage": "https://github.com/nonebot/adapter-discord", "tags": [], "is_official": true @@ -194,7 +194,7 @@ "project_link": "nonebot-adapter-satori", "name": "Satori", "desc": "Satori 协议适配器", - "author": "RF-Tar-Railt", + "author_id": 42648639, "homepage": "https://github.com/nonebot/adapter-satori", "tags": [ { @@ -209,7 +209,7 @@ "project_link": "nonebot-adapter-dodo", "name": "DoDo", "desc": "DoDo Bot 协议适配器", - "author": "CMHopeSunshine", + "author_id": 63870437, "homepage": "https://github.com/nonebot/adapter-dodo", "tags": [], "is_official": true @@ -219,7 +219,7 @@ "project_link": "nonebot-adapter-rocketchat", "name": "RocketChat", "desc": "RocketChat adapter for nonebot2", - "author": "IllTamer", + "author_id": 78360471, "homepage": "https://github.com/IUnlimit/nonebot-adapter-rocketchat", "tags": [], "is_official": false @@ -229,7 +229,7 @@ "project_link": "nonebot-adapter-kritor", "name": "Kritor", "desc": "Kritor 协议适配", - "author": "RF-Tar-Railt", + "author_id": 42648639, "homepage": "https://github.com/nonebot/adapter-kritor", "tags": [ { @@ -244,9 +244,9 @@ "project_link": "nonebot-adapter-tailchat", "name": "Tailchat", "desc": "Tailchat 适配器", - "author": "eya46", + "author_id": 61458340, "homepage": "https://github.com/eya46/nonebot-adapter-tailchat", "tags": [], "is_official": false - } + }, ] diff --git a/assets/bots.json b/assets/bots.json5 similarity index 89% rename from assets/bots.json rename to assets/bots.json5 index 4b145faf..ab1283a3 100644 --- a/assets/bots.json +++ b/assets/bots.json5 @@ -2,7 +2,7 @@ { "name": "HarukaBot", "desc": "将B站UP主的动态和直播信息推送至QQ", - "author": "SK-415", + "author_id": 36433929, "homepage": "https://github.com/SK-415/HarukaBot", "tags": [], "is_official": false @@ -10,7 +10,7 @@ { "name": "Omega Miya", "desc": "B站推送Pixiv搜图识番求签抽卡表情包还有其他杂七杂八的功能", - "author": "Ailitonia", + "author_id": 41713304, "homepage": "https://github.com/Ailitonia/omega-miya", "tags": [], "is_official": false @@ -18,7 +18,7 @@ { "name": "Github Bot", "desc": "在QQ获取/处理Github repo/pr/issue", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "https://github.com/cscs181/QQ-GitHub-Bot", "tags": [], "is_official": false @@ -26,7 +26,7 @@ { "name": "YanXiBot", "desc": "动漫资源查找与娱乐机器人", - "author": "Melodyknit", + "author_id": 50488999, "homepage": "https://github.com/Melodyknit/YanXiBot", "tags": [], "is_official": false @@ -34,7 +34,7 @@ { "name": "绪山真寻bot", "desc": "含有不少的娱乐功能同时稍稍有一些实用的功能 :P", - "author": "HibiKier", + "author_id": 45528451, "homepage": "https://github.com/HibiKier/zhenxun_bot", "tags": [], "is_official": false @@ -42,7 +42,7 @@ { "name": "ATRI", "desc": "高性能文爱萝卜子,糅杂了各类有趣小功能", - "author": "Kyomotoi", + "author_id": 37587870, "homepage": "https://github.com/Kyomotoi/ATRI", "tags": [], "is_official": false @@ -50,7 +50,7 @@ { "name": "dumbot傻瓜机器人", "desc": "猜一猜游戏、新闻一览、英文每日一词一短语等等,含一键启动及docker容器部署就绪", - "author": "ffreemt", + "author_id": 52522252, "homepage": "https://github.com/ffreemt/koyeb-nb2", "tags": [], "is_official": false @@ -58,7 +58,7 @@ { "name": "DicePP", "desc": "TRPG骰娘, 带先攻, 查询等功能, 主要面向DND5E. 面对骰主推出的船新版本, 内置Windows/Linux详细部署指南以及方便的自定义骰娘方法, 从回复文本到查询资料库都可轻松配置~", - "author": "pear-studio", + "author_id": 88259371, "homepage": "https://github.com/pear-studio/nonebot-dicepp", "tags": [], "is_official": false @@ -66,7 +66,7 @@ { "name": "SetuBot", "desc": "每个群配置文件独立,可以控制频率,socks http代理,R18开关,支持多tag,自建API lolicon Pixiv热度榜", - "author": "yuban10703", + "author_id": 39484884, "homepage": "https://github.com/yuban10703/setu-nonebot2", "tags": [], "is_official": false @@ -74,7 +74,7 @@ { "name": "剑网三bot", "desc": "网络游戏《剑侠情缘三》的群聊机器人,数据使用:www.jx3api.com", - "author": "JustUndertaker", + "author_id": 37363867, "homepage": "https://github.com/JustUndertaker/mini_jx3_bot", "tags": [ { @@ -87,7 +87,7 @@ { "name": "PixivBot", "desc": "顾名思义是Pixiv的bot(随机推荐插画、随机指定关键词插画、随机书签、查看排行榜、查看指定id插画)", - "author": "ssttkkl", + "author_id": 17331698, "homepage": "https://github.com/ssttkkl/PixivBot", "tags": [], "is_official": false @@ -95,7 +95,7 @@ { "name": "SeaBot_QQ", "desc": "一个能够获取新闻资讯并推送至QQ的群聊机器人。", - "author": "B1ue1nWh1te", + "author_id": 31682561, "homepage": "https://github.com/B1ue1nWh1te/SeaBot_QQ", "tags": [], "is_official": false @@ -103,7 +103,7 @@ { "name": "琪露诺Bot", "desc": "用QQ机器人控制Minecraft服务器!服务器状态查询/服务器白名单/插件列表/玩家查询/转发服务器消息/执行指令... 其他实用娱乐功能,三步即可成功部署的QQ bot", - "author": "summerkirakira", + "author_id": 56951617, "homepage": "https://github.com/summerkirakira/CirnoBot", "tags": [ { @@ -116,7 +116,7 @@ { "name": "Inkar Suki", "desc": "一个十分方便的Bot,支持包括Webhook、群管、剑网3等一系列功能,持续更新中……", - "author": "HornCopper", + "author_id": 68726147, "homepage": "https://github.com/HornCopper/Inkar-Suki", "tags": [ { @@ -137,7 +137,7 @@ { "name": "屑岛风Bot", "desc": "自家用屑Bot", - "author": "kexue-z", + "author_id": 71873002, "homepage": "https://github.com/kexue-z/Dao-bot", "tags": [], "is_official": false @@ -145,7 +145,7 @@ { "name": "LiteyukiBot-轻雪机器人", "desc": "一个有各种琐事功能的bot,有AI接口,能陪聊", - "author": "snowyfirefly", + "author_id": 79104275, "homepage": "https://github.com/snowyfirefly/Liteyuki", "tags": [ { @@ -162,7 +162,7 @@ { "name": "nya_bot", "desc": "喵服——战魂铭人联机服务器兼机器人", - "author": "nikissXI", + "author_id": 31379266, "homepage": "https://github.com/nikissXI/nya_bot", "tags": [ { @@ -175,7 +175,7 @@ { "name": "真宵Bot", "desc": "专注群聊的QQ机器人", - "author": "Shine-Light", + "author_id": 71173418, "homepage": "https://github.com/Shine-Light/Nonebot_Bot_MayaFey", "tags": [ { @@ -196,7 +196,7 @@ { "name": "SkadiBot", "desc": "明日方舟主题机器人—斯卡蒂", - "author": "yuyuziYYZ", + "author_id": 101615359, "homepage": "https://github.com/yuyuziYYZ/skadi_bot", "tags": [ { @@ -217,7 +217,7 @@ { "name": "小白机器人", "desc": "一个高度依赖数据库的群管理机器人", - "author": "SDIJF1521", + "author_id": 69745333, "homepage": "https://github.com/SDIJF1521/qqai", "tags": [ { @@ -234,7 +234,7 @@ { "name": "LittlePaimon", "desc": "小派蒙,多功能原神机器人。", - "author": "CMHopeSunshine", + "author_id": 63870437, "homepage": "https://github.com/CMHopeSunshine/LittlePaimon", "tags": [ { @@ -247,7 +247,7 @@ { "name": "IdhagnBot", "desc": "🐱🤖 一个以娱乐功能为主的缝合怪(划掉)QQ机器人,包含一定Furry要素但是不会卖萌(就是逊啦!)", - "author": "su226", + "author_id": 17371317, "homepage": "https://github.com/su226/IdhagnBot", "tags": [], "is_official": false @@ -255,7 +255,7 @@ { "name": "hsbot", "desc": "服务于《炉石传说》玩家的机器人,上线至今已有加入十余个个炉石相关群聊,上千名用户使用,响应请求数万次。 数据使用:HSreplay, Fbigame, Hearthstone API", - "author": "gzy02", + "author_id": 67055520, "homepage": "https://github.com/gzy02/hsbot", "tags": [ { @@ -268,7 +268,7 @@ { "name": "Bread Dog Bot", "desc": "Terraria TShock QQ 机器人", - "author": "Qianyiovo", + "author_id": 160252668, "homepage": "https://github.com/Qianyiovo/bread_dog_bot", "tags": [ { @@ -289,7 +289,7 @@ { "name": "RanBot", "desc": "不@会很安静的Bot", - "author": "IAXRetailer", + "author_id": 88923783, "homepage": "https://github.com/Hecatia-Hell-Workshop/RanBot", "tags": [], "is_official": false @@ -297,7 +297,7 @@ { "name": "辞辞(cici)Bot", "desc": "一个集成娱乐和群管为一体的机器人", - "author": "mengxinyuan638", + "author_id": 90902259, "homepage": "https://github.com/mengxinyuan638/cici-bot", "tags": [ { @@ -318,7 +318,7 @@ { "name": "SuzunoBot", "desc": "多功能音游bot,主要服务maimaiDX、Arcaea", - "author": "Rinfair-CSP-A016", + "author_id": 29980586, "homepage": "https://github.com/Rinfair-CSP-A016/SuzunoBot-AGLAS", "tags": [ { @@ -339,7 +339,7 @@ { "name": "青岚", "desc": "基于NoneBot的与Minecraft Server互通消息的机器人", - "author": "17TheWord", + "author_id": 54731914, "homepage": "https://github.com/17TheWord/qinglan_bot", "tags": [ { @@ -352,7 +352,7 @@ { "name": "ChensQBOTv2", "desc": "多功能QQ群机器人,权限管理/联ban/社工等等等等,以及拥有一个强大的开发者", - "author": "cnchens", + "author_id": 116929900, "homepage": "https://github.com/cnchens/ChensQBOTv2", "tags": [], "is_official": false @@ -360,7 +360,7 @@ { "name": "koishi", "desc": "支持爬取 codeforces, atcoder, 牛客上程序设计赛事的 bot。", - "author": "CupidsBow", + "author_id": 71639222, "homepage": "https://github.com/CupidsBow/koishi", "tags": [ { @@ -381,7 +381,7 @@ { "name": "脑积水", "desc": "一个超级缝合怪...", - "author": "zhulinyv", + "author_id": 66541860, "homepage": "https://github.com/zhulinyv/NJS", "tags": [ { @@ -394,7 +394,7 @@ { "name": "LOVE酱", "desc": "为铁锈战争游戏群服务的虚拟少女,内置了爬取铁锈房间列表功能,以及游戏内单位查询功能,并制作了教学系统以及铁锈相关游戏群的收集功能。", - "author": "allureluoli", + "author_id": 106828088, "homepage": "https://github.com/allureluoli/LOVE-", "tags": [ { @@ -411,7 +411,7 @@ { "name": "fubot", "desc": "基于nonebot与go-cqhttp的QQ娱乐bot,提供群日常娱乐功能与舞萌DX游戏相关的信息查询功能。", - "author": "HCskia", + "author_id": 54059896, "homepage": "https://github.com/HCskia/fu-Bot", "tags": [ { @@ -424,7 +424,7 @@ { "name": "桃桃酱", "desc": "一个会拆家的高性能缝合萝卜子", - "author": "tkgs0", + "author_id": 107618388, "homepage": "https://github.com/tkgs0/Momoko", "tags": [], "is_official": false @@ -432,7 +432,7 @@ { "name": "CoolQBot", "desc": "基于 NoneBot2 的聊天机器人", - "author": "he0119", + "author_id": 5219550, "homepage": "https://github.com/he0119/CoolQBot", "tags": [], "is_official": false @@ -440,7 +440,7 @@ { "name": "XDbot2", "desc": "简单的QQ功能型机器人", - "author": "This-is-XiaoDeng", + "author_id": 104149371, "homepage": "https://github.com/ITCraftDevelopmentTeam/XDbot2", "tags": [], "is_official": false @@ -448,7 +448,7 @@ { "name": "March7th", "desc": "三月七 - 崩坏:星穹铁道机器人", - "author": "mobyw", + "author_id": 44370805, "homepage": "https://github.com/Mar-7th/March7th", "tags": [ { @@ -465,7 +465,7 @@ { "name": "ay机器人", "desc": "codeforces和洛谷卷王监视、股票监控、ai聊天", - "author": "863109569", + "author_id": 77315378, "homepage": "https://github.com/863109569/qqbot", "tags": [ { @@ -486,7 +486,7 @@ { "name": "狐尾", "desc": "一个整合了兽云祭api的机器人,支持账号令牌操作,以及上传兽图", - "author": "bingqiu456", + "author_id": 99388013, "homepage": "https://github.com/bingqiu456/shouyun", "tags": [ { @@ -499,7 +499,7 @@ { "name": "ReimeiBot-黎明机器人", "desc": "流星飞逝,黎明终将到来。", - "author": "ThirdBlood", + "author_id": 65395090, "homepage": "https://github.com/3rdBit/ReimeiBot", "tags": [], "is_official": false @@ -507,7 +507,7 @@ { "name": "web_bot", "desc": "把机器人搬到网络上", - "author": "wsdtl", + "author_id": 63489103, "homepage": "https://github.com/wsdtl/web_bot", "tags": [ { @@ -520,7 +520,7 @@ { "name": "林汐", "desc": "多平台功能型Bot", - "author": "mute23-code", + "author_id": 110453675, "homepage": "https://github.com/netsora/SoraBot", "tags": [ { @@ -537,7 +537,7 @@ { "name": "米缸", "desc": "基于nonebot2的米缸Bot", - "author": "LambdaYH", + "author_id": 13503375, "homepage": "https://github.com/LambdaYH/MigangBot", "tags": [], "is_official": false @@ -545,7 +545,7 @@ { "name": "不正经的妹妹", "desc": "一款功能丰富、简单易用、自定义性强、扩展性强的可爱的QQ娱乐机器人", - "author": "itsevin", + "author_id": 104713034, "homepage": "https://github.com/itsevin/sister_bot", "tags": [], "is_official": false @@ -553,7 +553,7 @@ { "name": "星见Kirami", "desc": "🌟 读作 Kirami,写作星见,简明轻快的聊天机器人应用。", - "author": "A-kirami", + "author_id": 66513481, "homepage": "https://kiramibot.dev/", "tags": [], "is_official": false @@ -561,7 +561,7 @@ { "name": "OCNbot", "desc": "OI Contest Notifier bot,一个可以推送洛谷、cf、atcoder、牛客比赛通知的bot", - "author": "ACnoway", + "author_id": 91535478, "homepage": "https://github.com/ACnoway/OCNbot", "tags": [ { @@ -578,7 +578,7 @@ { "name": "妃爱", "desc": "超可爱的妃爱QQ群聊机器人", - "author": "jiangyuxiaoxiao", + "author_id": 52267304, "homepage": "https://github.com/jiangyuxiaoxiao/Hiyori", "tags": [], "is_official": false @@ -586,7 +586,7 @@ { "name": "芙芙", "desc": "供 Mooncell Wiki 协作使用的跨平台机器人", - "author": "StarHeartHunt", + "author_id": 14922941, "homepage": "https://github.com/MooncellWiki/BotFooChan", "tags": [], "is_official": false @@ -594,7 +594,7 @@ { "name": "Sakiko", "desc": "基于 LiteLoaderBDS 的 Minecraft 基岩版 Bot", - "author": "zhaomaoniu", + "author_id": 55650833, "homepage": "https://github.com/zhaomaoniu/Sakiko", "tags": [ { @@ -608,18 +608,10 @@ ], "is_official": false }, - { - "name": "星辰 Bot", - "desc": "欢迎使用 星辰 Bot 项目!这是一款基于 NoneBot2 打造的智能 QQ 机器人,旨在为用户提供丰富的功能体验。无论是获取一言的灵感,探索历史上的今天,还是穿梭60s世界,星辰 Bot 为您打开了全新的交流之门。快来尝试吧!", - "author": "StarXinXin", - "homepage": "https://github.com/StarXinXin/StarsBot", - "tags": [], - "is_official": false - }, { "name": "Minecraft_QQBot", "desc": "基于 NoneBot2 的 Minecraft 群服互联 QQ 机器人,支持多服务器多种方式连接。", - "author": "Lonely-Sails", + "author_id": 90964775, "homepage": "https://github.com/Minecraft-QQBot/BotServer", "tags": [ { @@ -636,7 +628,7 @@ { "name": "小安提Bot", "desc": "服务于音游 舞萌DX 的多功能Bot", - "author": "Ant1816", + "author_id": 186144551, "homepage": "https://github.com/Ant1816/Ant1Bot", "tags": [ { @@ -653,7 +645,7 @@ { "name": "CanrotBot", "desc": "有很多实用功能的bot,也有很多没什么用的娱乐功能;接入了大模型,并且有一部分功能可以被大模型调用。主打一个全都有(", - "author": "wangyw15", + "author_id": 18070676, "homepage": "https://github.com/wangyw15/CanrotBot", "tags": [], "is_official": false @@ -661,7 +653,7 @@ { "name": "Mio澪", "desc": "超可爱多功能Qbot", - "author": "EienSakura", + "author_id": 50508678, "homepage": "https://github.com/EienSakura/mio", "tags": [ { @@ -670,5 +662,5 @@ } ], "is_official": false - } + }, ] diff --git a/assets/drivers.json b/assets/drivers.json5 similarity index 88% rename from assets/drivers.json rename to assets/drivers.json5 index d7f9160b..61ee459b 100644 --- a/assets/drivers.json +++ b/assets/drivers.json5 @@ -4,7 +4,7 @@ "project_link": "", "name": "None", "desc": "None 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true @@ -14,7 +14,7 @@ "project_link": "nonebot2[fastapi]", "name": "FastAPI", "desc": "FastAPI 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true @@ -24,7 +24,7 @@ "project_link": "nonebot2[quart]", "name": "Quart", "desc": "Quart 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true @@ -34,7 +34,7 @@ "project_link": "nonebot2[httpx]", "name": "HTTPX", "desc": "HTTPX 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true @@ -44,7 +44,7 @@ "project_link": "nonebot2[websockets]", "name": "websockets", "desc": "websockets 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true @@ -54,9 +54,9 @@ "project_link": "nonebot2[aiohttp]", "name": "AIOHTTP", "desc": "AIOHTTP 驱动器", - "author": "yanyongyu", + "author_id": 42488585, "homepage": "/docs/advanced/driver", "tags": [], "is_official": true - } + }, ] diff --git a/assets/plugins.json b/assets/plugins.json5 similarity index 89% rename from assets/plugins.json rename to assets/plugins.json5 index af428193..a3a7fb9b 100644 --- a/assets/plugins.json +++ b/assets/plugins.json5 @@ -2,7 +2,7 @@ { "module_name": "nonebot_plugin_status", "project_link": "nonebot-plugin-status", - "author": "yanyongyu", + "author_id": 42488585, "tags": [ { "label": "server", @@ -14,7 +14,7 @@ { "module_name": "haruka_bot", "project_link": "haruka-bot", - "author": "SK-415", + "author_id": 36433929, "tags": [ { "label": "bilibili", @@ -26,7 +26,7 @@ { "module_name": "nonebot_plugin_rauthman", "project_link": "nonebot-plugin-rauthman", - "author": "Lancercmd", + "author_id": 59906398, "tags": [ { "label": "rule", @@ -38,14 +38,14 @@ { "module_name": "nonebot_plugin_docs", "project_link": "nonebot-plugin-docs", - "author": "nonebot", + "author_id": 63496654, "tags": [], "is_official": true }, { "module_name": "nonebot_plugin_sentry", "project_link": "nonebot-plugin-sentry", - "author": "yanyongyu", + "author_id": 42488585, "tags": [ { "label": "log", @@ -57,28 +57,28 @@ { "module_name": "nonebot_plugin_apscheduler", "project_link": "nonebot-plugin-apscheduler", - "author": "yanyongyu", + "author_id": 42488585, "tags": [], "is_official": true }, { "module_name": "nonebot_plugin_picsearcher", "project_link": "nonebot-plugin-picsearcher", - "author": "synodriver", + "author_id": 50922489, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_navicat", "project_link": "nonebot-plugin-navicat", - "author": "synodriver", + "author_id": 50922489, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_translator", "project_link": "nonebot-plugin-translator", - "author": "Lancercmd", + "author_id": 59906398, "tags": [ { "label": "func", @@ -90,35 +90,35 @@ { "module_name": "nonebot_plugin_mqtt", "project_link": "nonebot-plugin-mqtt", - "author": "synodriver", + "author_id": 50922489, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_songpicker2", "project_link": "nonebot-plugin-songpicker2", - "author": "maxesisn", + "author_id": 20412597, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_strman", "project_link": "nonebot-plugin-strman", - "author": "echobot-dev", + "author_id": 95678113, "tags": [], "is_official": false }, { "module_name": "nonebot_bison", "project_link": "nonebot-bison", - "author": "felinae98", + "author_id": 23295345, "tags": [], "is_official": false }, { "module_name": "nonebot-plugin-ncm", "project_link": "nonebot-plugin-ncm", - "author": "kitUIN", + "author_id": 68675068, "tags": [ { "label": "Netease", @@ -130,49 +130,49 @@ { "module_name": "nonebot_plugin_cocdicer", "project_link": "nonebot-plugin-cocdicer", - "author": "abrahum", + "author_id": 18395948, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_guess", "project_link": "nonebot-plugin-guess", - "author": "ffreemt", + "author_id": 52522252, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_abbrreply", "project_link": "nonebot-plugin-abbrreply", - "author": "anlen123", + "author_id": 49887895, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_biliav", "project_link": "nonebot-plugin-biliav", - "author": "knva", + "author_id": 9247530, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_analysis_bilibili", "project_link": "nonebot-plugin-analysis-bilibili", - "author": "mengshouer", + "author_id": 36481080, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_localstore", "project_link": "nonebot-plugin-localstore", - "author": "yanyongyu", + "author_id": 42488585, "tags": [], "is_official": true }, { "module_name": "nonebot_plugin_alconna", "project_link": "nonebot-plugin-alconna", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "多适配器", @@ -192,7 +192,7 @@ { "module_name": "nonebot_plugin_mcstatus", "project_link": "nonebot-plugin-mcstatus", - "author": "j1g5awi", + "author_id": 50312681, "tags": [ { "label": "Minecraft", @@ -204,119 +204,119 @@ { "module_name": "nonebot_plugin_help", "project_link": "nonebot-plugin-help", - "author": "XZhouQD", + "author_id": 41534161, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_alias", "project_link": "nonebot-plugin-alias", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_withdraw", "project_link": "nonebot-plugin-withdraw", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pixivrank_search", "project_link": "nonebot-plugin-pixivrank-search", - "author": "HibiKier", + "author_id": 45528451, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_russian", "project_link": "nonebot-plugin-russian", - "author": "HibiKier", + "author_id": 45528451, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_setu", "project_link": "nonebot-plugin-setu", - "author": "ayanamiblhx", + "author_id": 63199041, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_heweather", "project_link": "nonebot-plugin-heweather", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_autohelp", "project_link": "nonebot-plugin-autohelp", - "author": "ffreemt", + "author_id": 52522252, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_flexperm", "project_link": "nonebot-plugin-flexperm", - "author": "rmuchan", + "author_id": 13314764, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_epicfree", "project_link": "nonebot-plugin-epicfree", - "author": "monsterxcn", + "author_id": 22407052, "tags": [], "is_official": false }, { "module_name": "ELF_RSS2", "project_link": "ELF-RSS", - "author": "Quan666", + "author_id": 32663291, "tags": [], "is_official": false }, { "module_name": "nb2chan", "project_link": "nb2chan", - "author": "yucongo", + "author_id": 16970614, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_setu_now", "project_link": "nonebot-plugin-setu-now", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "leetcode", "project_link": "nonebot-plugin-leetcode", - "author": "zxz0415", + "author_id": 32358438, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_youthstudy", "project_link": "nonebot-plugin-youthstudy", - "author": "ayanamiblhx", + "author_id": 63199041, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_shindan", "project_link": "nonebot-plugin-shindan", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_code", "project_link": "nonebot-plugin-code", - "author": "yzyyz1387", + "author_id": 51691024, "tags": [ { "label": "func", @@ -328,28 +328,28 @@ { "module_name": "nonebot_plugin_picsbank", "project_link": "nonebot-plugin-picsbank", - "author": "Diaosi1111", + "author_id": 35657483, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_tvseries", "project_link": "nonebot-plugin-tvseries", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_lolmatch", "project_link": "nonebot-plugin-lolmatch", - "author": "Diaosi1111", + "author_id": 35657483, "tags": [], "is_official": false }, { "module_name": "OlivOS.nonebot", "project_link": "olivos.nb2", - "author": "j1g5awi", + "author_id": 50312681, "tags": [ { "label": "OlivOS", @@ -361,49 +361,49 @@ { "module_name": "nonebot_plugin_htmlrender", "project_link": "nonebot-plugin-htmlrender", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_admin", "project_link": "nonebot-plugin-admin", - "author": "yzyyz1387", + "author_id": 51691024, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_memes", "project_link": "nonebot-plugin-memes", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_repeater", "project_link": "nonebot-plugin-repeater", - "author": "ninthseason", + "author_id": 29861280, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_directlinker", "project_link": "nonebot-plugin-directlinker", - "author": "ninthseason", + "author_id": 29861280, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_forwarder", "project_link": "nonebot-plugin-forwarder", - "author": "ninthseason", + "author_id": 29861280, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_roll", "project_link": "nonebot-plugin-roll", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "roll", @@ -415,7 +415,7 @@ { "module_name": "nonebot_plugin_crazy_thursday", "project_link": "nonebot-plugin-crazy-thursday", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "Thursday", @@ -427,21 +427,21 @@ { "module_name": "nonebot_plugin_covid19_news", "project_link": "nonebot-plugin-covid19-news", - "author": "Zeta-qixi", + "author_id": 57753690, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_remake", "project_link": "nonebot-plugin-remake", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_weather_lite", "project_link": "nonebot-plugin-weather-lite", - "author": "zjkwdy", + "author_id": 57033359, "tags": [ { "label": "天气", @@ -453,7 +453,7 @@ { "module_name": "nonebot_plugin_fortune", "project_link": "nonebot-plugin-fortune", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "fortune", @@ -465,7 +465,7 @@ { "module_name": "nonebot_plugin_tarot", "project_link": "nonebot-plugin-tarot", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "tarot", @@ -477,7 +477,7 @@ { "module_name": "nonebot_plugin_emojimix", "project_link": "nonebot-plugin-emojimix", - "author": "MeetWq", + "author_id": 33149974, "tags": [ { "label": "emoji", @@ -489,7 +489,7 @@ { "module_name": "nonebot_plugin_what2eat", "project_link": "nonebot-plugin-what2eat", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "what2eat", @@ -501,42 +501,42 @@ { "module_name": "nonebot_plugin_datastore", "project_link": "nonebot-plugin-datastore", - "author": "he0119", + "author_id": 5219550, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_boardgame", "project_link": "nonebot-plugin-boardgame", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wordcloud", "project_link": "nonebot-plugin-wordcloud", - "author": "he0119", + "author_id": 5219550, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_chatrecorder", "project_link": "nonebot-plugin-chatrecorder", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_antiflash", "project_link": "nonebot-plugin-antiflash", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_word_bank2", "project_link": "nonebot-plugin-word-bank2", - "author": "kexue-z", + "author_id": 71873002, "tags": [ { "label": "wordbank", @@ -548,14 +548,14 @@ { "module_name": "nonebot_plugin_txt2img", "project_link": "nonebot-plugin-txt2img", - "author": "mobyw", + "author_id": 44370805, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_morning", "project_link": "nonebot-plugin-morning", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "morning", @@ -567,7 +567,7 @@ { "module_name": "nonebot_plugin_pixiv", "project_link": "nonebot-plugin-pixiv", - "author": "anlen123", + "author_id": 49887895, "tags": [ { "label": " pixiv", @@ -583,14 +583,14 @@ { "module_name": "YetAnotherPicSearch", "project_link": "yetanotherpicsearch", - "author": "NekoAria", + "author_id": 23137034, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gachalogs", "project_link": "nonebot-plugin-gachalogs", - "author": "monsterxcn", + "author_id": 22407052, "tags": [ { "label": "Genshin", @@ -602,7 +602,7 @@ { "module_name": "nonebot_plugin_everyday_en", "project_link": "nonebot-plugin-everyday-en", - "author": "MelodyYuuka", + "author_id": 81250368, "tags": [ { "label": "EveryDay", @@ -614,14 +614,14 @@ { "module_name": "nonebot_plugin_fire", "project_link": "nonebot-plugin-fire", - "author": "25252www", + "author_id": 45707511, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_qrcode", "project_link": "nonebot-plugin-qrcode", - "author": "kexue-z", + "author_id": 71873002, "tags": [ { "label": "QRcode", @@ -633,7 +633,7 @@ { "module_name": "nonebot_plugin_ygo", "project_link": "nonebot-plugin-ygo", - "author": "anlen123", + "author_id": 49887895, "tags": [ { "label": "游戏王", @@ -653,7 +653,7 @@ { "module_name": "nonebot_plugin_bilibilibot", "project_link": "nonebot-plugin-bilibilibot", - "author": "TDK1969", + "author_id": 54183084, "tags": [ { "label": "bilibili", @@ -665,21 +665,21 @@ { "module_name": "nonebot_plugin_color", "project_link": "nonebot-plugin-color", - "author": "monsterxcn", + "author_id": 22407052, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_blackjack", "project_link": "nonebot-plugin-blackjack", - "author": "yaowan233", + "author_id": 30517062, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_arcaeabot", "project_link": "nonebot-plugin-arcaeabot", - "author": "SEAFHMC", + "author_id": 9484642, "tags": [ { "label": "Arcaea", @@ -691,21 +691,21 @@ { "module_name": "nonebot_plugin_ddcheck", "project_link": "nonebot-plugin-ddcheck", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_leetcode2", "project_link": "nonebot-plugin-leetcode2", - "author": "Nranphy", + "author_id": 30568146, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mediawiki", "project_link": "nonebot-plugin-mediawiki", - "author": "KoishiStudio", + "author_id": 68314080, "tags": [ { "label": "wiki", @@ -717,28 +717,28 @@ { "module_name": "nonebot_plugin_wordle", "project_link": "nonebot-plugin-wordle", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_giyf", "project_link": "nonebot-plugin-giyf", - "author": "KoishiStudio", + "author_id": 68314080, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_abstract", "project_link": "nonebot-plugin-abstract", - "author": "CherryCherries", + "author_id": 98074861, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_params", "project_link": "nonebot-plugin-params", - "author": "iyume", + "author_id": 48091591, "tags": [ { "label": "helper", @@ -750,28 +750,28 @@ { "module_name": "nonebot_plugin_handle", "project_link": "nonebot-plugin-handle", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_minesweeper", "project_link": "nonebot-plugin-minesweeper", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_draw", "project_link": "nonebot_plugin_draw", - "author": "bingganhe123", + "author_id": 98812723, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_randomtkk", "project_link": "nonebot-plugin-randomtkk", - "author": "KafCoppelia", + "author_id": 69038090, "tags": [ { "label": "Tan Kuku", @@ -787,7 +787,7 @@ { "module_name": "nonebot_plugin_dida", "project_link": "nonebot-plugin-dida", - "author": "TDK1969", + "author_id": 54183084, "tags": [ { "label": "滴答清单", @@ -799,49 +799,49 @@ { "module_name": "nonebot_plugin_alipayvoice", "project_link": "nonebot-plugin-alipayvoice", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_answersbook", "project_link": "nonebot-plugin-answersbook", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_hitokoto", "project_link": "nonebot-plugin-hitokoto", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bilicover", "project_link": "nonebot-plugin-bilicover", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_cchess", "project_link": "nonebot-plugin-cchess", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_chess", "project_link": "nonebot-plugin-chess", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_charpic", "project_link": "nonebot-plugin-charpic", - "author": "1umine", + "author_id": 66518048, "tags": [ { "label": "字符画", @@ -857,7 +857,7 @@ { "module_name": "nonebot_plugin_miragetank", "project_link": "nonebot-plugin-miragetank", - "author": "1umine", + "author_id": 66518048, "tags": [ { "label": "幻影坦克", @@ -873,77 +873,77 @@ { "module_name": "nonebot_plugin_yulu", "project_link": "nonebot-plugin-yulu", - "author": "bingqiu456", + "author_id": 99388013, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_maze", "project_link": "nonebot-plugin-maze", - "author": "EtherLeaF", + "author_id": 100039483, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_moyu", "project_link": "nonebot-plugin-moyu", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mockingbird", "project_link": "nonebot-plugin-mockingbird", - "author": "AkashiCoin", + "author_id": 55268546, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_baidutranslate", "project_link": "nonebot-plugin-baidutranslate", - "author": "NumberSir", + "author_id": 52584526, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_tortoise_orm", "project_link": "nonebot-plugin-tortoise-orm", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_dailysign", "project_link": "nonebot-plugin-dailysign", - "author": "kexue-z", + "author_id": 71873002, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_tetris_stats", "project_link": "nonebot-plugin-tetris-stats", - "author": "shoucandanghehe", + "author_id": 51957264, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bilibili_viode", "project_link": "nonebot_plugin_bilibili_viode", - "author": "ASTWY", + "author_id": 61133548, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_imagetools", "project_link": "nonebot-plugin-imagetools", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_warframe_clock", "project_link": "nonebot-plugin-warframe-clock", - "author": "axStar", + "author_id": 124094085, "tags": [ { "label": "Warframe", @@ -955,14 +955,14 @@ { "module_name": "hikari_bot", "project_link": "hikari-bot", - "author": "benx1n", + "author_id": 48101337, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_who_at_me", "project_link": "nonebot-plugin-who-at-me", - "author": "SEAFHMC", + "author_id": 9484642, "tags": [ { "label": "群聊", @@ -974,49 +974,49 @@ { "module_name": "nonebot_plugin_covid_19_by", "project_link": "nonebot-plugin-covid-19-by", - "author": "bingqiu456", + "author_id": 99388013, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_reboot", "project_link": "nonebot-plugin-reboot", - "author": "18870", + "author_id": 22175295, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_setu4", "project_link": "nonebot-plugin-setu4", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_smart_reply", "project_link": "nonebot-plugin-smart-reply", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_today_in_history", "project_link": "nonebot-plugin-today-in-history", - "author": "AquamarineCyan", + "author_id": 64363680, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_BitTorrent", "project_link": "nonebot_plugin_BitTorrent", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_namelist", "project_link": "nonebot-plugin-namelist", - "author": "A-kirami", + "author_id": 66513481, "tags": [ { "label": "黑名单", @@ -1032,14 +1032,14 @@ { "module_name": "nonebot_plugin_bread_shop", "project_link": "nonebot-plugin-bread-shop", - "author": "Mai-icy", + "author_id": 62082723, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_PicMenu", "project_link": "nonebot_plugin_PicMenu", - "author": "hamo-reid", + "author_id": 61297321, "tags": [ { "label": "menu", @@ -1051,28 +1051,28 @@ { "module_name": "nonebot_plugin_horserace", "project_link": "nonebot_plugin_horserace", - "author": "shinianj", + "author_id": 105840558, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_firexN", "project_link": "nonebot-plugin-firexN", - "author": "GC-ZF", + "author_id": 94956933, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bfinfo", "project_link": "nonebot-plugin-bfinfo", - "author": "GC-ZF", + "author_id": 94956933, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_osubot", "project_link": "nonebot-plugin-osubot", - "author": "yaowan233", + "author_id": 30517062, "tags": [ { "label": "OSU", @@ -1084,28 +1084,28 @@ { "module_name": "nonebot_plugin_acc_calculate", "project_link": "nonebot-plugin-acc-calculate", - "author": "10-24", + "author_id": 117957183, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_kawaii_robot", "project_link": "nonebot_plugin_kawaii_robot", - "author": "KarisAya", + "author_id": 51886078, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_addFriend", "project_link": "nonebot_plugin_addFriend", - "author": "ziru-w", + "author_id": 77319678, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_date_name", "project_link": "nonebot-plugin-date-name", - "author": "bingqiu456", + "author_id": 99388013, "tags": [ { "label": "qun_card", @@ -1117,14 +1117,14 @@ { "module_name": "nonebot_plugin_easyCommand", "project_link": "nonebot_plugin_easyCommand", - "author": "ziru-w", + "author_id": 77319678, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_report", "project_link": "nonebot-plugin-report", - "author": "syrinka", + "author_id": 61999173, "tags": [ { "label": "webhook", @@ -1140,14 +1140,14 @@ { "module_name": "nonebot_plugin_hammer_nbnhhsh", "project_link": "nonebot-plugin-hammer-nbnhhsh", - "author": "ArgonarioD", + "author_id": 15799382, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bawiki", "project_link": "nonebot-plugin-bawiki", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "碧蓝档案", @@ -1163,7 +1163,7 @@ { "module_name": "nonebot_plugin_mcqq", "project_link": "nonebot-plugin-mcqq", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "Minecraft", @@ -1179,7 +1179,7 @@ { "module_name": "nonebot_plugin_covid_19_by_guild", "project_link": "nonebot-plugin-covid-19-by-guild", - "author": "bingqiu456", + "author_id": 99388013, "tags": [ { "label": "疫情小助手", @@ -1191,14 +1191,14 @@ { "module_name": "nonebot_plugin_wiki", "project_link": "nonebot-plugin-wiki", - "author": "ZombieFly", + "author_id": 60338092, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_groupmanager", "project_link": "nonebot-plugin-groupmanager", - "author": "HuYihe2008", + "author_id": 76118866, "tags": [ { "label": "简易群管", @@ -1214,21 +1214,21 @@ { "module_name": "nonebot_plugin_game_collection", "project_link": "nonebot_plugin_game_collection", - "author": "KarisAya", + "author_id": 51886078, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_drawer", "project_link": "nonebot-plugin-drawer", - "author": "CrazyBoyM", + "author_id": 35400185, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_jrrp-n", "project_link": "nonebot-plugin-jrrp-n", - "author": "SkyDynamic", + "author_id": 82658163, "tags": [ { "label": "每日人品", @@ -1244,21 +1244,21 @@ { "module_name": "nonebot_plugin_moegoe", "project_link": "nonebot-plugin-moegoe", - "author": "Yiyuiii", + "author_id": 10485632, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pixivbot", "project_link": "nonebot-plugin-pixivbot", - "author": "ssttkkl", + "author_id": 17331698, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_workscore", "project_link": "nonebot-plugin-workscore", - "author": "yzyyz1387", + "author_id": 51691024, "tags": [ { "label": "工作性价比计算器", @@ -1270,14 +1270,14 @@ { "module_name": "nonebot_plugin_treehelp", "project_link": "nonebot-plugin-treehelp", - "author": "he0119", + "author_id": 5219550, "tags": [], "is_official": false }, { "module_name": "cqsat", "project_link": "nonebot-plugin-cqsat", - "author": "yzyyz1387", + "author_id": 51691024, "tags": [ { "label": "业余无线电", @@ -1297,7 +1297,7 @@ { "module_name": "nonebot_plugin_course", "project_link": "nonebot-plugin-course", - "author": "InariInDream", + "author_id": 101713235, "tags": [ { "label": "课表", @@ -1309,14 +1309,14 @@ { "module_name": "nonebot_plugin_dialectlist", "project_link": "nonebot-plugin-dialectlist", - "author": "X-Skirt-X", + "author_id": 91937041, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_offline_mahjong_helper", "project_link": "nonebot-plugin-offline-mahjong-helper", - "author": "Nranphy", + "author_id": 30568146, "tags": [ { "label": "Mahjong", @@ -1336,7 +1336,7 @@ { "module_name": "nonebot_plugin_send", "project_link": "nonebot-plugin-send", - "author": "sena-nana", + "author_id": 34237511, "tags": [ { "label": "send", @@ -1356,7 +1356,7 @@ { "module_name": "nonebot_plugin_todo_nlp", "project_link": "nonebot-plugin-todo-nlp", - "author": "CofinCup", + "author_id": 52662784, "tags": [ { "label": "todo", @@ -1372,7 +1372,7 @@ { "module_name": "nonebot_plugin_wordsnorote", "project_link": "nonebot-plugin-wordsnorote", - "author": "GC-ZF", + "author_id": 94956933, "tags": [ { "label": "四六级", @@ -1384,7 +1384,7 @@ { "module_name": "nonebot_plugin_CyberSensoji", "project_link": "nonebot-plugin-CyberSensoji", - "author": "Raidenneox", + "author_id": 80341233, "tags": [ { "label": "抽签", @@ -1396,7 +1396,7 @@ { "module_name": "nonebot_plugin_gspanel", "project_link": "nonebot-plugin-gspanel", - "author": "monsterxcn", + "author_id": 22407052, "tags": [ { "label": "Genshin", @@ -1408,7 +1408,7 @@ { "module_name": "nonebot_plugin_gsmaterial", "project_link": "nonebot-plugin-gsmaterial", - "author": "monsterxcn", + "author_id": 22407052, "tags": [ { "label": "Genshin", @@ -1420,7 +1420,7 @@ { "module_name": "nonebot_plugin_mystool", "project_link": "nonebot-plugin-mystool", - "author": "Ljzd-PRO", + "author_id": 63289359, "tags": [ { "label": "米游社", @@ -1436,7 +1436,7 @@ { "module_name": "nonebot_plugin_warframe", "project_link": "nonebot-plugin-warframe", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "星际战甲", @@ -1452,7 +1452,7 @@ { "module_name": "nonebot_plugin_mcqq_server", "project_link": "nonebot-plugin-mcqq-server", - "author": "KarisAya", + "author_id": 51886078, "tags": [ { "label": "Minecraft", @@ -1468,7 +1468,7 @@ { "module_name": "nonebot_plugin_RealESRGAN", "project_link": "nonebot_plugin_RealESRGAN", - "author": "ppxxxg22", + "author_id": 78833215, "tags": [ { "label": "图像超分辨率重建", @@ -1480,14 +1480,14 @@ { "module_name": "nonebot-plugin-wolf-kill", "project_link": "nonebot-plugin-wolf-kill", - "author": "AbCooly", + "author_id": 30973981, "tags": [], "is_official": false }, { "module_name": "iot", "project_link": "nonebot-plugin-iot", - "author": "littlebutt", + "author_id": 70781619, "tags": [ { "label": "物联网", @@ -1507,7 +1507,7 @@ { "module_name": "nonebot_plugin_bwiki_navigator", "project_link": "nonebot-plugin-bwiki-navigator", - "author": "XZhouQD", + "author_id": 41534161, "tags": [ { "label": "wiki", @@ -1519,7 +1519,7 @@ { "module_name": "nonebot_plugin_bottle", "project_link": "nonebot-plugin-bottle", - "author": "Todysheep", + "author_id": 97968466, "tags": [ { "label": "漂流瓶", @@ -1531,7 +1531,7 @@ { "module_name": "nonebot_plugin_tts_gal", "project_link": "nonebot-plugin-tts-gal", - "author": "dpm12345", + "author_id": 89716406, "tags": [ { "label": "VITS", @@ -1543,7 +1543,7 @@ { "module_name": "nonebot_plugin_alicdk_get", "project_link": "nonebot-plugin-alicdk-get", - "author": "Kaguya233qwq", + "author_id": 53631287, "tags": [ { "label": "兑换码", @@ -1563,7 +1563,7 @@ { "module_name": "nonebot_plugin_picstatus", "project_link": "nonebot-plugin-picstatus", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "server", @@ -1575,14 +1575,14 @@ { "module_name": "nonebot_plugin_tuling", "project_link": "nonebot-plugin-tuling", - "author": "koking0", + "author_id": 45281765, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_makemidi", "project_link": "nonebot_plugin_makemidi", - "author": "RandomEnch", + "author_id": 79776324, "tags": [ { "label": "midi", @@ -1594,7 +1594,7 @@ { "module_name": "nonebot_plugin_ocr", "project_link": "nonebot-plugin-ocr", - "author": "NewYearPrism", + "author_id": 111744697, "tags": [ { "label": "ocr ", @@ -1606,14 +1606,14 @@ { "module_name": "nonebot_plugin_listener", "project_link": "nonebot-plugin-listener", - "author": "AbCooly", + "author_id": 30973981, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_BiliRequestAll", "project_link": "nonebot-plugin-BiliRequestAll", - "author": "Shadow403", + "author_id": 112923496, "tags": [ { "label": "bilibili", @@ -1629,14 +1629,14 @@ { "module_name": "nonebot_plugin_russian_ban", "project_link": "nonebot-plugin-russian-ban", - "author": "KarisAya", + "author_id": 51886078, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ygo_trade", "project_link": "nonebot-plugin-ygo-trade", - "author": "Kaguyaya", + "author_id": 41512913, "tags": [ { "label": "游戏王", @@ -1656,7 +1656,7 @@ { "module_name": "nonebot_plugin_novelai", "project_link": "nonebot-plugin-novelai", - "author": "sena-nana", + "author_id": 34237511, "tags": [ { "label": "aidraw", @@ -1676,7 +1676,7 @@ { "module_name": "ayaka_games", "project_link": "ayaka_games", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "小游戏", @@ -1688,7 +1688,7 @@ { "module_name": "ayaka_timezone", "project_link": "nonebot-plugin-ayaka-timezone", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "timezone", @@ -1700,7 +1700,7 @@ { "module_name": "ayaka_prevent_bad_words", "project_link": "nonebot-plugin-ayaka-prevent-bad-words", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "撤回", @@ -1712,14 +1712,14 @@ { "module_name": "nonebot_plugin_savor", "project_link": "nonebot-plugin-savor", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_kfcrazy", "project_link": "nonebot-plugin-kfcrazy", - "author": "Kaguya233qwq", + "author_id": 53631287, "tags": [ { "label": "肯德基", @@ -1739,21 +1739,21 @@ { "module_name": "nonebot-plugin-random", "project_link": "nonebot-plugin-random", - "author": "jcjrobert", + "author_id": 52129454, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_blacklist", "project_link": "nonebot-plugin-blacklist", - "author": "tkgs0", + "author_id": 107618388, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_antiinsult", "project_link": "nonebot-plugin-antiinsult", - "author": "tkgs0", + "author_id": 107618388, "tags": [ { "label": "被动", @@ -1765,7 +1765,7 @@ { "module_name": "nonebot_plugin_oddtext", "project_link": "nonebot-plugin-oddtext", - "author": "MeetWq", + "author_id": 33149974, "tags": [ { "label": "RCNB!", @@ -1777,7 +1777,7 @@ { "module_name": "nonebot_plugin_mahjong_scoreboard", "project_link": "nonebot-plugin-mahjong-scoreboard", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "日麻", @@ -1789,14 +1789,14 @@ { "module_name": "nonebot_plugin_cartoon", "project_link": "nonebot-plugin-cartoon", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mahjong_utils", "project_link": "nonebot-plugin-mahjong-utils", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "日麻", @@ -1808,7 +1808,7 @@ { "module_name": "nonebot_plugin_animeres", "project_link": "nonebot-plugin-animeres", - "author": "Melodyknit", + "author_id": 50488999, "tags": [ { "label": "anime", @@ -1820,28 +1820,28 @@ { "module_name": "nonebot-plugin-person", "project_link": "nonebot-plugin-person", - "author": "jcjrobert", + "author_id": 52129454, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_apex_api_query", "project_link": "nonebot-plugin-apex-api-query", - "author": "H-xiaoH", + "author_id": 40495719, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_reborn", "project_link": "nonebot-plugin-reborn", - "author": "Aziteee", + "author_id": 113450723, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_searchBiliInfo", "project_link": "nonebot-plugin-searchBiliInfo", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "bilibili", @@ -1853,7 +1853,7 @@ { "module_name": "nonebot_plugin_colab_novelai", "project_link": "nonebot-plugin-colab-novelai", - "author": "EtherLeaF", + "author_id": 100039483, "tags": [ { "label": "NovelAI", @@ -1865,7 +1865,7 @@ { "module_name": "nonebot_plugin_sky", "project_link": "nonebot-plugin-sky", - "author": "Kaguya233qwq", + "author_id": 53631287, "tags": [ { "label": "光遇", @@ -1881,7 +1881,7 @@ { "module_name": "nonebot_plugin_zyk_novelai", "project_link": "nonebot-plugin-zyk-novelai", - "author": "ZYKsslm", + "author_id": 110616928, "tags": [ { "label": "Free", @@ -1901,14 +1901,14 @@ { "module_name": "nonebot_plugin_repeep", "project_link": "nonebot-plugin-repeep", - "author": "p0ise", + "author_id": 51946313, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gscode", "project_link": "nonebot-plugin-gscode", - "author": "monsterxcn", + "author_id": 22407052, "tags": [ { "label": "Genshin", @@ -1920,21 +1920,21 @@ { "module_name": "nonebot_plugin_note", "project_link": "nonebot-plugin-note", - "author": "Passerby-D", + "author_id": 111600679, "tags": [], "is_official": false }, { "module_name": "nonebot-plugin-bilibili-image", "project_link": "nonebot-plugin-bilibili-image", - "author": "jcjrobert", + "author_id": 52129454, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_trace_moe", "project_link": "nonebot-plugin-trace-moe", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "trace", @@ -1950,7 +1950,7 @@ { "module_name": "nonebot_plugin_zyk_music", "project_link": "nonebot-plugin-zyk-music", - "author": "ZYKsslm", + "author_id": 110616928, "tags": [ { "label": "Free", @@ -1970,14 +1970,14 @@ { "module_name": "nonebot_plugin_chatgpt", "project_link": "nonebot-plugin-chatgpt", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_majsoul", "project_link": "nonebot-plugin-majsoul", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "majsoul", @@ -1989,7 +1989,7 @@ { "module_name": "nonebot_plugin_remove_bg", "project_link": "nonebot-plugin-remove-bg", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "img", @@ -2005,21 +2005,21 @@ { "module_name": "nonebot_plugin_broadcast", "project_link": "nonebot-plugin-broadcast", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_exchangerate", "project_link": "nonebot-plugin-exchangerate", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_access_control", "project_link": "nonebot-plugin-access-control", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "权限控制", @@ -2031,7 +2031,7 @@ { "module_name": "nonebot_plugin_colormind", "project_link": "nonebot-plugin-colormind", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "color", @@ -2047,7 +2047,7 @@ { "module_name": "nonebot_plugin_abstain_diary", "project_link": "nonebot-plugin-abstain-diary", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "戒", @@ -2059,35 +2059,35 @@ { "module_name": "nonebot_plugin_backup", "project_link": "nonebot-plugin-backup", - "author": "Yuelioi", + "author_id": 46314093, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_kuma_san", "project_link": "nonebot-plugin-kuma-san", - "author": "ReiiNoki", + "author_id": 30224828, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gpt3", "project_link": "nonebot-plugin-gpt3", - "author": "chrisyy2003", + "author_id": 63803385, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ikun_evolution", "project_link": "nonebot-plugin-ikun-evolution", - "author": "RShock", + "author_id": 11630758, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_random_ban", "project_link": "nonebot-plugin-random-ban", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "禁言", @@ -2103,14 +2103,14 @@ { "module_name": "nonebot_plugin_antirecall", "project_link": "nonebot-plugin-antirecall", - "author": "Jerry080801", + "author_id": 105533056, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mc_server_status", "project_link": "nonebot-plugin-mc-server-status", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "Minecraft", @@ -2122,35 +2122,35 @@ { "module_name": "nonebot_plugin_no_repeat", "project_link": "nonebot-plugin-no-repeat", - "author": "bridgeL", + "author_id": 47290820, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bfchat", "project_link": "nonebot-plugin-bfchat", - "author": "050644zf", + "author_id": 30611816, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_summon", "project_link": "nonebot-plugin-summon", - "author": "zhulinyv", + "author_id": 66541860, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ping", "project_link": "nonebot-plugin-ping", - "author": "zhulinyv", + "author_id": 66541860, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_face2cartoonpic", "project_link": "nonebot_plugin_face2cartoonpic", - "author": "ANGJustinl", + "author_id": 96008766, "tags": [ { "label": "以图绘图", @@ -2166,7 +2166,7 @@ { "module_name": "nonebot_plugin_servicestate", "project_link": "nonebot-plugin-servicestate", - "author": "OREOCODEDEV", + "author_id": 44545625, "tags": [ { "label": "api", @@ -2182,7 +2182,7 @@ { "module_name": "nonebot_plugin_animalVoice", "project_link": "nonebot-plugin-animalVoice", - "author": "ANGJustinl", + "author_id": 96008766, "tags": [ { "label": "切噜语~", @@ -2202,7 +2202,7 @@ { "module_name": "nonebot_plugin_ayaka_scan_cmd", "project_link": "nonebot-plugin-ayaka-scan-cmd", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "命令探查", @@ -2214,7 +2214,7 @@ { "module_name": "nonebot_plugin_HttpCat", "project_link": "nonebot-plugin-HttpCat", - "author": "ANGJustinl", + "author_id": 96008766, "tags": [ { "label": "HttpCat", @@ -2230,7 +2230,7 @@ { "module_name": "nonebot_plugin_revoke", "project_link": "nonebot-plugin-revoke", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "gocqhttp", @@ -2242,7 +2242,7 @@ { "module_name": "nonebot_plugin_setu_customization", "project_link": "nonebot-plugin-setu-customization", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "色图", @@ -2254,7 +2254,7 @@ { "module_name": "nonebot_plugin_l4d2_server", "project_link": "nonebot-plugin-l4d2-server", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "l4d2", @@ -2266,21 +2266,21 @@ { "module_name": "nonebot_plugin_learning_chat", "project_link": "nonebot-plugin-learning-chat", - "author": "CMHopeSunshine", + "author_id": 63870437, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_couplets", "project_link": "nonebot-plugin-couplets", - "author": "CMHopeSunshine", + "author_id": 63870437, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_Imagelabels", "project_link": "nonebot-plugin-Imagelabels", - "author": "istrashguy", + "author_id": 110215026, "tags": [ { "label": "Yolov5", @@ -2296,14 +2296,14 @@ { "module_name": "nonebot_plugin_cloudsignx", "project_link": "nonebot-plugin-cloudsignx", - "author": "Monarchdos", + "author_id": 42509185, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_imgexploration", "project_link": "nonebot-plugin-imgexploration", - "author": "cpuopt", + "author_id": 46257373, "tags": [ { "label": "搜图", @@ -2315,7 +2315,7 @@ { "module_name": "nonebot_plugin_hypixel", "project_link": "nonebot-plugin-hypixel", - "author": "SkyDynamic", + "author_id": 82658163, "tags": [ { "label": "MC", @@ -2335,7 +2335,7 @@ { "module_name": "nonebot_plugin_nowtime", "project_link": "nonebot-plugin-nowtime", - "author": "Cvandia", + "author_id": 106718176, "tags": [ { "label": "整点报时", @@ -2351,21 +2351,21 @@ { "module_name": "nonebot_plugin_cave", "project_link": "nonebot-plugin-cave", - "author": "hmzz804", + "author_id": 85006030, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_xingzuo", "project_link": "nonebot-plugin-xingzuo", - "author": "mengxinyuan638", + "author_id": 90902259, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_BingImage", "project_link": "nonebot-plugin-BingImage", - "author": "ericzhang-debug", + "author_id": 71204348, "tags": [ { "label": "风景图", @@ -2385,7 +2385,7 @@ { "module_name": "nonebot_plugin_soup", "project_link": "nonebot-plugin-soup", - "author": "Monarchdos", + "author_id": 42509185, "tags": [ { "label": "心灵鸡汤", @@ -2405,7 +2405,7 @@ { "module_name": "nonebot_plugin_yuanshen_notice", "project_link": "nonebot-plugin-yuanshen-notice", - "author": "mengxinyuan638", + "author_id": 90902259, "tags": [ { "label": "原神", @@ -2421,7 +2421,7 @@ { "module_name": "nonebot_plugin_bilibili_yuan", "project_link": "nonebot-plugin-bilibili-yuan", - "author": "mengxinyuan638", + "author_id": 90902259, "tags": [ { "label": "bilibili", @@ -2433,7 +2433,7 @@ { "module_name": "nonebot_plugin_easy_translate", "project_link": "nonebot-plugin-easy-translate", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "翻译", @@ -2445,7 +2445,7 @@ { "module_name": "nonebot_plugin_orangedice", "project_link": "nonebot-plugin-orangedice", - "author": "BigOrangeQWQ", + "author_id": 63897047, "tags": [ { "label": "dice", @@ -2461,7 +2461,7 @@ { "module_name": "nonebot_plugin_record", "project_link": "nonebot-plugin-record", - "author": "itsevin", + "author_id": 104713034, "tags": [ { "label": "语音", @@ -2481,7 +2481,7 @@ { "module_name": "nonebot_plugin_nya_cook_menu", "project_link": "nonebot-plugin-nya-cook-menu", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "菜谱", @@ -2493,7 +2493,7 @@ { "module_name": "criminal_dance", "project_link": "criminal-dance", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "文字版桌游", @@ -2505,7 +2505,7 @@ { "module_name": "nonebot_plugin_picmcstat", "project_link": "nonebot-plugin-picmcstat", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "Minecraft", @@ -2517,28 +2517,28 @@ { "module_name": "nonebot_plugin_wantwords", "project_link": "nonebot-plugin-wantwords", - "author": "Limnium", + "author_id": 81900789, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pvz", "project_link": "nonebot-plugin-pvz", - "author": "longchengguxiao", + "author_id": 75836227, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_report_manager", "project_link": "nonebot-plugin-report-manager", - "author": "Hiroshi12138", + "author_id": 75826243, "tags": [], "is_official": false }, { "module_name": "qinglan_bot", "project_link": "qinglan-bot", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "MineCraft", @@ -2550,7 +2550,7 @@ { "module_name": "nonebot_plugin_easy_group_manager", "project_link": "nonebot-plugin-easy-group-manager", - "author": "zhulinyv", + "author_id": 66541860, "tags": [ { "label": "群管", @@ -2566,7 +2566,7 @@ { "module_name": "nonebot_plugin_group_link_guild", "project_link": "nonebot-plugin-group-link-guild", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "QQ群", @@ -2586,14 +2586,14 @@ { "module_name": "nonebot-plugin-mcport", "project_link": "nonebot-plugin-mcport", - "author": "Proviasw", + "author_id": 107346913, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_xdu_support", "project_link": "nonebot_plugin_xdu_support", - "author": "longchengguxiao", + "author_id": 75836227, "tags": [ { "label": "大学校园", @@ -2605,7 +2605,7 @@ { "module_name": "nonebot_plugin_zyk_lightNVL", "project_link": "nonebot-plugin-zyk-lightNVL", - "author": "ZYKsslm", + "author_id": 110616928, "tags": [ { "label": "轻小说", @@ -2617,14 +2617,14 @@ { "module_name": "nonebot_plugin_dog", "project_link": "nonebot-plugin-dog", - "author": "Reversedeer", + "author_id": 87823528, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_uuid", "project_link": "nonebot-plugin-uuid", - "author": "ZombieFly", + "author_id": 60338092, "tags": [ { "label": "工具", @@ -2636,7 +2636,7 @@ { "module_name": "nonebot_plugin_naturel_gpt", "project_link": "nonebot-plugin-naturel-gpt", - "author": "KroMiose", + "author_id": 57167362, "tags": [ { "label": "GPT3", @@ -2652,14 +2652,14 @@ { "module_name": "nonebot_plugin_impact", "project_link": "nonebot-plugin-impact", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mcping", "project_link": "nonebot-plugin-mcping", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "Minecraft", @@ -2675,7 +2675,7 @@ { "module_name": "nonebot_plugin_b23", "project_link": "nonebot-plugin-b23", - "author": "eya46", + "author_id": 61458340, "tags": [ { "label": "bilibili", @@ -2691,7 +2691,7 @@ { "module_name": "nonebot_plugin_autoreply", "project_link": "nonebot-plugin-autoreply", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "自动回复", @@ -2703,7 +2703,7 @@ { "module_name": "nonebot_plugin_setu_collection", "project_link": "nonebot-plugin-setu-collection", - "author": "KarisAya", + "author_id": 51886078, "tags": [ { "label": "LoliconAPI", @@ -2719,7 +2719,7 @@ { "module_name": "nonebot_plugin_groupmate_waifu", "project_link": "nonebot-plugin-groupmate-waifu", - "author": "KarisAya", + "author_id": 51886078, "tags": [ { "label": "娶群友", @@ -2731,7 +2731,7 @@ { "module_name": "nonebot_plugin_jrrp2", "project_link": "nonebot-plugin-jrrp2", - "author": "Rene8028", + "author_id": 74699219, "tags": [ { "label": "每日人品", @@ -2751,7 +2751,7 @@ { "module_name": "nonebot_plugin_dicky_pk", "project_link": "nonebot-plugin-dicky-pk", - "author": "tkgs0", + "author_id": 107618388, "tags": [ { "label": "群聊小游戏", @@ -2763,7 +2763,7 @@ { "module_name": "nonebot_plugin_eventmonitor", "project_link": "nonebot-plugin-eventmonitor", - "author": "Reversedeer", + "author_id": 87823528, "tags": [ { "label": "QQGroup", @@ -2775,7 +2775,7 @@ { "module_name": "nonebot_plugin_whateat_pic", "project_link": "nonebot-plugin-whateat-pic", - "author": "Cvandia", + "author_id": 106718176, "tags": [ { "label": "吃什么", @@ -2791,7 +2791,7 @@ { "module_name": "nonebot_plugin_matcher_block", "project_link": "nonebot-plugin-matcher-block", - "author": "KarisAya", + "author_id": 51886078, "tags": [ { "label": "指令阻断", @@ -2803,7 +2803,7 @@ { "module_name": "nonebot_plugin_acm_reminder", "project_link": "nonebot-plugin-acm-reminder", - "author": "BigOrangeQWQ", + "author_id": 63897047, "tags": [ { "label": "ACM", @@ -2815,7 +2815,7 @@ { "module_name": "nonebot_plugin_maimai", "project_link": "nonebot-plugin-maimai", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "maimai", @@ -2827,14 +2827,14 @@ { "module_name": "nonebot_plugin_all4one", "project_link": "nonebot-plugin-all4one", - "author": "j1g5awi", + "author_id": 50312681, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gsabyss", "project_link": "nonebot-plugin-gsabyss", - "author": "monsterxcn", + "author_id": 22407052, "tags": [ { "label": "Genshin", @@ -2846,7 +2846,7 @@ { "module_name": "nonebot_plugin_arktools", "project_link": "nonebot-plugin-arktools", - "author": "NumberSir", + "author_id": 52584526, "tags": [ { "label": "arknights", @@ -2862,7 +2862,7 @@ { "module_name": "gartic_room", "project_link": "nonebot-plugin-gartic-room", - "author": "bridgeL", + "author_id": 47290820, "tags": [ { "label": "ayaka", @@ -2874,7 +2874,7 @@ { "module_name": "nonebot-plugin-resolver", "project_link": "nonebot-plugin-resolver", - "author": "zhiyu1998", + "author_id": 33365787, "tags": [ { "label": "bilibili", @@ -2894,21 +2894,21 @@ { "module_name": "nonebot_plugin_bing_chat", "project_link": "nonebot-plugin-bing-chat", - "author": "Harry-Jing", + "author_id": 69247286, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_saa", "project_link": "nonebot-plugin-send-anything-anywhere", - "author": "felinae98", + "author_id": 23295345, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_random_stereotypes", "project_link": "nonebot-plugin-random-stereotypes", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "语录", @@ -2920,7 +2920,7 @@ { "module_name": "nonebot_plugin_xiuxian_2", "project_link": "nonebot_plugin_xiuxian_2", - "author": "QingMuCat", + "author_id": 88731921, "tags": [ { "label": "文游", @@ -2936,7 +2936,7 @@ { "module_name": "nonebot_plugin_h2e", "project_link": "nonebot-plugin-h2e", - "author": "Gin2O", + "author_id": 59423752, "tags": [ { "label": "锻炼", @@ -2956,7 +2956,7 @@ { "module_name": "nonebot_plugin_oachat", "project_link": "nonebot-plugin-oachat", - "author": "Gin2O", + "author_id": 59423752, "tags": [ { "label": "OpenAI", @@ -2976,7 +2976,7 @@ { "module_name": "nonebot_plugin_warframe_mode", "project_link": "nonebot-plugin-warframe-mode", - "author": "mmxd12", + "author_id": 73402119, "tags": [ { "label": "星际战甲", @@ -2992,7 +2992,7 @@ { "module_name": "nonebot_plugin_bf1_groptools", "project_link": "nonebot-plugin-bf1-groptools", - "author": "zzcqie666", + "author_id": 72740993, "tags": [ { "label": "战地一", @@ -3004,7 +3004,7 @@ { "module_name": "nonebot_plugin_afd", "project_link": "nonebot-plugin-afd", - "author": "17TheWord", + "author_id": 54731914, "tags": [ { "label": "爱发电", @@ -3020,7 +3020,7 @@ { "module_name": "nonebot_plugin_eventdone", "project_link": "nonebot-plugin-eventdone", - "author": "PadorFelice", + "author_id": 105444165, "tags": [ { "label": "同意好友", @@ -3032,42 +3032,42 @@ { "module_name": "nonebot_plugin_ncm_saying", "project_link": "nonebot-plugin-ncm-saying", - "author": "techotaku39", + "author_id": 78636812, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_60s", "project_link": "nonebot-plugin-60s", - "author": "techotaku39", + "author_id": 78636812, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_AutoRepeater", "project_link": "nonebot-plugin-AutoRepeater", - "author": "DMCSWCG", + "author_id": 59276590, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ai_timetable", "project_link": "nonebot-plugin-ai-timetable", - "author": "maoxig", + "author_id": 123555887, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_sanae", "project_link": "nonebot-plugin-sanae", - "author": "Hoshinonyaruko", + "author_id": 36219542, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_arkrecord", "project_link": "nonebot-plugin-arkrecord", - "author": "zheuziihau", + "author_id": 63400477, "tags": [ { "label": "明日方舟 ", @@ -3087,7 +3087,7 @@ { "module_name": "nonebot_plugin_chatgpt_turbo", "project_link": "nonebot-plugin-chatgpt-turbo", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "ChatGPT", @@ -3103,14 +3103,14 @@ { "module_name": "nonebot_plugin_chatgpt_on_qq", "project_link": "nonebot-plugin-chatgpt-on-qq", - "author": "Suxmx", + "author_id": 33772816, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_tuan_chatgpt", "project_link": "nonebot-plugin-tuan-chatgpt", - "author": "TheLZY", + "author_id": 32624562, "tags": [ { "label": "chat", @@ -3126,7 +3126,7 @@ { "module_name": "nonebot_plugin_chatpdf", "project_link": "nonebot-plugin-chatpdf", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "ChatGPT", @@ -3142,7 +3142,7 @@ { "module_name": "nonebot_plugin_rimofun", "project_link": "nonebot-plugin-rimofun", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "RimoChan", @@ -3158,21 +3158,21 @@ { "module_name": "nonebot_plugin_customemote", "project_link": "nonebot-plugin-customemote", - "author": "DMCSWCG", + "author_id": 59276590, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_justsix", "project_link": "nonebot-plugin-justsix", - "author": "iidamie", + "author_id": 127737368, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_simulator_xiuxian", "project_link": "nonebot-plugin-simulator-xiuxian", - "author": "luoyefufeng", + "author_id": 127736993, "tags": [ { "label": "文游", @@ -3188,14 +3188,14 @@ { "module_name": "nonebot_plugin_bracket", "project_link": "nonebot-plugin-bracket", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gshisbanner", "project_link": "nonebot-plugin-gshisbanner", - "author": "forchannot", + "author_id": 100580891, "tags": [ { "label": "原神", @@ -3211,7 +3211,7 @@ { "module_name": "nonebot_plugin_unoconv", "project_link": "nonebot-plugin-unoconv", - "author": "Zeta-qixi", + "author_id": 57753690, "tags": [ { "label": "文件转换", @@ -3227,21 +3227,21 @@ { "module_name": "nonebot_plugin_apexranklookup", "project_link": "nonebot-plugin-apexranklookup", - "author": "Windylh", + "author_id": 22563214, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_randomnana", "project_link": "nonebot-plugin-randomnana", - "author": "NanakoOfficial", + "author_id": 56375835, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_quote", "project_link": "nonebot-plugin-quote", - "author": "RongRongJi", + "author_id": 32476024, "tags": [ { "label": "语录", @@ -3253,14 +3253,14 @@ { "module_name": "nonebot_plugin_memes_api", "project_link": "nonebot-plugin-memes-api", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_rrc", "project_link": "nonebot-plugin-rrc", - "author": "QingMuCat", + "author_id": 88731921, "tags": [ { "label": "课堂", @@ -3276,14 +3276,14 @@ { "module_name": "nonebot_plugin_hotsearch", "project_link": "nonebot-plugin-hotsearch", - "author": "Astolfocat", + "author_id": 84057953, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ai_interviewer", "project_link": "nonebot-plugin-ai-interviewer", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "ChatGPT", @@ -3299,7 +3299,7 @@ { "module_name": "nonebot_plugin_chatglm", "project_link": "nonebot-plugin-chatglm", - "author": "DaoMingze", + "author_id": 34794409, "tags": [ { "label": "Chatbot", @@ -3315,7 +3315,7 @@ { "module_name": "nonebot_plugin_chatglm6b", "project_link": "nonebot-plugin-chatglm6b", - "author": "QNLanYang", + "author_id": 117292352, "tags": [ { "label": "ChatGLM", @@ -3331,7 +3331,7 @@ { "module_name": "nonebot_plugin_helloworld", "project_link": "nonebot-plugin-helloworld", - "author": "A-kirami", + "author_id": 66513481, "tags": [ { "label": "good first plugin", @@ -3343,7 +3343,7 @@ { "module_name": "nonebot_plugin_overbracket", "project_link": "nonebot-plugin-overbracket", - "author": "NCBM", + "author_id": 37037264, "tags": [ { "label": "useless", @@ -3355,21 +3355,21 @@ { "module_name": "nonebot_plugin_miao", "project_link": "nonebot-plugin-miao", - "author": "CMHopeSunshine", + "author_id": 63870437, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_questionmark", "project_link": "nonebot-plugin-questionmark", - "author": "NumberSir", + "author_id": 52584526, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_genshin_cos", "project_link": "nonebot-plugin-genshin-cos", - "author": "Cvandia", + "author_id": 106718176, "tags": [ { "label": "原神", @@ -3389,7 +3389,7 @@ { "module_name": "nonebot_plugin_chatgpt_plus", "project_link": "nonebot-plugin-chatgpt-plus", - "author": "AkashiCoin", + "author_id": 55268546, "tags": [ { "label": "ChatGPT", @@ -3405,14 +3405,14 @@ { "module_name": "nonebot_plugin_sayoroll", "project_link": "nonebot-plugin-sayoroll", - "author": "mas-alone", + "author_id": 52590027, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gw2", "project_link": "nonebot-plugin-gw2", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "gw2", @@ -3424,7 +3424,7 @@ { "module_name": "nonebot_plugin_today_waifu", "project_link": "nonebot-plugin-today-waifu", - "author": "glamorgan9826", + "author_id": 129576887, "tags": [ { "label": "娱乐", @@ -3440,21 +3440,21 @@ { "module_name": "nonebot_plugin_sleep", "project_link": "nonebot-plugin-sleep", - "author": "mas-alone", + "author_id": 52590027, "tags": [], "is_official": false }, { "module_name": "nonebot_api_paddle", "project_link": "nonebot-api-paddle", - "author": "canxin121", + "author_id": 69547456, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_chatppt", "project_link": "nonebot-plugin-chatppt", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "ChatGPT", @@ -3466,7 +3466,7 @@ { "module_name": "nonebot_plugin_steam_game_status", "project_link": "nonebot-plugin-steam-game-status", - "author": "nek0us", + "author_id": 57703506, "tags": [ { "label": "Steam", @@ -3478,7 +3478,7 @@ { "module_name": "nonebot_plugin_bilichat", "project_link": "nonebot-plugin-bilichat", - "author": "Well2333", + "author_id": 40534114, "tags": [ { "label": "哔哩哔哩", @@ -3494,7 +3494,7 @@ { "module_name": "GenshinUID", "project_link": "nonebot-plugin-genshinuid", - "author": "KimigaiiWuyi", + "author_id": 55526518, "tags": [ { "label": "原神", @@ -3510,7 +3510,7 @@ { "module_name": "nonebot_plugin_blive_danmaku", "project_link": "nonebot-plugin-blive-danmaku", - "author": "zangxx66", + "author_id": 14540861, "tags": [ { "label": "bilibili", @@ -3522,7 +3522,7 @@ { "module_name": "nonebot_plugin_clock", "project_link": "nonebot-plugin-clock", - "author": "Zeta-qixi", + "author_id": 57753690, "tags": [ { "label": "闹钟", @@ -3534,7 +3534,7 @@ { "module_name": "nonebot_plugin_SDGPT", "project_link": "nonebot-plugin-SDGPT", - "author": "thx114", + "author_id": 52259890, "tags": [ { "label": "chatGPT", @@ -3550,21 +3550,21 @@ { "module_name": "nonebot_plugin_fuckyou", "project_link": "nonebot-plugin-fuckyou", - "author": "lgc2333", + "author_id": 59048777, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pokemonfusion", "project_link": "nonebot-plugin-pokemonfusion", - "author": "IllusiveBull", + "author_id": 112180508, "tags": [], "is_official": false }, { "module_name": "tatarubot2", "project_link": "tatarubot2", - "author": "aaron-lii", + "author_id": 44492123, "tags": [ { "label": "FF14", @@ -3576,7 +3576,7 @@ { "module_name": "nonebot_plugin_talk_with_chatgpt", "project_link": "nonebot-plugin-talk-with-chatgpt", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "chatgpt", @@ -3588,7 +3588,7 @@ { "module_name": "nonebot_plugin_osuverify", "project_link": "nonebot-plugin-osuverify", - "author": "mas-alone", + "author_id": 52590027, "tags": [ { "label": "OSU", @@ -3600,7 +3600,7 @@ { "module_name": "nonebot_plugin_bilifan", "project_link": "nonebot-plugin-bilifan", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "bilibili", @@ -3612,7 +3612,7 @@ { "module_name": "nonebot_plugin_akinator", "project_link": "nonebot-plugin-akinator", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "Akinator", @@ -3628,7 +3628,7 @@ { "module_name": "nonebot_plugin_rename", "project_link": "nonebot-plugin-rename", - "author": "forchannot", + "author_id": 100580891, "tags": [ { "label": "群名片", @@ -3640,14 +3640,14 @@ { "module_name": "nonebot_plugin_appinsights", "project_link": "nonebot-plugin-appinsights", - "author": "XZhouQD", + "author_id": 41534161, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_brainfuck", "project_link": "nonebot-plugin-brainfuck", - "author": "campanulamediuml", + "author_id": 19896796, "tags": [ { "label": "dev", @@ -3663,14 +3663,14 @@ { "module_name": "nonebot-plugin-coderun", "project_link": "nonebot-plugin-coderun", - "author": "Yincmewy", + "author_id": 91423824, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_abot_place", "project_link": "nonebot-plugin-abot-place", - "author": "djkcyl", + "author_id": 59153990, "tags": [ { "label": "ABot", @@ -3686,7 +3686,7 @@ { "module_name": "nonebot_plugin_megumin", "project_link": "nonebot-plugin-megumin", - "author": "youlanan", + "author_id": 99666950, "tags": [ { "label": "小游戏", @@ -3702,7 +3702,7 @@ { "module_name": "nonebot_plugin_manga_translator", "project_link": "nonebot-plugin-manga-translator", - "author": "maoxig", + "author_id": 123555887, "tags": [ { "label": "漫画翻译", @@ -3718,7 +3718,7 @@ { "module_name": "nonebot_plugin_watermarker", "project_link": "nonebot-plugin-watermarker", - "author": "X-Skirt-X", + "author_id": 91937041, "tags": [ { "label": "水印", @@ -3734,21 +3734,21 @@ { "module_name": "nonebot_plugin_starrail_calendar", "project_link": "nonebot-plugin-starrail-calendar", - "author": "nicklly", + "author_id": 17716585, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wordle_help", "project_link": "nonebot-plugin-wordle-help", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot-plugin-csgo-case-simulator", "project_link": "nonebot-plugin-csgo-case-simulator", - "author": "roiiiu", + "author_id": 11494827, "tags": [ { "label": "CSGO", @@ -3764,21 +3764,21 @@ { "module_name": "nonebot_plugin_callapi", "project_link": "nonebot-plugin-callapi", - "author": "lgc2333", + "author_id": 59048777, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_penguin", "project_link": "nonebot-plugin-penguin", - "author": "AzideCupric", + "author_id": 57004769, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_spark_gpt", "project_link": "nonebot-plugin-spark-gpt", - "author": "canxin121", + "author_id": 69547456, "tags": [ { "label": "多来源语言GPT", @@ -3794,14 +3794,14 @@ { "module_name": "nonebot_plugin_logpile", "project_link": "nonebot-plugin-logpile", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_arkgacha", "project_link": "nonebot-plugin-arkgacha", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "game", @@ -3821,14 +3821,14 @@ { "module_name": "nonebot_plugin_og", "project_link": "nonebot-plugin-og", - "author": "mute23-code", + "author_id": 110453675, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_hoshino_sign", "project_link": "nonebot-plugin-hoshino-sign", - "author": "zhulinyv", + "author_id": 66541860, "tags": [ { "label": "PCR", @@ -3844,7 +3844,7 @@ { "module_name": "nonebot_plugin_multincm", "project_link": "nonebot-plugin-multincm", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "网易云", @@ -3860,7 +3860,7 @@ { "module_name": "nonebot_plugin_smallapi", "project_link": "nonebot-plugin-smallapi", - "author": "chaichaisi", + "author_id": 91947491, "tags": [ { "label": "webapi", @@ -3876,14 +3876,14 @@ { "module_name": "nonebot_plugin_p5generator", "project_link": "nonebot-plugin-p5generator", - "author": "xi-yue-233", + "author_id": 58218656, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_sd_webui", "project_link": "nonebot-plugin-sd-webui", - "author": "evan-gyy", + "author_id": 49489433, "tags": [ { "label": "sd", @@ -3895,14 +3895,14 @@ { "module_name": "nonebot_plugin_session", "project_link": "nonebot-plugin-session", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pluginupdatecheck", "project_link": "nonebot-plugin-pluginupdatecheck", - "author": "xi-yue-233", + "author_id": 58218656, "tags": [ { "label": "便携安装", @@ -3914,7 +3914,7 @@ { "module_name": "nonebot_plugin_stockhelper", "project_link": "nonebot-plugin-stockhelper", - "author": "Calanosay", + "author_id": 77315378, "tags": [ { "label": "股票", @@ -3926,7 +3926,7 @@ { "module_name": "nonebot_plugin_githubcard", "project_link": "nonebot-plugin-githubcard", - "author": "ElainaFanBoy", + "author_id": 56375835, "tags": [ { "label": " Github", @@ -3938,14 +3938,14 @@ { "module_name": "nonebot_plugin_lua", "project_link": "nonebot-plugin-lua", - "author": "synodriver", + "author_id": 50922489, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_cube", "project_link": "nonebot-plugin-cube", - "author": "initialencounter", + "author_id": 109729945, "tags": [ { "label": "魔方", @@ -3961,14 +3961,14 @@ { "module_name": "nonebot_plugin_homo_mathematician", "project_link": "nonebot-plugin-homo-mathematician", - "author": "Special-Week", + "author_id": 87489040, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_puzzle", "project_link": "nonebot-plugin-puzzle", - "author": "initialencounter", + "author_id": 109729945, "tags": [ { "label": "数字华容道", @@ -3988,7 +3988,7 @@ { "module_name": "nonebot_plugin_herocard", "project_link": "nonebot-plugin-herocard", - "author": "Xie-Tiao", + "author_id": 41467241, "tags": [ { "label": "文本提取", @@ -4008,7 +4008,7 @@ { "module_name": "nonebot_plugin_nagabus", "project_link": "nonebot-plugin-nagabus", - "author": "ssttkkl", + "author_id": 17331698, "tags": [ { "label": "日麻", @@ -4020,7 +4020,7 @@ { "module_name": "nonebot_plugin_random_draw", "project_link": "nonebot-plugin-random-draw", - "author": "Ikaros-521", + "author_id": 40910637, "tags": [ { "label": "随机", @@ -4032,7 +4032,7 @@ { "module_name": "nonebot_plugin_stable_diffusion_diao", "project_link": "nonebot-plugin-stable-diffusion-diao", - "author": "DiaoDaiaChan", + "author_id": 126318917, "tags": [ { "label": "AI绘图", @@ -4048,7 +4048,7 @@ { "module_name": "nonebot_plugin_al", "project_link": "nonebot-plugin-al", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "bilibili", @@ -4060,14 +4060,14 @@ { "module_name": "nonebot_plugin_escape_url", "project_link": "nonebot-plugin-escape-url", - "author": "ssttkkl", + "author_id": 17331698, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_twitter", "project_link": "nonebot-plugin-twitter", - "author": "nek0us", + "author_id": 57703506, "tags": [ { "label": "twitter", @@ -4079,7 +4079,7 @@ { "module_name": "nonebot_plugin_pcrjjc", "project_link": "nonebot-plugin-pcrjjc", - "author": "reine-ishyanami", + "author_id": 46278371, "tags": [ { "label": "公主连结", @@ -4095,7 +4095,7 @@ { "module_name": "nonebot_plugin_audiocraft", "project_link": "nonebot-plugin-audiocraft", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "AI", @@ -4107,7 +4107,7 @@ { "module_name": "nonebot_plugin_bili_push", "project_link": "nonebot-plugin-bili-push", - "author": "SuperGuGuGu", + "author_id": 109544213, "tags": [ { "label": "bilibili", @@ -4119,7 +4119,7 @@ { "module_name": "nonebot_plugin_warthunder_player_check", "project_link": "nonebot-plugin-warthunder-player-check", - "author": "0Neptune0", + "author_id": 110895144, "tags": [ { "label": "Wathunder", @@ -4131,14 +4131,14 @@ { "module_name": "nonebot_plugin_follow_withdraw", "project_link": "nonebot-plugin-follow-withdraw", - "author": "CMHopeSunshine", + "author_id": 63870437, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ocgbot_v2", "project_link": "nonebot-plugin-ocgbot-v2", - "author": "fireinsect", + "author_id": 76525116, "tags": [ { "label": "游戏王", @@ -4154,7 +4154,7 @@ { "module_name": "nonebot_plugin_helltide", "project_link": "nonebot-plugin-helltide", - "author": "QBkira", + "author_id": 2779686, "tags": [ { "label": "helltide", @@ -4170,14 +4170,14 @@ { "module_name": "nonebot_plugin_userinfo", "project_link": "nonebot-plugin-userinfo", - "author": "MeetWq", + "author_id": 33149974, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_poke", "project_link": "nonebot-plugin-poke", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "v11", @@ -4189,14 +4189,14 @@ { "module_name": "nonebot_plugin_friends", "project_link": "nonebot-plugin-friends", - "author": "Agnes4m", + "author_id": 70925546, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_update", "project_link": "nonebot-plugin-update", - "author": "djkcyl", + "author_id": 59153990, "tags": [ { "label": "Nonebot", @@ -4212,7 +4212,7 @@ { "module_name": "nonebot_plugin_cp_broadcast", "project_link": "nonebot-plugin-cp-broadcast", - "author": "HuParry", + "author_id": 103566602, "tags": [ { "label": "算法竞赛", @@ -4228,7 +4228,7 @@ { "module_name": "nonebot_plugin_cfassistant", "project_link": "nonebot-plugin-cfassistant", - "author": "coyude", + "author_id": 24607145, "tags": [ { "label": "ACM", @@ -4244,7 +4244,7 @@ { "module_name": "nonebot_plugin_splatoon3_schedule", "project_link": "nonebot-plugin-splatoon3-schedule", - "author": "Cypas", + "author_id": 53274578, "tags": [ { "label": "splatoon3", @@ -4256,7 +4256,7 @@ { "module_name": "nonebot_plugin_capoo", "project_link": "nonebot-plugin-capoo", - "author": "HuParry", + "author_id": 103566602, "tags": [ { "label": "猫猫虫咖波", @@ -4268,14 +4268,14 @@ { "module_name": "nonebot_plugin_eventexpiry", "project_link": "nonebot-plugin-eventexpiry", - "author": "A-kirami", + "author_id": 66513481, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nobahpicture", "project_link": "nonebot-plugin-nobahpicture", - "author": "Lptr-byte", + "author_id": 54620759, "tags": [ { "label": "碧蓝档案", @@ -4295,7 +4295,7 @@ { "module_name": "nonebot_plugin_blocker", "project_link": "nonebot-plugin-blocker", - "author": "MerCuJerry", + "author_id": 41883458, "tags": [ { "label": "Blocker", @@ -4307,7 +4307,7 @@ { "module_name": "nonebot_plugin_picture_api", "project_link": "nonebot-plugin-picture-api", - "author": "Q1351998764", + "author_id": 57926506, "tags": [ { "label": "图片api", @@ -4319,7 +4319,7 @@ { "module_name": "nonebot_plugin_wenan", "project_link": "nonebot-plugin-wenan", - "author": "Q1351998764", + "author_id": 57926506, "tags": [ { "label": "文案api", @@ -4331,7 +4331,7 @@ { "module_name": "nonebot_plugin_pjsk", "project_link": "nonebot-plugin-pjsk", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "pjsk", @@ -4347,7 +4347,7 @@ { "module_name": "nonebot_plugin_mongodb", "project_link": "nonebot-plugin-mongodb", - "author": "Well2333", + "author_id": 40534114, "tags": [ { "label": "mongodb", @@ -4363,7 +4363,7 @@ { "module_name": "nonebot_plugin_templates", "project_link": "nonebot-plugin-templates", - "author": "canxin121", + "author_id": 69547456, "tags": [ { "label": "模板渲染", @@ -4379,7 +4379,7 @@ { "module_name": "nonebot_plugin_pokesomeone", "project_link": "nonebot-plugin-pokesomeone", - "author": "canxin121", + "author_id": 69547456, "tags": [ { "label": "戳一戳", @@ -4391,7 +4391,7 @@ { "module_name": "nonebot_plugin_dall-e", "project_link": "nonebot-plugin-dall-e", - "author": "Rockytkg", + "author_id": 102890277, "tags": [ { "label": "DALL-E", @@ -4407,14 +4407,14 @@ { "module_name": "nonebot_plugin_tempfile", "project_link": "nonebot-plugin-tempfile", - "author": "NCBM", + "author_id": 37037264, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_disconnect_notice", "project_link": "nonebot-plugin-disconnect-notice", - "author": "Cypas", + "author_id": 53274578, "tags": [ { "label": "掉线通知", @@ -4434,7 +4434,7 @@ { "module_name": "nonebot_plugin_BotMailNotice", "project_link": "nonebot-plugin-BotMailNotice", - "author": "ZM25XC", + "author_id": 78628186, "tags": [ { "label": "Mail", @@ -4446,7 +4446,7 @@ { "module_name": "nonebot_plugin_theworld", "project_link": "nonebot-plugin-theworld", - "author": "A-kirami", + "author_id": 66513481, "tags": [ { "label": "JOJO", @@ -4462,7 +4462,7 @@ { "module_name": "nonebot_plugin_nonememe", "project_link": "nonebot-plugin-nonememe", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "NoneMeme", @@ -4474,7 +4474,7 @@ { "module_name": "nonebot_plugin_aujob", "project_link": "nonebot-plugin-aujob", - "author": "qwqZYLqwq", + "author_id": 110767171, "tags": [ { "label": "among us", @@ -4490,7 +4490,7 @@ { "module_name": "nonebot_plugin_bind", "project_link": "nonebot-plugin-bind", - "author": "canxin121", + "author_id": 69547456, "tags": [ { "label": "跨平台", @@ -4506,7 +4506,7 @@ { "module_name": "nonebot_plugin_savepic", "project_link": "nonebot-plugin-savepic", - "author": "Yan-Zero", + "author_id": 32036413, "tags": [ { "label": "表情包", @@ -4518,7 +4518,7 @@ { "module_name": "nonebot_plugin_lostark_wandering_trader", "project_link": "nonebot-plugin-lostark-wandering-trader", - "author": "EmiyaGm", + "author_id": 11713728, "tags": [ { "label": "命运方舟", @@ -4530,7 +4530,7 @@ { "module_name": "nonebot_plugin_csornament", "project_link": "nonebot-plugin-csornament", - "author": "Sydrr0", + "author_id": 129657153, "tags": [ { "label": "CS:GO", @@ -4542,7 +4542,7 @@ { "module_name": "nonebot_plugin_mcversion", "project_link": "nonebot-plugin-mcversion", - "author": "CN171-1", + "author_id": 110646806, "tags": [ { "label": "版本", @@ -4558,7 +4558,7 @@ { "module_name": "nonebot_plugin_muteme", "project_link": "nonebot-plugin-muteme", - "author": "XTxiaoting14332", + "author_id": 96647974, "tags": [ { "label": "禁言", @@ -4574,7 +4574,7 @@ { "module_name": "nonebot_plugin_jx3", "project_link": "nonebot-plugin-jx3", - "author": "fuyang0811", + "author_id": 61312850, "tags": [ { "label": "剑网三", @@ -4590,7 +4590,7 @@ { "module_name": "nonebot_plugin_xinghuo_api", "project_link": "nonebot-plugin-xinghuo-api", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "AI", @@ -4606,7 +4606,7 @@ { "module_name": "dicergirl", "project_link": "dicergirl", - "author": "fu050409", + "author_id": 46275354, "tags": [ { "label": "跑团", @@ -4618,7 +4618,7 @@ { "module_name": "nonebot_plugin_uvdiviner", "project_link": "nonebot-plugin-uvdiviner", - "author": "fu050409", + "author_id": 46275354, "tags": [ { "label": "占卜", @@ -4630,7 +4630,7 @@ { "module_name": "nonebot_plugin_push", "project_link": "nonebot-plugin-push", - "author": "mobyw", + "author_id": 44370805, "tags": [ { "label": "邮件", @@ -4650,14 +4650,14 @@ { "module_name": "nonebot_plugin_sudo", "project_link": "nonebot-plugin-sudo", - "author": "This-is-XiaoDeng", + "author_id": 104149371, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_arxivRSS", "project_link": "nonebot-plugin-arxivRSS", - "author": "LuckySJTU", + "author_id": 83060644, "tags": [ { "label": "arxiv", @@ -4677,7 +4677,7 @@ { "module_name": "nonebot_plugin_anime_trace", "project_link": "nonebot-plugin-anime-trace", - "author": "tomorinao-www", + "author_id": 53679884, "tags": [ { "label": "AI", @@ -4689,7 +4689,7 @@ { "module_name": "nonebot_plugin_send_message", "project_link": "nonebot-plugin-send-message", - "author": "bingqiu456", + "author_id": 99388013, "tags": [ { "label": "传话", @@ -4701,7 +4701,7 @@ { "module_name": "nonebot_plugin_requests", "project_link": "nonebot-plugin-requests", - "author": "Ailitonia", + "author_id": 41713304, "tags": [ { "label": "requests", @@ -4713,7 +4713,7 @@ { "module_name": "nonebot_plugin_shutup", "project_link": "nonebot-plugin-shutup", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "阻断", @@ -4725,7 +4725,7 @@ { "module_name": "nonebot_plugin_simple_httpcat", "project_link": "nonebot-plugin-simple-httpcat", - "author": "XTxiaoting14332", + "author_id": 96647974, "tags": [ { "label": "httpcat", @@ -4737,7 +4737,7 @@ { "module_name": "nonebot_plugin_qrcode2", "project_link": "nonebot-plugin-qrcode2", - "author": "tomorinao-www", + "author_id": 53679884, "tags": [ { "label": "qrcode", @@ -4749,7 +4749,7 @@ { "module_name": "nonebot_plugin_fakemsg", "project_link": "nonebot-plugin-fakemsg", - "author": "Cvandia", + "author_id": 106718176, "tags": [ { "label": "合并转发", @@ -4761,7 +4761,7 @@ { "module_name": "nonebot_plugin_alchelper", "project_link": "nonebot-plugin-alchelper", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "Alconna", @@ -4773,7 +4773,7 @@ { "module_name": "nonebot_plugin_souti", "project_link": "nonebot-plugin-souti", - "author": "xiaoWangSec", + "author_id": 124417044, "tags": [ { "label": "搜题", @@ -4785,7 +4785,7 @@ { "module_name": "nonebot_plugin_helper_plus", "project_link": "nonebot-plugin-helper-plus", - "author": "fR0Z863xF", + "author_id": 83159422, "tags": [ { "label": "帮助", @@ -4801,7 +4801,7 @@ { "module_name": "nonebot_plugin_wearskirt", "project_link": "nonebot-plugin-wearskirt", - "author": "Lfhsheng", + "author_id": 74490140, "tags": [ { "label": "女装", @@ -4813,7 +4813,7 @@ { "module_name": "nonebot_plugin_skland_arksign", "project_link": "nonebot-plugin-skland-arksign", - "author": "GuGuMur", + "author_id": 44727214, "tags": [ { "label": "森空岛", @@ -4833,14 +4833,14 @@ { "module_name": "nonebot_plugin_group_whitelist", "project_link": "nonebot-plugin-group-whitelist", - "author": "Rikka-desu", + "author_id": 121035454, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ernie", "project_link": "nonebot-plugin-ernie", - "author": "Noctulus", + "author_id": 39023047, "tags": [ { "label": "文心一言", @@ -4852,7 +4852,7 @@ { "module_name": "TeenStudy", "project_link": "teenstudy", - "author": "TeenStudyFlow", + "author_id": 143619319, "tags": [ { "label": "青年大学习", @@ -4872,7 +4872,7 @@ { "module_name": "nonebot_plugin_video_api", "project_link": "nonebot-plugin-video-api", - "author": "Q1351998764", + "author_id": 57926506, "tags": [ { "label": "视频api", @@ -4884,7 +4884,7 @@ { "module_name": "nonebot_plugin_ottohzys", "project_link": "nonebot-plugin-ottohzys", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "otto", @@ -4904,7 +4904,7 @@ { "module_name": "nonebot_plugin_ability", "project_link": "nonebot-plugin-ability", - "author": "KomoriDev", + "author_id": 110453675, "tags": [ { "label": "🔋", @@ -4916,7 +4916,7 @@ { "module_name": "nonebot_plugin_agent", "project_link": "nonebot-plugin-agent", - "author": "Dobiichi-Origami", + "author_id": 56953648, "tags": [ { "label": "agent", @@ -4928,7 +4928,7 @@ { "module_name": "nonebot_plugin_blockwords", "project_link": "nonebot-plugin-blockwords", - "author": "MelodyKnit", + "author_id": 50488999, "tags": [ { "label": "word", @@ -4948,14 +4948,14 @@ { "module_name": "nonebot_plugin_matchreminder", "project_link": "nonebot-plugin-matchreminder", - "author": "zhuhiki", + "author_id": 135496272, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_eop_ai", "project_link": "nonebot-plugin-eop-ai", - "author": "nikissXI", + "author_id": 31379266, "tags": [ { "label": "POE", @@ -4975,7 +4975,7 @@ { "module_name": "nonebot_plugin_playercheck", "project_link": "nonebot-plugin-playercheck", - "author": "Ohdmire", + "author_id": 38505121, "tags": [ { "label": "音游", @@ -4991,7 +4991,7 @@ { "module_name": "nonebot_plugin_op_finder", "project_link": "nonebot-plugin-op-finder", - "author": "ninthseason", + "author_id": 29861280, "tags": [ { "label": "原神", @@ -5003,21 +5003,21 @@ { "module_name": "nonebot_plugin_morep_finder", "project_link": "nonebot-plugin-morep-finder", - "author": "ninthseason", + "author_id": 29861280, "tags": [], "is_official": false }, { "module_name": "nonebot-plugin-yesman", "project_link": "nonebot-plugin-yesman", - "author": "EuDs63", + "author_id": 89695226, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_fgoavatarguess", "project_link": "nonebot-plugin-fgoavatarguess", - "author": "influ3nza", + "author_id": 114396889, "tags": [ { "label": "FGO", @@ -5029,7 +5029,7 @@ { "module_name": "nonebot_plugin_vrchat", "project_link": "nonebot-plugin-vrchat", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "VRChat", @@ -5041,7 +5041,7 @@ { "module_name": "nonebot_plugin_batitle", "project_link": "nonebot-plugin-batitle", - "author": "MerCuJerry", + "author_id": 41883458, "tags": [ { "label": "碧蓝档案", @@ -5053,7 +5053,7 @@ { "module_name": "nonebot_plugin_maimaidx", "project_link": "nonebot-plugin-maimaidx", - "author": "Yuri-YuzuChaN", + "author_id": 65105396, "tags": [ { "label": "maimai", @@ -5065,7 +5065,7 @@ { "module_name": "nonebot_plugin_getbapics", "project_link": "nonebot-plugin-getbapics", - "author": "hanasa2023", + "author_id": 144128876, "tags": [ { "label": "碧蓝档案", @@ -5081,7 +5081,7 @@ { "module_name": "nonebot_plugin_make_choice", "project_link": "nonebot-plugin-make-choice", - "author": "SherkeyXD", + "author_id": 57581480, "tags": [ { "label": "choice", @@ -5093,14 +5093,14 @@ { "module_name": "nonebot_plugin_scheduled_broadcast", "project_link": "nonebot-plugin-scheduled-broadcast", - "author": "T0nyX1ang", + "author_id": 33901373, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_any", "project_link": "nonebot-plugin-any", - "author": "MelodyYuuka", + "author_id": 81250368, "tags": [ { "label": "跨平台", @@ -5120,7 +5120,7 @@ { "module_name": "nonebot_plugin_bertvits2", "project_link": "nonebot-plugin-bertvits2", - "author": "jiangyuxiaoxiao", + "author_id": 52267304, "tags": [ { "label": "语音合成", @@ -5132,7 +5132,7 @@ { "module_name": "nonebot_plugin_wake_on_lan", "project_link": "nonebot-plugin-wake-on-lan", - "author": "tiehu", + "author_id": 52388789, "tags": [ { "label": "局域网唤醒", @@ -5148,7 +5148,7 @@ { "module_name": "nonebot_plugin_bingimagecreator", "project_link": "nonebot-plugin-bingimagecreator", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "AI", @@ -5164,42 +5164,42 @@ { "module_name": "nonebot_plugin_user", "project_link": "nonebot-plugin-user", - "author": "he0119", + "author_id": 5219550, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_shorturl", "project_link": "nonebot-plugin-shorturl", - "author": "StarHeartHunt", + "author_id": 14922941, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_filehost", "project_link": "nonebot-plugin-filehost", - "author": "mnixry", + "author_id": 32300164, "tags": [], "is_official": true }, { "module_name": "nonebot_plugin_smms", "project_link": "nonebot-plugin-smms", - "author": "mobyw", + "author_id": 44370805, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nsfw", "project_link": "nonebot-plugin-nsfw", - "author": "iyume", + "author_id": 48091591, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_batarot", "project_link": "nonebot-plugin-batarot", - "author": "Perseus037", + "author_id": 143330850, "tags": [ { "label": "碧蓝档案", @@ -5211,14 +5211,14 @@ { "module_name": "nonebot_plugin_cnrail", "project_link": "nonebot-plugin-cnrail", - "author": "lgc2333", + "author_id": 59048777, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_longtu", "project_link": "nonebot-plugin-longtu", - "author": "Perseus037", + "author_id": 143330850, "tags": [ { "label": "龙图", @@ -5230,7 +5230,7 @@ { "module_name": "nonebot_plugin_riffusion", "project_link": "nonebot-plugin-riffusion", - "author": "lgc2333", + "author_id": 59048777, "tags": [ { "label": "Riffusion", @@ -5242,7 +5242,7 @@ { "module_name": "nonebot_plugin_phigros", "project_link": "nonebot-plugin-phigros", - "author": "XTxiaoting14332", + "author_id": 96647974, "tags": [ { "label": "Phigros", @@ -5254,7 +5254,7 @@ { "module_name": "nonebot_plugin_antimonkey", "project_link": "nonebot-plugin-antimonkey", - "author": "phquathi", + "author_id": 131594704, "tags": [ { "label": "猴子", @@ -5270,7 +5270,7 @@ { "module_name": "nonebot_plugin_waiter", "project_link": "nonebot-plugin-waiter", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "waiter", @@ -5282,7 +5282,7 @@ { "module_name": "nonebot_plugin_imagemaster", "project_link": "nonebot-plugin-imagemaster", - "author": "phquathi", + "author_id": 131594704, "tags": [ { "label": "修图", @@ -5294,7 +5294,7 @@ { "module_name": "nonebot_plugin_nikke", "project_link": "nonebot-plugin-nikke", - "author": "Perseus037", + "author_id": 143330850, "tags": [ { "label": "nikke", @@ -5306,7 +5306,7 @@ { "module_name": "nonebot_plugin_mcpic", "project_link": "nonebot-plugin-mcpic", - "author": "wlm3201", + "author_id": 77601125, "tags": [ { "label": "Minecraft", @@ -5326,42 +5326,42 @@ { "module_name": "nonebot_plugin_pingti", "project_link": "nonebot-plugin-pingti", - "author": "lgc2333", + "author_id": 59048777, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wx4", "project_link": "nonebot-plugin-wx4", - "author": "Pasumao", + "author_id": 72342321, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_mypower", "project_link": "nonebot-plugin-mypower", - "author": "tianyisama", + "author_id": 118712549, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bard", "project_link": "nonebot-plugin-bard", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nekoimage", "project_link": "nonebot-plugin-nekoimage", - "author": "pk5ls20", + "author_id": 114645197, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_finallines", "project_link": "nonebot-plugin-finallines", - "author": "Perseus037", + "author_id": 143330850, "tags": [ { "label": "最终台词", @@ -5373,7 +5373,7 @@ { "module_name": "nonebot_plugin_gemini", "project_link": "nonebot-plugin-gemini", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [ { "label": "Gemini", @@ -5385,7 +5385,7 @@ { "module_name": "haruka_bot_red", "project_link": "haruka_bot_red", - "author": "boxie123", + "author_id": 80164656, "tags": [ { "label": "bilibili", @@ -5397,35 +5397,35 @@ { "module_name": "nonebot_plugin_enatfrp", "project_link": "nonebot-plugin-enatfrp", - "author": "eya46", + "author_id": 61458340, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nezha", "project_link": "nonebot-plugin-nezha", - "author": "eya46", + "author_id": 61458340, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_randpic", "project_link": "nonebot-plugin-randpic", - "author": "HuParry", + "author_id": 103566602, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_BAdrawcard", "project_link": "nonebot-plugin-badrawcard", - "author": "lengmianzz", + "author_id": 117559987, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gpt", "project_link": "nonebot-plugin-gpt", - "author": "nek0us", + "author_id": 57703506, "tags": [ { "label": "ChatGPT", @@ -5437,14 +5437,14 @@ { "module_name": "nonebot_plugin_easy_blacklist", "project_link": "nonebot-plugin-easy-blacklist", - "author": "bingqiu456", + "author_id": 99388013, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_reminder", "project_link": "nonebot-plugin-reminder", - "author": "velor2012", + "author_id": 38395332, "tags": [ { "label": "scheduler", @@ -5456,7 +5456,7 @@ { "module_name": "nonebot_plugin_chikari_yinpa", "project_link": "nonebot-plugin-chikari-yinpa", - "author": "mrqx0195", + "author_id": 121878042, "tags": [ { "label": "yinpa", @@ -5468,7 +5468,7 @@ { "module_name": "nonebot_plugin_splatoon3_nso", "project_link": "nonebot-plugin-splatoon3-nso", - "author": "Cypas", + "author_id": 53274578, "tags": [ { "label": "splatoon3", @@ -5480,7 +5480,7 @@ { "module_name": "nonebot_plugin_bf1marneserverlist", "project_link": "nonebot-plugin-bf1marneserverlist", - "author": "SAFEluren", + "author_id": 79032826, "tags": [ { "label": "server", @@ -5492,7 +5492,7 @@ { "module_name": "nonebot_plugin_kawaii_status", "project_link": "nonebot-plugin-kawaii-status", - "author": "KomoriDev", + "author_id": 110453675, "tags": [ { "label": "简约", @@ -5508,7 +5508,7 @@ { "module_name": "nonebot_plugin_vits_tts", "project_link": "nonebot-plugin-vits-tts", - "author": "Redmomn", + "author_id": 109732988, "tags": [ { "label": "VITS", @@ -5524,7 +5524,7 @@ { "module_name": "nonebot_plugin_chatglm_plus", "project_link": "nonebot-plugin-chatglm-plus", - "author": "XTxiaoting14332", + "author_id": 96647974, "tags": [ { "label": "ChatGLM", @@ -5536,7 +5536,7 @@ { "module_name": "nonebot_plugin_fishing", "project_link": "nonebot-plugin-fishing", - "author": "ALittleBot", + "author_id": 160833462, "tags": [ { "label": "钓鱼", @@ -5548,7 +5548,7 @@ { "module_name": "nonebot_plugin_a2s_query", "project_link": "nonebot-plugin-a2s-query", - "author": "NanakaNeko", + "author_id": 81429435, "tags": [ { "label": "游戏服务器", @@ -5564,7 +5564,7 @@ { "module_name": "nonebot_plugin_dice_narrator", "project_link": "nonebot-plugin-dice-narrator", - "author": "KroMiose", + "author_id": 57167362, "tags": [ { "label": "GPT", @@ -5580,7 +5580,7 @@ { "module_name": "nonebot_plugin_steam_info", "project_link": "nonebot-plugin-steam-info", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [ { "label": "Steam", @@ -5592,7 +5592,7 @@ { "module_name": "nonebot_plugin_orangejuice", "project_link": "nonebot-plugin-orangejuice", - "author": "GLDYM", + "author_id": 49135577, "tags": [ { "label": "百橙", @@ -5608,7 +5608,7 @@ { "module_name": "nonebot_plugin_md", "project_link": "nonebot_plugin_md", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "muse dash", @@ -5620,7 +5620,7 @@ { "module_name": "nonebot_plugin_duel", "project_link": "nonebot-plugin-duel", - "author": "Redmomn", + "author_id": 109732988, "tags": [ { "label": "决斗", @@ -5632,7 +5632,7 @@ { "module_name": "nonebot_plugin_pallas_repeater", "project_link": "nonebot-plugin-pallas-repeater", - "author": "Redmomn", + "author_id": 109732988, "tags": [ { "label": "复读鸡", @@ -5644,7 +5644,7 @@ { "module_name": "nonebot_plugin_humanaticstore", "project_link": "nonebot-plugin-humanaticstore", - "author": "QuanhuZeYu", + "author_id": 160235071, "tags": [ { "label": "config", @@ -5660,7 +5660,7 @@ { "module_name": "nonebot_plugin_ghtiles", "project_link": "nonebot-plugin-ghtiles", - "author": "Lipraty", + "author_id": 18106422, "tags": [ { "label": "Github", @@ -5672,7 +5672,7 @@ { "module_name": "nonebot_plugin_diffsinger", "project_link": "nonebot-plugin-diffsinger", - "author": "zhzhongshi", + "author_id": 39423408, "tags": [ { "label": "diffsinger", @@ -5684,7 +5684,7 @@ { "module_name": "nonebot_plugin_chikari_economy", "project_link": "nonebot-plugin-chikari-economy", - "author": "mrqx0195", + "author_id": 121878042, "tags": [ { "label": "经济", @@ -5696,7 +5696,7 @@ { "module_name": "nonebot_plugin_auto_bot_selector", "project_link": "nonebot-plugin-auto-bot-selector", - "author": "Well2333", + "author_id": 40534114, "tags": [ { "label": "多适配器", @@ -5712,7 +5712,7 @@ { "module_name": "nonebot_plugin_nai3", "project_link": "nonebot-plugin-nai3", - "author": "zhulinyv", + "author_id": 66541860, "tags": [ { "label": "NovelAI", @@ -5724,14 +5724,14 @@ { "module_name": "nonebot_plugin_clovers", "project_link": "nonebot-plugin-clovers", - "author": "KarisAya", + "author_id": 51886078, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_hx_yinying", "project_link": "nonebot-plugin-hx-yinying", - "author": "huanxin996", + "author_id": 121207415, "tags": [ { "label": "Chat", @@ -5751,7 +5751,7 @@ { "module_name": "nonebot_plugin_fhl", "project_link": "nonebot-plugin-fhl", - "author": "baiqwerdvd", + "author_id": 158065462, "tags": [ { "label": "飞花令", @@ -5763,14 +5763,14 @@ { "module_name": "nonebot_plugin_yinyu", "project_link": "nonebot-plugin-yinyu", - "author": "shi-yingyingjiang", + "author_id": 136897416, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_yinying_chat", "project_link": "nonebot-plugin-yinying-chat", - "author": "YuxiCN", + "author_id": 79129640, "tags": [ { "label": "Furry", @@ -5786,7 +5786,7 @@ { "module_name": "nonebot_plugin_dcqg_relay", "project_link": "nonebot-plugin-dcqg-relay", - "author": "Autuamn", + "author_id": 35159351, "tags": [ { "label": "消息互通", @@ -5798,7 +5798,7 @@ { "module_name": "nonebot_plugin_zsmeme", "project_link": "nonebot-plugin-zsmeme", - "author": "shi-yingyingjiang", + "author_id": 136897416, "tags": [ { "label": "帕弥什", @@ -5810,7 +5810,7 @@ { "module_name": "nonebot_plugin_sanyao", "project_link": "nonebot-plugin-sanyao", - "author": "afterow", + "author_id": 99971730, "tags": [ { "label": "占卜", @@ -5822,7 +5822,7 @@ { "module_name": "nonebot_plugin_cyberfurry", "project_link": "nonebot-plugin-cyberfurry", - "author": "cubstaryow", + "author_id": 106443696, "tags": [ { "label": "幼龙云端", @@ -5838,7 +5838,7 @@ { "module_name": "nonebot_plugin_helpwithpic", "project_link": "nonebot-plugin-HelpWithPic", - "author": "cubstaryow", + "author_id": 106443696, "tags": [ { "label": "帮助", @@ -5854,7 +5854,7 @@ { "module_name": "nonebot_plugin_sticker_saver", "project_link": "nonebot-plugin-sticker-saver", - "author": "colasama", + "author_id": 6457253, "tags": [ { "label": "表情包", @@ -5866,7 +5866,7 @@ { "module_name": "nonebot_plugin_anime_downloader", "project_link": "nonebot-plugin-anime-downloader", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [ { "label": "Anime", @@ -5878,7 +5878,7 @@ { "module_name": "nonebot_plugin_with_ai_agents", "project_link": "nonebot-plugin-with-ai-agents", - "author": "yejue", + "author_id": 49857339, "tags": [ { "label": "AI 智能体", @@ -5894,7 +5894,7 @@ { "module_name": "nonebot_plugin_RanFurryPic", "project_link": "nonebot-plugin-RanFurryPic", - "author": "Ekac00", + "author_id": 97278930, "tags": [ { "label": "furry", @@ -5906,7 +5906,7 @@ { "module_name": "nonebot_plugin_furryfusion", "project_link": "nonebot-plugin-furryfusion", - "author": "Ekac00", + "author_id": 97278930, "tags": [ { "label": "furry", @@ -5918,7 +5918,7 @@ { "module_name": "nonebot_plugin_mysticism", "project_link": "nonebot-plugin-mysticism", - "author": "Yan-Zero", + "author_id": 32036413, "tags": [ { "label": "占卜", @@ -5938,7 +5938,7 @@ { "module_name": "nonebot_plugin_tsugu_frontend", "project_link": "nonebot-plugin-tsugu-frontend", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [ { "label": "BanGDream", @@ -5950,7 +5950,7 @@ { "module_name": "nonebot_plugin_kurogames", "project_link": "nonebot-plugin-kurogames", - "author": "ConcyWee", + "author_id": 36001297, "tags": [ { "label": "战双帕弥什", @@ -5970,7 +5970,7 @@ { "module_name": "nonebot_plugin_valve_server_query", "project_link": "nonebot-plugin-valve-server-query", - "author": "LiLuo-B", + "author_id": 98267824, "tags": [ { "label": "valve", @@ -5990,7 +5990,7 @@ { "module_name": "nonebot_plugin_sparkapi", "project_link": "nonebot-plugin-sparkapi", - "author": "CCLMSY", + "author_id": 145911132, "tags": [ { "label": "AI", @@ -6010,7 +6010,7 @@ { "module_name": "nonebot_plugin_tsugu_bangdream_bot", "project_link": "nonebot-plugin-tsugu-bangdream-bot", - "author": "WindowsSov8forUs", + "author_id": 68172940, "tags": [ { "label": "tsugu", @@ -6022,14 +6022,14 @@ { "module_name": "nonebot_plugin_calc24", "project_link": "nonebot-plugin-calc24", - "author": "ajdgg", + "author_id": 139576615, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nai3_bot", "project_link": "nonebot-plugin-nai3-bot", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "NovelAI", @@ -6045,7 +6045,7 @@ { "module_name": "nonebot_plugin_dg_lab_play", "project_link": "nonebot-plugin-dg-lab-play", - "author": "Ljzd-PRO", + "author_id": 63289359, "tags": [ { "label": "dg-lab", @@ -6065,7 +6065,7 @@ { "module_name": "nonebot_plugin_authrespond", "project_link": "nonebot-plugin-authrespond", - "author": "cubstaryow", + "author_id": 106443696, "tags": [ { "label": "黑名单", @@ -6085,7 +6085,7 @@ { "module_name": "nonebot_plugin_shutdown_hook", "project_link": "nonebot-plugin-shutdown-hook", - "author": "Sclock", + "author_id": 32418823, "tags": [ { "label": "工具", @@ -6097,7 +6097,7 @@ { "module_name": "nonebot_plugin_plus_one", "project_link": "nonebot-plugin-plus-one", - "author": "yejue", + "author_id": 49857339, "tags": [ { "label": "复读姬", @@ -6113,7 +6113,7 @@ { "module_name": "nonebot_plugin_aising", "project_link": "nonebot-plugin-aising", - "author": "CCYellowStar2", + "author_id": 149048350, "tags": [ { "label": "唱歌", @@ -6129,7 +6129,7 @@ { "module_name": "nonebot_plugin_qqshell", "project_link": "nonebot-plugin-qqshell", - "author": "yejue", + "author_id": 49857339, "tags": [ { "label": "SSH", @@ -6141,14 +6141,14 @@ { "module_name": "nonebot_plugin_lynchpined", "project_link": "nonebot-plugin-lynchpined", - "author": "050644zf", + "author_id": 30611816, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gakuenImasCalculator", "project_link": "nonebot-plugin-gakuenImasCalculator", - "author": "ikarosf", + "author_id": 54504721, "tags": [ { "label": "游戏", @@ -6164,7 +6164,7 @@ { "module_name": "nonebot_plugin_beauty_rater", "project_link": "nonebot-plugin-beauty-rater", - "author": "KomoriDev", + "author_id": 110453675, "tags": [ { "label": "🌐", @@ -6176,14 +6176,14 @@ { "module_name": "nonebot_plugin_xjie_weather", "project_link": "nonebot-plugin-xjie-weather", - "author": "ajdgg", + "author_id": 139576615, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wwgachalogs", "project_link": "nonebot-plugin-wwgachalogs", - "author": "BraveCowardp", + "author_id": 61410850, "tags": [ { "label": "鸣潮", @@ -6195,7 +6195,7 @@ { "module_name": "nonebot_plugin_saalc", "project_link": "nonebot-plugin-saalc", - "author": "AzideCupric", + "author_id": 57004769, "tags": [ { "label": "SAA", @@ -6211,7 +6211,7 @@ { "module_name": "nonebot_plugin_easymarkdown", "project_link": "nonebot-plugin-easymarkdown", - "author": "phquathi", + "author_id": 131594704, "tags": [ { "label": "code", @@ -6223,7 +6223,7 @@ { "module_name": "nonebot_plugin_multigpt", "project_link": "nonebot-plugin-multigpt", - "author": "syagina", + "author_id": 135360021, "tags": [ { "label": "GPT", @@ -6243,7 +6243,7 @@ { "module_name": "nonebot_plugin_mcsm", "project_link": "nonebot-plugin-mcsm", - "author": "LiLuo-B", + "author_id": 98267824, "tags": [ { "label": "MCSM", @@ -6263,7 +6263,7 @@ { "module_name": "nonebot_plugin_helldivers", "project_link": "nonebot-plugin-helldivers", - "author": "SherkeyXD", + "author_id": 57581480, "tags": [ { "label": "helldivers", @@ -6275,7 +6275,7 @@ { "module_name": "nonebot_plugin_mahjong_hand_guess", "project_link": "nonebot-plugin-mahjong-hand-guess", - "author": "ElainaFanBoy", + "author_id": 56375835, "tags": [ { "label": "game", @@ -6287,7 +6287,7 @@ { "module_name": "nonebot_plugin_asmr", "project_link": "nonebot-plugin-asmr", - "author": "CCYellowStar2", + "author_id": 149048350, "tags": [ { "label": "asmr", @@ -6303,7 +6303,7 @@ { "module_name": "nonebot_plugin_eve_tool", "project_link": "nonebot-plugin-eve-tool", - "author": "zifox666", + "author_id": 95174933, "tags": [ { "label": "game", @@ -6319,7 +6319,7 @@ { "module_name": "nonebot_plugin_daily_task", "project_link": "nonebot-plugin-daily-task", - "author": "WMGray", + "author_id": 45627292, "tags": [ { "label": "每日任务", @@ -6331,7 +6331,7 @@ { "module_name": "nonebot_plugin_biliforward", "project_link": "nonebot-plugin-biliforward", - "author": "BraveCowardp", + "author_id": 61410850, "tags": [ { "label": "bilibili", @@ -6347,7 +6347,7 @@ { "module_name": "nonebot_plugin_obastatus", "project_link": "nonebot-plugin-obastatus", - "author": "Dongyanmio", + "author_id": 63110083, "tags": [ { "label": "BMCLAPI", @@ -6359,7 +6359,7 @@ { "module_name": "nonebot_plugin_dcqq_relay", "project_link": "nonebot-plugin-dcqq-relay", - "author": "Autuamn", + "author_id": 35159351, "tags": [ { "label": "消息互通", @@ -6371,7 +6371,7 @@ { "module_name": "nonebot_plugin_ncupdate", "project_link": "nonebot-plugin-ncupdate", - "author": "tianyisama", + "author_id": 118712549, "tags": [ { "label": "NapCat", @@ -6383,7 +6383,7 @@ { "module_name": "nonebot_plugin_anymate", "project_link": "nonebot-plugin-anymate", - "author": "QuickLAW", + "author_id": 89532126, "tags": [ { "label": "server", @@ -6399,14 +6399,14 @@ { "module_name": "nonebot_plugin_cfr2", "project_link": "nonebot-plugin-cfr2", - "author": "1v7w", + "author_id": 25610914, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_WWwiki", "project_link": "nonebot-plugin-WWwiki", - "author": "shi-yingyingjiang", + "author_id": 136897416, "tags": [ { "label": "鸣潮", @@ -6422,7 +6422,7 @@ { "module_name": "nonebot_plugin_acgnshow", "project_link": "nonebot-plugin-acgnshow", - "author": "Asankilp", + "author_id": 60691961, "tags": [ { "label": "bilibili", @@ -6434,56 +6434,56 @@ { "module_name": "nonebot_plugin_runagain", "project_link": "nonebot-plugin-runagain", - "author": "NCBM", + "author_id": 37037264, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wordle_simple", "project_link": "nonebot-plugin-wordle-simple", - "author": "shiyihang2007", + "author_id": 59602626, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_daily_oil_price", "project_link": "nonebot-plugin-daily-oil-price", - "author": "wyeeeee", + "author_id": 16321862, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_game_torrent", "project_link": "nonebot-plugin-game-torrent", - "author": "Cvandia", + "author_id": 106718176, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_weiweibot", "project_link": "nonebot-plugin-weiweibot", - "author": "SwedishDoveCooker", + "author_id": 85827122, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_autopush", "project_link": "nonebot-plugin-autopush", - "author": "This-is-XiaoDeng", + "author_id": 104149371, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_exe_code", "project_link": "nonebot-plugin-exe-code", - "author": "wyf7685", + "author_id": 69091901, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_system_command", "project_link": "nonebot-plugin-system-command", - "author": "tkgs0", + "author_id": 107618388, "tags": [ { "label": "shell", @@ -6499,7 +6499,7 @@ { "module_name": "nonebot_plugin_cogvideox", "project_link": "nonebot-plugin-cogvideox", - "author": "Alpaca4610", + "author_id": 16055526, "tags": [ { "label": "AI", @@ -6515,7 +6515,7 @@ { "module_name": "nonebot_plugin_gpt_sovits", "project_link": "nonebot-plugin-gpt-sovits", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [ { "label": "GPT-SoVITS", @@ -6527,7 +6527,7 @@ { "module_name": "nonebot_plugin_wakatime", "project_link": "nonebot-plugin-wakatime", - "author": "KomoriDev", + "author_id": 110453675, "tags": [ { "label": "WakaTime", @@ -6539,7 +6539,7 @@ { "module_name": "nonebot_plugin_sunoai", "project_link": "nonebot-plugin-sunoai", - "author": "CCYellowStar2", + "author_id": 149048350, "tags": [ { "label": "SunoAi", @@ -6555,7 +6555,7 @@ { "module_name": "nonebot_plugin_web_bottle", "project_link": "nonebot-plugin-web-bottle", - "author": "luosheng520qaq", + "author_id": 107746729, "tags": [ { "label": "漂流瓶", @@ -6571,21 +6571,21 @@ { "module_name": "nonebot_plugin_deer_pipe", "project_link": "nonebot-plugin-deer-pipe", - "author": "SamuNatsu", + "author_id": 49141130, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_alist", "project_link": "nonebot-plugin-alist", - "author": "iam57ao", + "author_id": 52738183, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bili_fav_watcher", "project_link": "nonebot-plugin-bili-fav-watcher", - "author": "kawaiior", + "author_id": 94740235, "tags": [ { "label": "bilibili", @@ -6597,14 +6597,14 @@ { "module_name": "nonebot_plugin_essence_message", "project_link": "nonebot-plugin-essence-message", - "author": "BEISNWKZNAN", + "author_id": 57578111, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_ba_tools", "project_link": "nonebot-plugin-ba-tools", - "author": "hanasa2023", + "author_id": 144128876, "tags": [ { "label": "蔚蓝档案", @@ -6616,7 +6616,7 @@ { "module_name": "nonebot_plugin_fakepic", "project_link": "nonebot-plugin-fakepic", - "author": "lm175", + "author_id": 170833701, "tags": [ { "label": "图片生成", @@ -6628,7 +6628,7 @@ { "module_name": "pokepoke_miss", "project_link": "pokepoke-miss", - "author": "shengwang52005", + "author_id": 140364698, "tags": [ { "label": "舞萌", @@ -6644,7 +6644,7 @@ { "module_name": "nonebot_plugin_ehentai_search", "project_link": "nonebot-plugin-ehentai-search", - "author": "N791", + "author_id": 61854722, "tags": [ { "label": "ehentai", @@ -6656,7 +6656,7 @@ { "module_name": "mai2_pcount", "project_link": "mai2_pcount", - "author": "shengwang52005", + "author_id": 140364698, "tags": [ { "label": "舞萌", @@ -6672,7 +6672,7 @@ { "module_name": "nonebot_plugin_dify", "project_link": "nonebot-plugin-dify", - "author": "gsskk", + "author_id": 1080807, "tags": [ { "label": "LLM", @@ -6688,14 +6688,14 @@ { "module_name": "nonebot_plugin_looklike", "project_link": "nonebot-plugin-looklike", - "author": "tkgs0", + "author_id": 107618388, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_wait_a_minute", "project_link": "nonebot-plugin-wait-a-minute", - "author": "shoucandanghehe", + "author_id": 51957264, "tags": [ { "label": "hook", @@ -6707,14 +6707,14 @@ { "module_name": "nonebot_plugin_repesix", "project_link": "nonebot-plugin-repesix", - "author": "tkgs0", + "author_id": 107618388, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_liteyukibot", "project_link": "nonebot-plugin-liteyukibot", - "author": "snowykami", + "author_id": 79104275, "tags": [ { "label": "liteyuki", @@ -6730,7 +6730,7 @@ { "module_name": "nonebot_plugin_mute", "project_link": "nonebot_plugin_mute", - "author": "shengwang52005", + "author_id": 140364698, "tags": [ { "label": "禁言", @@ -6746,7 +6746,7 @@ { "module_name": "nekro_agent", "project_link": "nekro-agent", - "author": "KroMiose", + "author_id": 57167362, "tags": [ { "label": "Agent", @@ -6762,7 +6762,7 @@ { "module_name": "nonebot_plugin_lagrange", "project_link": "nonebot_plugin_lagrange", - "author": "Lonely-Sails", + "author_id": 90964775, "tags": [ { "label": "Lagrange", @@ -6774,7 +6774,7 @@ { "module_name": "nonebot_plugin_mccheck", "project_link": "nonebot-plugin-mccheck", - "author": "molanp", + "author_id": 104612722, "tags": [ { "label": "Minecraft", @@ -6790,7 +6790,7 @@ { "module_name": "nonebot_plugin_lxns_maimai", "project_link": "nonebot-plugin-lxns-maimai", - "author": "KomoriDev", + "author_id": 110453675, "tags": [ { "label": "maimai", @@ -6802,14 +6802,14 @@ { "module_name": "nonebot_plugin_sendpic", "project_link": "nonebot-plugin-sendpic", - "author": "Funny1Potato", + "author_id": 162463571, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_yoyogame", "project_link": "nonebot-plugin-yoyogame", - "author": "ChenXu233", + "author_id": 91937041, "tags": [ { "label": "game", @@ -6825,7 +6825,7 @@ { "module_name": "nonebot_plugin_tea_silencer", "project_link": "nonebot-plugin-tea-silencer", - "author": "youlanan", + "author_id": 99666950, "tags": [ { "label": "拦截", @@ -6841,7 +6841,7 @@ { "module_name": "nonebot_plugin_avalon", "project_link": "nonebot-plugin-avalon", - "author": "SamuNatsu", + "author_id": 49141130, "tags": [ { "label": "game", @@ -6853,7 +6853,7 @@ { "module_name": "nonebot_plugin_werewolf", "project_link": "nonebot-plugin-werewolf", - "author": "wyf7685", + "author_id": 69091901, "tags": [ { "label": "game", @@ -6869,7 +6869,7 @@ { "module_name": "nonebot_plugin_tarina_lang_turbo", "project_link": "nonebot-plugin-tarina-lang-turbo", - "author": "shoucandanghehe", + "author_id": 51957264, "tags": [ { "label": "i18n", @@ -6881,7 +6881,7 @@ { "module_name": "nonebot-plugin-ACGalaxy", "project_link": "nonebot-plugin-ACGalaxy", - "author": "zouXH-god", + "author_id": 77649130, "tags": [ { "label": "bilibili", @@ -6897,7 +6897,7 @@ { "module_name": "nonebot_plugin_QRrender", "project_link": "nonebot-plugin-QRrender", - "author": "Funny1Potato", + "author_id": 162463571, "tags": [ { "label": "二维码", @@ -6909,7 +6909,7 @@ { "module_name": "nonebot_plugin_weather_rank", "project_link": "nonebot-plugin-weather-rank", - "author": "hanasa2023", + "author_id": 144128876, "tags": [ { "label": "weather", @@ -6925,7 +6925,7 @@ { "module_name": "nonebot_plugin_witff", "project_link": "nonebot-plugin-witff", - "author": "TheChenXI", + "author_id": 131526534, "tags": [ { "label": "furry", @@ -6937,7 +6937,7 @@ { "module_name": "nonebot_plugin_logstream", "project_link": "nonebot-plugin-logstream", - "author": "KiKi-XC", + "author_id": 171804402, "tags": [ { "label": "log", @@ -6953,7 +6953,7 @@ { "module_name": "nonebot_plugin_uninfo", "project_link": "nonebot-plugin-uninfo", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "跨平台", @@ -6973,7 +6973,7 @@ { "module_name": "nonebot_plugin_inspect", "project_link": "nonebot-plugin-inspect", - "author": "RF-Tar-Railt", + "author_id": 42648639, "tags": [ { "label": "多平台适配", @@ -6985,7 +6985,7 @@ { "module_name": "nonebot_plugin_batch_withdrawal", "project_link": "nonebot-plugin-batch-withdrawal", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [ { "label": "群管", @@ -6997,14 +6997,14 @@ { "module_name": "nonebot_plugin_yareminder", "project_link": "nonebot-plugin-yareminder", - "author": "yao-yun", + "author_id": 88876404, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_calc_game", "project_link": "nonebot-plugin-calc-game", - "author": "Yurchiu", + "author_id": 143202058, "tags": [ { "label": "game", @@ -7016,21 +7016,21 @@ { "module_name": "nonebot_plugin_fun_content", "project_link": "nonebot-plugin-fun-content", - "author": "chsiyu", + "author_id": 119806180, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_pjsk_helper", "project_link": "nonebot-plugin-pjsk-helper", - "author": "Atr1ck", + "author_id": 140572469, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_color_see_see", "project_link": "nonebot-plugin-color-see-see", - "author": "FrostN0v0", + "author_id": 80870777, "tags": [ { "label": "game", @@ -7042,14 +7042,14 @@ { "module_name": "nonebot_plugin_githubmodels", "project_link": "nonebot-plugin-githubmodels", - "author": "lyqgzbl", + "author_id": 122811297, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_beatsaberscore", "project_link": "nonebot-plugin-beatsaberscore", - "author": "qwq12738qwq", + "author_id": 172130062, "tags": [ { "label": "Beat Saber", @@ -7061,7 +7061,7 @@ { "module_name": "nonebot_plugin_SimpleToWrite", "project_link": "nonebot-plugin-SimpleToWrite", - "author": "STESmly", + "author_id": 174641131, "tags": [ { "label": "编写简化", @@ -7077,7 +7077,7 @@ { "module_name": "nonebot_plugin_nonechat", "project_link": "nonebot-plugin-nonechat", - "author": "hanasa2023", + "author_id": 144128876, "tags": [ { "label": "LLM", @@ -7089,7 +7089,7 @@ { "module_name": "nonebot_plugin_marshoai", "project_link": "nonebot-plugin-marshoai", - "author": "Asankilp", + "author_id": 60691961, "tags": [ { "label": "猫娘", @@ -7105,7 +7105,7 @@ { "module_name": "nonebot_plugin_osu_match_monitor", "project_link": "nonebot-plugin-osu-match-monitor", - "author": "Sevenyine", + "author_id": 65720409, "tags": [ { "label": "OSU", @@ -7117,7 +7117,7 @@ { "module_name": "nonebot_plugin_lolinfo", "project_link": "nonebot-plugin-lolinfo", - "author": "Shadow403", + "author_id": 112923496, "tags": [ { "label": "LOL", @@ -7133,7 +7133,7 @@ { "module_name": "nonebot_plugin_bf5_grouptools", "project_link": "nonebot_plugin_bf5_grouptools", - "author": "Lonely-Sails", + "author_id": 90964775, "tags": [ { "label": "战地五", @@ -7145,7 +7145,7 @@ { "module_name": "nonebot_plugin_mc_watcher", "project_link": "nonebot_plugin_mc_watcher", - "author": "Lonely-Sails", + "author_id": 90964775, "tags": [ { "label": "Minecraft", @@ -7157,7 +7157,7 @@ { "module_name": "nonebot_plugin_zxpm", "project_link": "nonebot-plugin-zxpm", - "author": "HibiKier", + "author_id": 45528451, "tags": [ { "label": "小真寻", @@ -7177,7 +7177,7 @@ { "module_name": "nonebot_plugin_lingyi_chat", "project_link": "nonebot-plugin-lingyi-chat", - "author": "yeying-xingchen", + "author_id": 149694986, "tags": [ { "label": "ChatGPT", @@ -7193,7 +7193,7 @@ { "module_name": "nonebot_plugin_bfvsearch", "project_link": "nonebot_plugin_bfvsearch", - "author": "swallow513", + "author_id": 166974448, "tags": [ { "label": "战地五", @@ -7205,7 +7205,7 @@ { "module_name": "nonebot_plugin_safeR18", "project_link": "nonebot-plugin-safer18", - "author": "ChenXu233", + "author_id": 91937041, "tags": [ { "label": "图片", @@ -7221,7 +7221,7 @@ { "module_name": "nonebot_plugin_updater", "project_link": "nonebot-plugin-updater", - "author": "hanasa2023", + "author_id": 144128876, "tags": [ { "label": "插件更新", @@ -7233,7 +7233,7 @@ { "module_name": "nonebot_plugin_npu", "project_link": "nonebot-plugin-npu", - "author": "qllokirin", + "author_id": 91271243, "tags": [ { "label": "西工大", @@ -7245,7 +7245,7 @@ { "module_name": "nonebot_plugin_running_state", "project_link": "nonebot-plugin-running-state", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [ { "label": "server", @@ -7257,7 +7257,7 @@ { "module_name": "nonebot_plugin_zxreport", "project_link": "nonebot-plugin-zxreport", - "author": "HibiKier", + "author_id": 45528451, "tags": [ { "label": "小真寻", @@ -7277,14 +7277,14 @@ { "module_name": "nonebot_plugin_buy", "project_link": "nonebot-plugin-buy", - "author": "Onimaimai", + "author_id": 93068569, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_nailongremove", "project_link": "nonebot-plugin-nailongremove", - "author": "Refound-445", + "author_id": 137168144, "tags": [ { "label": "图像分类模型", @@ -7296,7 +7296,7 @@ { "module_name": "nonebot_plugin_pmhelp", "project_link": "nonebot-plugin-pmhelp", - "author": "CM-Edelweiss", + "author_id": 110460087, "tags": [ { "label": "帮助", @@ -7308,14 +7308,14 @@ { "module_name": "nonebot_plugin_jtj", "project_link": "nonebot-plugin-jtj", - "author": "Onimaimai", + "author_id": 93068569, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_BR", "project_link": "nonebot_plugin_BR", - "author": "Agnes4m", + "author_id": 70925546, "tags": [ { "label": "游戏", @@ -7327,7 +7327,7 @@ { "module_name": "nonebot_plugin_boom", "project_link": "nonebot-plugin-boom", - "author": "yeying-xingchen", + "author_id": 149694986, "tags": [ { "label": "unsafe", @@ -7339,14 +7339,14 @@ { "module_name": "nonebot_plugin_picsetu", "project_link": "nonebot-plugin-picsetu", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_gotify", "project_link": "nonebot-plugin-gotify", - "author": "snowykami", + "author_id": 79104275, "tags": [ { "label": "gotify", @@ -7362,14 +7362,14 @@ { "module_name": "nonebot_plugin_voicemusic", "project_link": "nonebot-plugin-voicemusic", - "author": "Onimaimai", + "author_id": 93068569, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_fishspeech_tts", "project_link": "nonebot-plugin-fishspeech-tts", - "author": "Cvandia", + "author_id": 106718176, "tags": [ { "label": "TTS", @@ -7385,7 +7385,7 @@ { "module_name": "nonebot_plugin_summary", "project_link": "nonebot-plugin-summary", - "author": "ChenXu233", + "author_id": 91937041, "tags": [ { "label": "省流", @@ -7401,7 +7401,7 @@ { "module_name": "nonebot_plugin_ddrace", "project_link": "nonebot-plugin-ddrace", - "author": "gongfuture", + "author_id": 60888755, "tags": [ { "label": "game", @@ -7417,7 +7417,7 @@ { "module_name": "nonebot_plugin_mai_arcade", "project_link": "nonebot-plugin-mai-arcade", - "author": "YuuzukiRin", + "author_id": 114254083, "tags": [ { "label": "maimai", @@ -7433,14 +7433,14 @@ { "module_name": "nonebot_prevent_withdrawal", "project_link": "nonebot-prevent-withdrawal", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_bilimusic", "project_link": "nonebot_plugin_bilimusic", - "author": "Lonely-Sails", + "author_id": 90964775, "tags": [ { "label": "bilibili", @@ -7456,7 +7456,7 @@ { "module_name": "nonebot_plugin_mmm", "project_link": "nonebot-plugin-mmm", - "author": "eya46", + "author_id": 61458340, "tags": [ { "label": "人机合一", @@ -7468,7 +7468,7 @@ { "module_name": "nonebot_plugin_pong", "project_link": "nonebot-plugin-pong", - "author": "eya46", + "author_id": 61458340, "tags": [ { "label": "ping", @@ -7484,7 +7484,7 @@ { "module_name": "nonebot_plugin_partner_join", "project_link": "nonebot-plugin-partner-join", - "author": "YuuzukiRin", + "author_id": 114254083, "tags": [ { "label": "maimai", @@ -7500,7 +7500,7 @@ { "module_name": "nonebot_plugin_zxpix", "project_link": "nonebot-plugin-zxpix", - "author": "HibiKier", + "author_id": 45528451, "tags": [ { "label": "小真寻", @@ -7520,7 +7520,7 @@ { "module_name": "nonebot_plugin_impart", "project_link": "nonebot-plugin-impart", - "author": "YuuzukiRin", + "author_id": 114254083, "tags": [ { "label": "impart", @@ -7532,14 +7532,14 @@ { "module_name": "nonebot_plugin_wife", "project_link": "nonebot-plugin-wife", - "author": "tkgs0", + "author_id": 107618388, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_comfyui", "project_link": "nonebot-plugin-comfyui", - "author": "DiaoDaiaChan", + "author_id": 126318917, "tags": [ { "label": "comfyui", @@ -7555,7 +7555,7 @@ { "module_name": "nonebot_plugin_omb", "project_link": "nonebot-plugin-omb", - "author": "eya46", + "author_id": 61458340, "tags": [ { "label": "人机合一", @@ -7567,7 +7567,7 @@ { "module_name": "nonebot_plugin_leetcodeAPI_KHASA", "project_link": "nonebot-plugin-leetcodeAPI-KHASA", - "author": "KhasAlushird", + "author_id": 178357384, "tags": [ { "label": "leetcode", @@ -7579,14 +7579,14 @@ { "module_name": "nonebot_plugin_pypistats", "project_link": "nonebot-plugin-pypistats", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [], "is_official": false }, { "module_name": "nonebot_plugin_better_broadcast", "project_link": "nonebot-plugin-better-broadcast", - "author": "captain-wangrun-cn", + "author_id": 98072207, "tags": [ { "label": "广播", @@ -7602,7 +7602,7 @@ { "module_name": "nonebot_plugin_bililivedm", "project_link": "nonebot-plugin-bililivedm", - "author": "STESmly", + "author_id": 174641131, "tags": [ { "label": "bilibili", @@ -7618,7 +7618,7 @@ { "module_name": "nonebot_plugin_text_ban", "project_link": "nonebot-plugin-text-ban", - "author": "zhongwen-4", + "author_id": 114509415, "tags": [ { "label": "群管", @@ -7630,7 +7630,7 @@ { "module_name": "nonebot-plugin-auto-sendlike", "project_link": "nonebot-plugin-auto-sendlike", - "author": "zhiyu1998", + "author_id": 33365787, "tags": [ { "label": "点赞", @@ -7646,8 +7646,8 @@ { "module_name": "nonebot_plugin_kindness_lesson", "project_link": "nonebot-plugin-kindness-lesson", - "author": "zhaomaoniu", + "author_id": 55650833, "tags": [], "is_official": false - } + }, ]