From 4de01d7d4f240823c0ad3db9dfa1674851ea689c Mon Sep 17 00:00:00 2001 From: hemengyang Date: Wed, 8 Dec 2021 19:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=96=B0=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=BA=97=E5=8F=91=E5=B8=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/adapters.json | 32 +- website/static/bots.json | 48 ++- website/static/plugins.json | 556 ++++++++++++++++++++++------------- 3 files changed, 411 insertions(+), 225 deletions(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index 3d6d0e41..7a76e548 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -1,34 +1,42 @@ [ { - "id": "nonebot.adapters.cqhttp", - "link": "nonebot-adapter-cqhttp", + "module_name": "nonebot.adapters.cqhttp", + "project_link": "nonebot-adapter-cqhttp", "name": "cqhttp", "desc": "OneBot(CQHTTP) 协议", "author": "yanyongyu", - "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-cqhttp" + "homepage": "https://github.com/nonebot/nonebot2/tree/master/packages/nonebot-adapter-cqhttp", + "tags": [], + "is_official": false }, { - "id": "nonebot.adapters.ding", - "link": "nonebot-adapter-ding", + "module_name": "nonebot.adapters.ding", + "project_link": "nonebot-adapter-ding", "name": "ding", "desc": "钉钉协议", "author": "Artin", - "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-ding" + "homepage": "https://github.com/nonebot/nonebot2/tree/master/packages/nonebot-adapter-ding", + "tags": [], + "is_official": false }, { - "id": "nonebot.adapters.mirai", - "link": "nonebot-adapter-mirai", + "module_name": "nonebot.adapters.mirai", + "project_link": "nonebot-adapter-mirai", "name": "mirai", "desc": "Mirai-Api-HTTP 协议", "author": "Mix", - "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-mirai" + "homepage": "https://github.com/nonebot/nonebot2/tree/master/packages/nonebot-adapter-mirai", + "tags": [], + "is_official": false }, { - "id": "nonebot.adapters.feishu", - "link": "nonebot-adapter-feishu", + "module_name": "nonebot.adapters.feishu", + "project_link": "nonebot-adapter-feishu", "name": "feishu", "desc": "飞书协议", "author": "StarHeartHunt", - "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-feishu" + "homepage": "https://github.com/nonebot/nonebot2/tree/master/packages/nonebot-adapter-feishu", + "tags": [], + "is_official": false } ] diff --git a/website/static/bots.json b/website/static/bots.json index 78a3b612..5eeca3ae 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -3,72 +3,96 @@ "name": "HarukaBot", "desc": "将B站UP主的动态和直播信息推送至QQ", "author": "SK-415", - "repo": "SK-415/HarukaBot" + "homepage": "https://github.com/SK-415/HarukaBot", + "tags": [], + "is_official": false }, { "name": "Omega Miya", "desc": "B站推送Pixiv搜图识番求签抽卡表情包还有其他杂七杂八的功能", "author": "Ailitonia", - "repo": "Ailitonia/omega-miya" + "homepage": "https://github.com/Ailitonia/omega-miya", + "tags": [], + "is_official": false }, { "name": "Github Bot", "desc": "在QQ获取/处理Github repo/pr/issue", "author": "yanyongyu", - "repo": "cscs181/QQ-GitHub-Bot" + "homepage": "https://github.com/cscs181/QQ-GitHub-Bot", + "tags": [], + "is_official": false }, { "name": "YanXiBot", "desc": "动漫资源查找与娱乐机器人", "author": "Melodyknit", - "repo": "https://github.com/Melodyknit/YanXiBot" + "homepage": "https://github.com/Melodyknit/YanXiBot", + "tags": [], + "is_official": false }, { "name": "绪山真寻bot", "desc": "含有不少的娱乐功能同时稍稍有一些实用的功能 :P", "author": "HibiKier", - "repo": "https://github.com/HibiKier/zhenxun_bot" + "homepage": "https://github.com/HibiKier/zhenxun_bot", + "tags": [], + "is_official": false }, { "name": "ATRI", "desc": "高性能文爱萝卜子,糅杂了各类有趣小功能", "author": "Kyomotoi", - "repo": "https://github.com/Kyomotoi/ATRI" + "homepage": "https://github.com/Kyomotoi/ATRI", + "tags": [], + "is_official": false }, { "name": "dumbot傻瓜机器人", "desc": "猜一猜游戏、新闻一览、英文每日一词一短语等等,含一键启动及docker容器部署就绪", "author": "ffreemt", - "repo": "https://github.com/ffreemt/koyeb-nb2" + "homepage": "https://github.com/ffreemt/koyeb-nb2", + "tags": [], + "is_official": false }, { "name": "DicePP", "desc": "TRPG骰娘, 带先攻, 查询等功能, 主要面向DND5E. 面对骰主推出的船新版本, 内置Windows/Linux详细部署指南以及方便的自定义骰娘方法, 从回复文本到查询资料库都可轻松配置~", "author": "pear-studio", - "repo": "https://github.com/pear-studio/nonebot-dicepp" + "homepage": "https://github.com/pear-studio/nonebot-dicepp", + "tags": [], + "is_official": false }, { "name": "SetuBot", "desc": "每个群配置文件独立,可以控制频率,socks http代理,R18开关,支持多tag,自建API lolicon Pixiv热度榜", "author": "yuban10703", - "repo": "https://github.com/yuban10703/setu-nonebot2" + "homepage": "https://github.com/yuban10703/setu-nonebot2", + "tags": [], + "is_official": false }, { "name": "Takker", "desc": "综合了各种娱乐功能的Bot", "author": "FYWinds", - "repo": "https://github.com/FYWinds/takker" + "homepage": "https://github.com/FYWinds/takker", + "tags": [], + "is_official": false }, { "name": "剑网三bot", "desc": "网络游戏《剑网三》的群聊机器人,数据使用:www.jx3api.com", "author": "JustUndertaker", - "repo": "https://github.com/JustUndertaker/jx3_bot" + "homepage": "https://github.com/JustUndertaker/jx3_bot", + "tags": [], + "is_official": false }, { "name": "PixivBot", "desc": "顾名思义是Pixiv的bot(随机推荐插画、随机指定关键词插画、随机书签、查看排行榜、查看指定id插画)", "author": "ssttkkl", - "repo": "https://github.com/ssttkkl/PixivBot" + "homepage": "https://github.com/ssttkkl/PixivBot", + "tags": [], + "is_official": false } ] diff --git a/website/static/plugins.json b/website/static/plugins.json index 7f76e695..9e039904 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1,538 +1,692 @@ [ { - "id": "nonebot_plugin_status", - "link": "nonebot-plugin-status", + "module_name": "nonebot_plugin_status", + "project_link": "nonebot-plugin-status", "name": "服务器状态查看", "desc": "通过戳一戳获取服务器状态", "author": "yanyongyu", - "repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status" + "homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status", + "tags": [], + "is_official": false }, { - "id": "haruka_bot", - "link": "haruka-bot", + "module_name": "haruka_bot", + "project_link": "haruka-bot", "name": "HarukaBot", "desc": "将B站UP主的动态和直播信息推送至QQ", "author": "SK-415", - "repo": "SK-415/HarukaBot" + "homepage": "https://github.com/SK-415/HarukaBot", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_rauthman", - "link": "nonebot-plugin-rauthman", + "module_name": "nonebot_plugin_rauthman", + "project_link": "nonebot-plugin-rauthman", "name": "RAM 授权管理", "desc": "基于规则的授权管理", "author": "Lancercmd", - "repo": "Lancercmd/nonebot_plugin_rauthman" + "homepage": "https://github.com/Lancercmd/nonebot_plugin_rauthman", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_docs", - "link": "nonebot-plugin-docs", + "module_name": "nonebot_plugin_docs", + "project_link": "nonebot-plugin-docs", "author": "nonebot", "desc": "在本地浏览NoneBot文档", "name": "NoneBot离线文档", - "repo": "nonebot/nonebot2/tree/master/packages/nonebot-plugin-docs" + "homepage": "https://github.com/nonebot/nonebot2/tree/master/packages/nonebot-plugin-docs", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_sentry", - "link": "nonebot-plugin-sentry", + "module_name": "nonebot_plugin_sentry", + "project_link": "nonebot-plugin-sentry", "author": "yanyongyu", "desc": "使用Sentry监控机器人日志并处理报错", "name": "Sentry日志监控", - "repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry" + "homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_test", - "link": "nonebot-plugin-test", + "module_name": "nonebot_plugin_test", + "project_link": "nonebot-plugin-test", "author": "yanyongyu", "desc": "在浏览器中测试你的 NoneBot 机器人", "name": "前端测试机器人插件", - "repo": "nonebot/plugin-test" + "homepage": "https://github.com/nonebot/plugin-test", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_apscheduler", - "link": "nonebot-plugin-apscheduler", + "module_name": "nonebot_plugin_apscheduler", + "project_link": "nonebot-plugin-apscheduler", "author": "yanyongyu", "desc": "APScheduler 定时任务插件", "name": "定时任务", - "repo": "nonebot/plugin-apscheduler" + "homepage": "https://github.com/nonebot/plugin-apscheduler", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_picsearcher", - "link": "nonebot-plugin-picsearcher", + "module_name": "nonebot_plugin_picsearcher", + "project_link": "nonebot-plugin-picsearcher", "author": "synodriver", "desc": "从基本上所有你想的出名字的搜图平台找图片", "name": "图片搜索", - "repo": "synodriver/nonebot_plugin_picsearcher" + "homepage": "https://github.com/synodriver/nonebot_plugin_picsearcher", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_navicat", - "link": "nonebot-plugin-navicat", + "module_name": "nonebot_plugin_navicat", + "project_link": "nonebot-plugin-navicat", "author": "synodriver", "desc": "连接至各种数据库,为其他插件导出连接对象", "name": "通用数据库连接", - "repo": "synodriver/nonebot_plugin_navicat" + "homepage": "https://github.com/synodriver/nonebot_plugin_navicat", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_translator", - "link": "nonebot-plugin-translator", + "module_name": "nonebot_plugin_translator", + "project_link": "nonebot-plugin-translator", "author": "Lancercmd", "desc": "基于腾讯机器翻译 TMT", "name": "多语种翻译插件", - "repo": "Lancercmd/nonebot_plugin_translator" + "homepage": "https://github.com/Lancercmd/nonebot_plugin_translator", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_web", - "link": "nonebot-plugin-web", + "module_name": "nonebot_plugin_web", + "project_link": "nonebot-plugin-web", "author": "abrahum", "desc": "Web Monitor 时刻视奸你的bot", "name": "Web监视器", - "repo": "abrahum/nonebot_plugin_web" + "homepage": "https://github.com/abrahum/nonebot_plugin_web", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_wordbank", - "link": "nonebot-plugin-wordbank", + "module_name": "nonebot_plugin_wordbank", + "project_link": "nonebot-plugin-wordbank", "author": "Joenothing-lst", "desc": "无数据库的轻量问答插件,支持模糊问答", "name": "nonebot-plugin-wordbank", - "repo": "Joenothing-lst/word-bank" + "homepage": "https://github.com/Joenothing-lst/word-bank", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_cooldown", - "link": "nonebot-plugin-cooldown", + "module_name": "nonebot_plugin_cooldown", + "project_link": "nonebot-plugin-cooldown", "author": "jks15satoshi", "desc": "为用户调用功能添加冷却时间(调用频率限制)功能", "name": "冷却事件", - "repo": "jks15satoshi/nonebot-plugin-cooldown" + "homepage": "https://github.com/jks15satoshi/nonebot-plugin-cooldown", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_mqtt", - "link": "nonebot-plugin-mqtt", + "module_name": "nonebot_plugin_mqtt", + "project_link": "nonebot-plugin-mqtt", "author": "synodriver", "desc": "接入mqtt网络,订阅和发布消息", "name": "mqtt接入", - "repo": "synodriver/nonebot_plugin_mqtt" + "homepage": "https://github.com/synodriver/nonebot_plugin_mqtt", + "tags": [], + "is_official": false }, { - "id": "nonebot-plugin-ipypreter", - "link": "nonebot-plugin-ipypreter", + "module_name": "nonebot-plugin-ipypreter", + "project_link": "nonebot-plugin-ipypreter", "author": "iyume", "desc": "消息交互式 python 解释器", "name": "消息交互式 python 解释器", - "repo": "iyume/nonebot-plugin-ipypreter" + "homepage": "https://github.com/iyume/nonebot-plugin-ipypreter", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_songpicker2", - "link": "nonebot-plugin-songpicker2", + "module_name": "nonebot_plugin_songpicker2", + "project_link": "nonebot-plugin-songpicker2", "author": "maxesisn", "desc": "点播歌曲,支持候选菜单、热评显示,数据源为网易云", "name": "songpicker2", - "repo": "maxesisn/nonebot_plugin_songpicker2" + "homepage": "https://github.com/maxesisn/nonebot_plugin_songpicker2", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_styledstr", - "link": "nonebot-plugin-styledstr", + "module_name": "nonebot_plugin_styledstr", + "project_link": "nonebot-plugin-styledstr", "author": "jks15satoshi", "desc": "通过字符串标签管理字符串资源", "name": "风格化字符串管理", - "repo": "jks15satoshi/nonebot_plugin_styledstr" + "homepage": "https://github.com/jks15satoshi/nonebot_plugin_styledstr", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_arcaea", - "link": "nonebot-plugin-arcaea", + "module_name": "nonebot_plugin_arcaea", + "project_link": "nonebot-plugin-arcaea", "author": "iyume", "desc": "Arcaea 查分器,可以实现 best30 | recent | songinfo 之类的查询功能并支持 DIY", "name": "Arcaea 查分器", - "repo": "iyume/nonebot-plugin-arcaea" + "homepage": "https://github.com/iyume/nonebot-plugin-arcaea", + "tags": [], + "is_official": false }, { - "id": "nonebot_bison", - "link": "nonebot-bison", + "module_name": "nonebot_bison", + "project_link": "nonebot-bison", "author": "felinae98", "desc": "订阅来自微博,B站,网易云,RSS以及各种网站的动态,转发到QQ群中", "name": "Bison", - "repo": "felinae98/nonebot-bison" + "homepage": "https://github.com/felinae98/nonebot-bison", + "tags": [], + "is_official": false }, { - "id": "nonebot-plugin-ncm", - "link": "nonebot-plugin-ncm", + "module_name": "nonebot-plugin-ncm", + "project_link": "nonebot-plugin-ncm", "author": "kitUIN", "desc": "网易云无损音乐下载", "name": "网易云无损音乐下载", - "repo": "kitUIN/nonebot_tools/tree/master/nonebot_tools/nonebot-plugin-ncm" + "homepage": "https://github.com/kitUIN/nonebot_tools/tree/master/nonebot_tools/nonebot-plugin-ncm", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_cocdicer", - "link": "nonebot-plugin-cocdicer", + "module_name": "nonebot_plugin_cocdicer", + "project_link": "nonebot-plugin-cocdicer", "author": "abrahum", "desc": "COC跑团骰子娘", "name": "nonebot-plugin-cocdicer", - "repo": "abrahum/nonebot_plugin_cocdicer" + "homepage": "https://github.com/abrahum/nonebot_plugin_cocdicer", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_trpglogger", - "link": "nonebot-plugin-trpglogger", + "module_name": "nonebot_plugin_trpglogger", + "project_link": "nonebot-plugin-trpglogger", "author": "Jigsaw111", "desc": "记录跑团记录并上传", "name": "跑团记录记录器", - "repo": "thereisnodice/TRPGLogger" + "homepage": "https://github.com/thereisnodice/TRPGLogger", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_r6s", - "link": "nonebot-plugin-r6s", + "module_name": "nonebot_plugin_r6s", + "project_link": "nonebot-plugin-r6s", "author": "abrahum", "desc": "查询彩虹六号玩家信息", "name": "nonebot-plugin-r6s", - "repo": "abrahum/nonebot_plugin_r6s" + "homepage": "https://github.com/abrahum/nonebot_plugin_r6s", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_guess", - "link": "nonebot-plugin-guess", + "module_name": "nonebot_plugin_guess", + "project_link": "nonebot-plugin-guess", "author": "ffreemt", "desc": "多次互动猜名字游戏,自带猜城市名,可定制", "name": "猜猜看", - "repo": "ffreemt/nonebot-plugin-guess-game" + "homepage": "https://github.com/ffreemt/nonebot-plugin-guess-game", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_abbrreply", - "link": "nonebot_plugin_abbrreply", + "module_name": "nonebot_plugin_abbrreply", + "project_link": "nonebot_plugin_abbrreply", "author": "anlen123", "desc": "输入拼音首字母,猜测文字", "name": "缩写查询器", - "repo": "anlen123/nonebot_plugin_abbrreply" + "homepage": "https://github.com/anlen123/nonebot_plugin_abbrreply", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_biliav", - "link": "nonebot_plugin_biliav", + "module_name": "nonebot_plugin_biliav", + "project_link": "nonebot_plugin_biliav", "author": "knva", "desc": "将用户发的av号或者bv号转成小程序返回", "name": "biliav小程序转换器", - "repo": "knva/nonebot_plugin_biliav" + "homepage": "https://github.com/knva/nonebot_plugin_biliav", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_manager", - "link": "nonebot-plugin-manager", + "module_name": "nonebot_plugin_manager", + "project_link": "nonebot-plugin-manager", "name": "插件管理器", "desc": "基于 import hook 的插件管理", "author": "Jigsaw111", - "repo": "Jigsaw111/nonebot_plugin_manager" + "homepage": "https://github.com/Jigsaw111/nonebot_plugin_manager", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_analysis_bilibili", - "link": "nonebot-plugin-analysis-bilibili", + "module_name": "nonebot_plugin_analysis_bilibili", + "project_link": "nonebot-plugin-analysis-bilibili", "name": "bilibili视频、番剧解析", "desc": "自动解析bilibili视频、番剧解析", "author": "mengshouer", - "repo": "mengshouer/nonebot_plugin_analysis_bilibili" + "homepage": "https://github.com/mengshouer/nonebot_plugin_analysis_bilibili", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_localstore", - "link": "nonebot-plugin-localstore", + "module_name": "nonebot_plugin_localstore", + "project_link": "nonebot-plugin-localstore", "name": "本地数据存储", "desc": "存储插件数据至本地文件", "author": "yanyongyu", - "repo": "nonebot/plugin-localstore" + "homepage": "https://github.com/nonebot/plugin-localstore", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_puppet", - "link": "nonebot-plugin-puppet", + "module_name": "nonebot_plugin_puppet", + "project_link": "nonebot-plugin-puppet", "name": "nonebot_plugin_puppet", "desc": "多对多的会话转接", "author": "Jigsaw111", - "repo": "Jigsaw111/nonebot_plugin_puppet" + "homepage": "https://github.com/Jigsaw111/nonebot_plugin_puppet", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_mcstatus", - "link": "nonebot-plugin-mcstatus", + "module_name": "nonebot_plugin_mcstatus", + "project_link": "nonebot-plugin-mcstatus", "name": "Minecraft 服务器状态查询", "desc": "顾名思义", "author": "Jigsaw111", - "repo": "Jigsaw111/nonebot-plugin-mcstatus" + "homepage": "https://github.com/Jigsaw111/nonebot-plugin-mcstatus", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_help", - "link": "nonebot-plugin-help", + "module_name": "nonebot_plugin_help", + "project_link": "nonebot-plugin-help", "name": "Nonebot2插件轻量帮助列表", "desc": "读取并提供已加载Nonebot2插件开发者提供的帮助信息(用途)", "author": "XZhouQD", - "repo": "https://github.com/XZhouQD/nonebot-plugin-help" + "homepage": "https://github.com/XZhouQD/nonebot-plugin-help", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_gamedraw", - "link": "nonebot-plugin-gamedraw", + "module_name": "nonebot_plugin_gamedraw", + "project_link": "nonebot-plugin-gamedraw", "name": "nonebot_plugin_gamedraw", "desc": "基于爬取wiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国/台),碧蓝航线,FGO,阴阳师", "author": "HibiKier", - "repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw" + "homepage": "https://github.com/HibiKier/nonebot_plugin_gamedraw", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_alias", - "link": "nonebot-plugin-alias", + "module_name": "nonebot_plugin_alias", + "project_link": "nonebot-plugin-alias", "name": "nonebot-plugin-alias", "desc": "为 nonebot2 的指令创建别名", "author": "MeetWq", - "repo": "https://github.com/MeetWq/nonebot-plugin-alias" + "homepage": "https://github.com/MeetWq/nonebot-plugin-alias", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_withdraw", - "link": "nonebot-plugin-withdraw", + "module_name": "nonebot_plugin_withdraw", + "project_link": "nonebot-plugin-withdraw", "name": "Nonebot2 消息撤回插件", "desc": "用于让机器人撤回自己发出的消息", "author": "MeetWq", - "repo": "https://github.com/MeetWq/nonebot-plugin-withdraw" + "homepage": "https://github.com/MeetWq/nonebot-plugin-withdraw", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_pixivrank_search", - "link": "nonebot-plugin-pixivrank-search", + "module_name": "nonebot_plugin_pixivrank_search", + "project_link": "nonebot-plugin-pixivrank-search", "name": "nonebot_plugin_pixivrank_search", "desc": "基于RSSHUB阅读器的P站排行和P站搜图", "author": "HibiKier", - "repo": "https://github.com/HibiKier/nonebot_plugin_pixivrank_search" + "homepage": "https://github.com/HibiKier/nonebot_plugin_pixivrank_search", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_russian", - "link": "nonebot-plugin-russian", + "module_name": "nonebot_plugin_russian", + "project_link": "nonebot-plugin-russian", "name": "nonebot_plugin_russian", "desc": "群内小游戏,使用金币赌注的俄罗斯轮盘", "author": "HibiKier", - "repo": "https://github.com/HibiKier/nonebot_plugin_russian" + "homepage": "https://github.com/HibiKier/nonebot_plugin_russian", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_statistical", - "link": "nonebot-plugin-statistical", + "module_name": "nonebot_plugin_statistical", + "project_link": "nonebot-plugin-statistical", "name": "nonebot_plugin_statistical", "desc": "一个简单的功能调用统计以及可视化插件", "author": "HibiKier", - "repo": "https://github.com/HibiKier/nonebot_plugin_statistical" + "homepage": "https://github.com/HibiKier/nonebot_plugin_statistical", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_setu", - "link": "nonebot_plugin_setu", + "module_name": "nonebot_plugin_setu", + "project_link": "nonebot_plugin_setu", "name": "nonebot_plugin_setu", "desc": "基于loliconImage Api的涩图插件,内置涩图CD", "author": "ayanamiblhx", - "repo": "https://github.com/ayanamiblhx/nonebot_plugin_setu" + "homepage": "https://github.com/ayanamiblhx/nonebot_plugin_setu", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_fr24", - "link": "nonebot-plugin-fr24", + "module_name": "nonebot_plugin_fr24", + "project_link": "nonebot-plugin-fr24", "name": "FlightRadar24查询模块", "desc": "通过FlightRadar24查询航班信息", "author": "IronWolf-K", - "repo": "https://github.com/IronWolf-K/nonebot_plugin_fr24" + "homepage": "https://github.com/IronWolf-K/nonebot_plugin_fr24", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_heweather", - "link": "nonebot-plugin-heweather", + "module_name": "nonebot_plugin_heweather", + "project_link": "nonebot-plugin-heweather", "name": "和风天气", "desc": "获取和风天气信息并转换为图片", "author": "kexue-z", - "repo": "https://github.com/kexue-z/nonebot-plugin-heweather" + "homepage": "https://github.com/kexue-z/nonebot-plugin-heweather", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_autohelp", - "link": "nonebot-plugin-autohelp", + "module_name": "nonebot_plugin_autohelp", + "project_link": "nonebot-plugin-autohelp", "name": "nonebot-plugin-autohelp", "desc": "响应help/菜单/帮助(群消息或私信)并提供已载入插件的帮助信息(如命令名,aliases,模块文档)", "author": "ffreemt", - "repo": "https://github.com/ffreemt/nonebot-plugin-autohelp" + "homepage": "https://github.com/ffreemt/nonebot-plugin-autohelp", + "tags": [], + "is_official": false }, { - "id": "gugua_bot", - "link": "gugua_bot", + "module_name": "gugua_bot", + "project_link": "gugua_bot", "name": "孤寡机器人", "desc": "让你的孤寡朋友露出阳光的笑容", "author": "Sclock", - "repo": "https://github.com/Sclock/gugua" + "homepage": "https://github.com/Sclock/gugua", + "tags": [], + "is_official": false }, { - "id": "bugu_bot", - "link": "bugu_bot", + "module_name": "bugu_bot", + "project_link": "bugu_bot", "name": "布谷机器人", "desc": "增进你和你单身朋友的友谊", "author": "Sclock", - "repo": "https://github.com/Sclock/bugu_bot" + "homepage": "https://github.com/Sclock/bugu_bot", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_flexperm", - "link": "nonebot-plugin-flexperm", + "module_name": "nonebot_plugin_flexperm", + "project_link": "nonebot-plugin-flexperm", "name": "nonebot-plugin-flexperm", "desc": "精细化的 NoneBot 权限管理插件", "author": "rmuchan", - "repo": "https://github.com/rmuchan/nonebot-plugin-flexperm" + "homepage": "https://github.com/rmuchan/nonebot-plugin-flexperm", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_epicfree", - "link": "nonebot_plugin_epicfree", + "module_name": "nonebot_plugin_epicfree", + "project_link": "nonebot_plugin_epicfree", "name": "Epic 限免游戏资讯", "desc": "EpicGameStore 喜加一资讯插件,发送「喜加一」逝世看吧!", "author": "monsterxcn", - "repo": "https://github.com/monsterxcn/nonebot_plugin_epicfree" + "homepage": "https://github.com/monsterxcn/nonebot_plugin_epicfree", + "tags": [], + "is_official": false }, { - "id": "ELF_RSS2", - "link": "ELF-RSS", + "module_name": "ELF_RSS2", + "project_link": "ELF-RSS", "name": "ELF_RSS", "desc": "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub", "author": "Quan666", - "repo": "https://github.com/Quan666/ELF_RSS" + "homepage": "https://github.com/Quan666/ELF_RSS", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_atri", - "link": "nonebot-plugin-atri", + "module_name": "nonebot_plugin_atri", + "project_link": "nonebot-plugin-atri", "name": "ATRI语音包", "desc": "一个ATRI语音包,基于文本相似度匹配回复", "author": "FYWinds", - "repo": "https://github.com/FYWinds/nonebot-plugin-atri" + "homepage": "https://github.com/FYWinds/nonebot-plugin-atri", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_hanayori", - "link": "nonebot-plugin-hanayori", + "module_name": "nonebot_plugin_hanayori", + "project_link": "nonebot-plugin-hanayori", "name": "HanayoriBot", "desc": "B站动态推送与开播提醒插件", "author": "kanomahoro", - "repo": "https://github.com/kanomahoro/nonebot-hanayori" + "homepage": "https://github.com/kanomahoro/nonebot-hanayori", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_filehost", - "link": "nonebot-plugin-filehost", + "module_name": "nonebot_plugin_filehost", + "project_link": "nonebot-plugin-filehost", "name": "HTTP静态文件托管", "desc": "一款 HTTP 静态文件托管插件, 为跨机文件传输提供了优雅的解决方案", "author": "mnixry", - "repo": "https://github.com/mnixry/nonebot-plugin-filehost" + "homepage": "https://github.com/mnixry/nonebot-plugin-filehost", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_simplemusic", - "link": "nonebot-plugin-simplemusic", + "module_name": "nonebot_plugin_simplemusic", + "project_link": "nonebot-plugin-simplemusic", "name": "SimpleMusic", "desc": "最简Q群点歌插件,支持网易云、QQ音乐", "author": "kanomahoro", - "repo": "https://github.com/kanomahoro/nonebot-simplemusic" + "homepage": "https://github.com/kanomahoro/nonebot-simplemusic", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_phlogo", - "link": "nonebot-plugin-phlogo", + "module_name": "nonebot_plugin_phlogo", + "project_link": "nonebot-plugin-phlogo", "name": "pornhub风格图标生成", "desc": "生成pornhub风格logo", "author": "kexue-z", - "repo": "https://github.com/kexue-z/nonebot-plugin-phlogo" + "homepage": "https://github.com/kexue-z/nonebot-plugin-phlogo", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_twitter", - "link": "nonebot-plugin-twitter", + "module_name": "nonebot_plugin_twitter", + "project_link": "nonebot-plugin-twitter", "name": "Twitter推送", "desc": "Twitter推送插件,自带推文翻译功能", "author": "kanomahoro", - "repo": "https://github.com/kanomahoro/nonebot-twitter" + "homepage": "https://github.com/kanomahoro/nonebot-twitter", + "tags": [], + "is_official": false }, { - "id": "nb2chan", - "link": "nb2chan", + "module_name": "nb2chan", + "project_link": "nb2chan", "name": "nb2chan", "desc": "Nonebot2酱推送", "author": "yucongo", - "repo": "https://github.com/ffreemt/nb2chan" + "homepage": "https://github.com/ffreemt/nb2chan", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_setu_now", - "link": "nonebot-plugin-setu-now", + "module_name": "nonebot_plugin_setu_now", + "project_link": "nonebot-plugin-setu-now", "name": "nonebot-plugin-setu-now", "desc": "另一个色图插件,即时下载并保存,可选WebDAV。可选特殊色图", "author": "kexue-z", - "repo": "https://github.com/kexue-z/nonebot-plugin-setu-now" + "homepage": "https://github.com/kexue-z/nonebot-plugin-setu-now", + "tags": [], + "is_official": false }, { - "id": "leetcode", - "link": "nonebot-plugin-leetcode", + "module_name": "leetcode", + "project_link": "nonebot-plugin-leetcode", "name": "leetcode提醒机器人", "desc": " 安装该插件后能往指定qq和指定qq群定时发送leetcode每日一题", "author": "zxz0415", - "repo": "https://github.com/zxz0415/leetcode" + "homepage": "https://github.com/zxz0415/leetcode", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_imgsearch", - "link": "nonebot-plugin-imgsearch", + "module_name": "nonebot_plugin_imgsearch", + "project_link": "nonebot-plugin-imgsearch", "name": "另一个图片搜索", "desc": "在Ascii2D以及SauceNAO的所有数据库中搜索这张图片", "author": "bakashigure", - "repo": "https://github.com/bakashigure/nonebot_plugin_imgsearch" + "homepage": "https://github.com/bakashigure/nonebot_plugin_imgsearch", + "tags": [], + "is_official": false }, { - "id": "nonebot-plugin-itnews", - "link": "nonebot-plugin-itnew", + "module_name": "nonebot-plugin-itnews", + "project_link": "nonebot-plugin-itnew", "name": "IT咨讯", "desc": "获取IT咨讯并生成图片发送", "author": "yzyyz1387", - "repo": "https://github.com/yzyyz1387/nonebot_plugin_itnews" + "homepage": "https://github.com/yzyyz1387/nonebot_plugin_itnews", + "tags": [], + "is_official": false }, { - "id": "lolheroes", - "link": "lolHeroes", + "module_name": "lolheroes", + "project_link": "lolHeroes", "name": "lolheroes", "desc": "获取lol英雄背景的故事", "author": "cjladmin", - "repo": "https://github.com/cjladmin/lolheroes" + "homepage": "https://github.com/cjladmin/lolheroes", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_youthstudy", - "link": "nonebot-plugin-youthstudy", + "module_name": "nonebot_plugin_youthstudy", + "project_link": "nonebot-plugin-youthstudy", "name": "nonebot_plugin_youthstudy", "desc": "基于nonebot的青年大学习插件,用来获取最新一期的青年大学习答案", "author": "ayanamiblhx", - "repo": "https://github.com/ayanamiblhx/nonebot_plugin_youthstudy" + "homepage": "https://github.com/ayanamiblhx/nonebot_plugin_youthstudy", + "tags": [], + "is_official": false }, { - "id": "gocqapi", - "link": "gocqapi", + "module_name": "gocqapi", + "project_link": "gocqapi", "name": "gocqapi", "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", "author": "FYWinds", - "repo": "https://github.com/FYWinds/gocqapi" + "homepage": "https://github.com/FYWinds/gocqapi", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_workscore", - "link": "nonebot-plugin-workscore", + "module_name": "nonebot_plugin_workscore", + "project_link": "nonebot-plugin-workscore", "name": "工作性价比计算器", "desc": "一个计算工作性价比的插件", "author": "yzyyz1387", - "repo": "https://github.com/yzyyz1387/nonebot_plugin_workscore" + "homepage": "https://github.com/yzyyz1387/nonebot_plugin_workscore", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_nokia", - "link": "nonebot-plugin-nokia", + "module_name": "nonebot_plugin_nokia", + "project_link": "nonebot-plugin-nokia", "name": "诺基亚手机图生成", "desc": "生成一张诺基亚(无内鬼)图片", "author": "kexue-z", - "repo": "https://github.com/kexue-z/nonebot-plugin-nokia" + "homepage": "https://github.com/kexue-z/nonebot-plugin-nokia", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_asoulcnki", - "link": "nonebot-plugin-asoulcnki", + "module_name": "nonebot_plugin_asoulcnki", + "project_link": "nonebot-plugin-asoulcnki", "name": "nonebot-plugin-asoulcnki", "desc": "枝网查重插件,查询发病小作文复制比", "author": "MeetWq", - "repo": "https://github.com/MeetWq/nonebot-plugin-asoulcnki" + "homepage": "https://github.com/MeetWq/nonebot-plugin-asoulcnki", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_petpet", - "link": "nonebot-plugin-petpet", + "module_name": "nonebot_plugin_petpet", + "project_link": "nonebot-plugin-petpet", "name": "nonebot-plugin-petpet", "desc": "制作头像相关的沙雕表情包", "author": "MeetWq", - "repo": "https://github.com/MeetWq/nonebot-plugin-petpet" + "homepage": "https://github.com/MeetWq/nonebot-plugin-petpet", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_shindan", - "link": "nonebot-plugin-shindan", + "module_name": "nonebot_plugin_shindan", + "project_link": "nonebot-plugin-shindan", "name": "ShindanMaker", "desc": "使用 ShindanMaker 网站的趣味占卜", "author": "MeetWq", - "repo": "https://github.com/MeetWq/nonebot-plugin-shindan" + "homepage": "https://github.com/MeetWq/nonebot-plugin-shindan", + "tags": [], + "is_official": false }, { - "id": "nonebot_plugin_vf", - "link": "nonebot-plugin-vf", + "module_name": "nonebot_plugin_vf", + "project_link": "nonebot-plugin-vf", "name": "虚拟朋友", "desc": "基于小冰框架的人工智能聊天机器人", "author": "snowyfirefly", - "repo": "https://github.com/snowyfirefly/VirtualFriends" + "homepage": "https://github.com/snowyfirefly/VirtualFriends", + "tags": [], + "is_official": false + }, + { + "module_name": "nonebot-plugin-code", + "project_link": "nonebot-plugin-code", + "name": "在线运行代码", + "desc": "在线运行代码插件,支持输入", + "author": "yzyyz1387", + "homepage": "https://github.com/yzyyz1387/nonebot_plugin_code", + "tags": [], + "is_official": false + }, + { + "module_name": "nonebot_plugin_heisi", + "project_link": "nonebot-plugin-heisi", + "name": "随机黑丝", + "desc": "发送一张黑丝涩图,内置CD", + "author": "yzyyz1387", + "homepage": "https://github.com/yzyyz1387/nonebot_plugin_heisi", + "tags": [], + "is_official": false } ]