2020-10-21 00:55:23 +08:00
|
|
|
|
[
|
2020-10-30 01:59:45 +08:00
|
|
|
|
{
|
2020-11-15 15:26:57 +08:00
|
|
|
|
"id": "nonebot_plugin_status",
|
2020-11-01 18:21:31 +08:00
|
|
|
|
"link": "nonebot-plugin-status",
|
2020-11-15 15:26:57 +08:00
|
|
|
|
"name": "服务器状态查看",
|
2020-10-21 00:55:23 +08:00
|
|
|
|
"desc": "通过戳一戳获取服务器状态",
|
2020-11-15 15:26:57 +08:00
|
|
|
|
"author": "yanyongyu",
|
|
|
|
|
"repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status"
|
2020-11-18 11:24:11 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "haruka_bot",
|
|
|
|
|
"link": "haruka-bot",
|
|
|
|
|
"name": "HarukaBot",
|
|
|
|
|
"desc": "将B站UP主的动态和直播信息推送至QQ",
|
|
|
|
|
"author": "SK-415",
|
|
|
|
|
"repo": "SK-415/HarukaBot"
|
2020-11-19 12:58:35 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_rauthman",
|
|
|
|
|
"link": "nonebot-plugin-rauthman",
|
2021-07-17 23:26:20 +08:00
|
|
|
|
"name": "RAM 授权管理",
|
2020-11-19 12:58:35 +08:00
|
|
|
|
"desc": "基于规则的授权管理",
|
|
|
|
|
"author": "Lancercmd",
|
|
|
|
|
"repo": "Lancercmd/nonebot_plugin_rauthman"
|
2020-11-22 16:25:25 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_docs",
|
|
|
|
|
"link": "nonebot-plugin-docs",
|
|
|
|
|
"author": "nonebot",
|
|
|
|
|
"desc": "在本地浏览NoneBot文档",
|
|
|
|
|
"name": "NoneBot离线文档",
|
2020-11-28 11:44:34 +08:00
|
|
|
|
"repo": "nonebot/nonebot2/tree/master/packages/nonebot-plugin-docs"
|
2020-11-23 21:35:26 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_sentry",
|
|
|
|
|
"link": "nonebot-plugin-sentry",
|
|
|
|
|
"author": "yanyongyu",
|
|
|
|
|
"desc": "使用Sentry监控机器人日志并处理报错",
|
|
|
|
|
"name": "Sentry日志监控",
|
|
|
|
|
"repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry"
|
2020-12-05 01:56:08 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_test",
|
|
|
|
|
"link": "nonebot-plugin-test",
|
|
|
|
|
"author": "yanyongyu",
|
|
|
|
|
"desc": "在浏览器中测试你的 NoneBot 机器人",
|
|
|
|
|
"name": "前端测试机器人插件",
|
|
|
|
|
"repo": "nonebot/plugin-test"
|
2020-12-05 02:00:08 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_apscheduler",
|
|
|
|
|
"link": "nonebot-plugin-apscheduler",
|
|
|
|
|
"author": "yanyongyu",
|
|
|
|
|
"desc": "APScheduler 定时任务插件",
|
|
|
|
|
"name": "定时任务",
|
|
|
|
|
"repo": "nonebot/plugin-apscheduler"
|
2020-12-09 11:52:26 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_picsearcher",
|
|
|
|
|
"link": "nonebot-plugin-picsearcher",
|
|
|
|
|
"author": "synodriver",
|
|
|
|
|
"desc": "从基本上所有你想的出名字的搜图平台找图片",
|
|
|
|
|
"name": "图片搜索",
|
|
|
|
|
"repo": "synodriver/nonebot_plugin_picsearcher"
|
2020-12-10 16:38:28 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_navicat",
|
|
|
|
|
"link": "nonebot-plugin-navicat",
|
|
|
|
|
"author": "synodriver",
|
|
|
|
|
"desc": "连接至各种数据库,为其他插件导出连接对象",
|
|
|
|
|
"name": "通用数据库连接",
|
|
|
|
|
"repo": "synodriver/nonebot_plugin_navicat"
|
2020-12-15 13:43:04 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_translator",
|
|
|
|
|
"link": "nonebot-plugin-translator",
|
|
|
|
|
"author": "Lancercmd",
|
2021-07-17 23:26:20 +08:00
|
|
|
|
"desc": "基于腾讯机器翻译 TMT",
|
|
|
|
|
"name": "多语种翻译插件",
|
2020-12-15 13:43:04 +08:00
|
|
|
|
"repo": "Lancercmd/nonebot_plugin_translator"
|
2021-01-21 11:09:57 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-07-22 12:46:13 +08:00
|
|
|
|
"id": "nonebot_plugin_web",
|
|
|
|
|
"link": "nonebot-plugin-web",
|
2021-01-21 11:09:57 +08:00
|
|
|
|
"author": "abrahum",
|
2021-07-22 12:46:13 +08:00
|
|
|
|
"desc": "Web Monitor 时刻视奸你的bot",
|
|
|
|
|
"name": "Web监视器",
|
|
|
|
|
"repo": "abrahum/nonebot_plugin_web"
|
2021-01-25 13:45:55 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-02-07 14:06:48 +08:00
|
|
|
|
"id": "nonebot_plugin_wordbank",
|
2021-01-25 13:45:55 +08:00
|
|
|
|
"link": "nonebot-plugin-wordbank",
|
|
|
|
|
"author": "Joenothing-lst",
|
|
|
|
|
"desc": "无数据库的轻量问答插件,支持模糊问答",
|
|
|
|
|
"name": "nonebot-plugin-wordbank",
|
|
|
|
|
"repo": "Joenothing-lst/word-bank"
|
2021-01-27 23:56:14 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_cooldown",
|
|
|
|
|
"link": "nonebot-plugin-cooldown",
|
|
|
|
|
"author": "jks15satoshi",
|
|
|
|
|
"desc": "为用户调用功能添加冷却时间(调用频率限制)功能",
|
|
|
|
|
"name": "冷却事件",
|
|
|
|
|
"repo": "jks15satoshi/nonebot-plugin-cooldown"
|
2021-01-30 13:31:40 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_mqtt",
|
|
|
|
|
"link": "nonebot-plugin-mqtt",
|
|
|
|
|
"author": "synodriver",
|
|
|
|
|
"desc": "接入mqtt网络,订阅和发布消息",
|
|
|
|
|
"name": "mqtt接入",
|
|
|
|
|
"repo": "synodriver/nonebot_plugin_mqtt"
|
2021-01-30 18:37:12 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot-plugin-ipypreter",
|
|
|
|
|
"link": "nonebot-plugin-ipypreter",
|
|
|
|
|
"author": "iyume",
|
|
|
|
|
"desc": "消息交互式 python 解释器",
|
|
|
|
|
"name": "消息交互式 python 解释器",
|
|
|
|
|
"repo": "iyume/nonebot-plugin-ipypreter"
|
2021-01-31 13:07:38 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_songpicker2",
|
|
|
|
|
"link": "nonebot-plugin-songpicker2",
|
|
|
|
|
"author": "maxesisn",
|
|
|
|
|
"desc": "点播歌曲,支持候选菜单、热评显示,数据源为网易云",
|
|
|
|
|
"name": "songpicker2",
|
|
|
|
|
"repo": "maxesisn/nonebot_plugin_songpicker2"
|
2021-02-01 02:31:29 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_styledstr",
|
|
|
|
|
"link": "nonebot-plugin-styledstr",
|
|
|
|
|
"author": "jks15satoshi",
|
|
|
|
|
"desc": "通过字符串标签管理字符串资源",
|
|
|
|
|
"name": "风格化字符串管理",
|
|
|
|
|
"repo": "jks15satoshi/nonebot_plugin_styledstr"
|
2021-02-09 10:54:24 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_arcaea",
|
|
|
|
|
"link": "nonebot-plugin-arcaea",
|
|
|
|
|
"author": "iyume",
|
|
|
|
|
"desc": "Arcaea 查分器,可以实现 best30 | recent | songinfo 之类的查询功能并支持 DIY",
|
|
|
|
|
"name": "Arcaea 查分器",
|
|
|
|
|
"repo": "iyume/nonebot-plugin-arcaea"
|
2021-02-09 23:29:52 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-11-18 16:10:41 +08:00
|
|
|
|
"id": "nonebot_bison",
|
|
|
|
|
"link": "nonebot-bison",
|
2021-02-09 23:29:52 +08:00
|
|
|
|
"author": "felinae98",
|
2021-11-18 16:10:41 +08:00
|
|
|
|
"desc": "订阅来自微博,B站,网易云,RSS以及各种网站的动态,转发到QQ群中",
|
|
|
|
|
"name": "Bison",
|
|
|
|
|
"repo": "felinae98/nonebot-bison"
|
2021-02-13 18:59:06 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot-plugin-ncm",
|
|
|
|
|
"link": "nonebot-plugin-ncm",
|
|
|
|
|
"author": "kitUIN",
|
|
|
|
|
"desc": "网易云无损音乐下载",
|
|
|
|
|
"name": "网易云无损音乐下载",
|
2021-02-17 14:21:40 +08:00
|
|
|
|
"repo": "kitUIN/nonebot_tools/tree/master/nonebot_tools/nonebot-plugin-ncm"
|
2021-02-22 23:02:17 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_cocdicer",
|
2021-02-24 11:51:23 +08:00
|
|
|
|
"link": "nonebot-plugin-cocdicer",
|
2021-02-22 23:02:17 +08:00
|
|
|
|
"author": "abrahum",
|
|
|
|
|
"desc": "COC跑团骰子娘",
|
|
|
|
|
"name": "nonebot-plugin-cocdicer",
|
|
|
|
|
"repo": "abrahum/nonebot_plugin_cocdicer"
|
2021-02-23 14:45:19 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_trpglogger",
|
|
|
|
|
"link": "nonebot-plugin-trpglogger",
|
|
|
|
|
"author": "Jigsaw111",
|
|
|
|
|
"desc": "记录跑团记录并上传",
|
|
|
|
|
"name": "跑团记录记录器",
|
|
|
|
|
"repo": "thereisnodice/TRPGLogger"
|
2021-02-26 17:25:35 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_r6s",
|
|
|
|
|
"link": "nonebot-plugin-r6s",
|
|
|
|
|
"author": "abrahum",
|
|
|
|
|
"desc": "查询彩虹六号玩家信息",
|
|
|
|
|
"name": "nonebot-plugin-r6s",
|
|
|
|
|
"repo": "abrahum/nonebot_plugin_r6s"
|
2021-02-28 20:29:11 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_guess",
|
|
|
|
|
"link": "nonebot-plugin-guess",
|
|
|
|
|
"author": "ffreemt",
|
|
|
|
|
"desc": "多次互动猜名字游戏,自带猜城市名,可定制",
|
|
|
|
|
"name": "猜猜看",
|
|
|
|
|
"repo": "ffreemt/nonebot-plugin-guess-game"
|
2021-03-01 14:47:51 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-03-01 19:49:45 +08:00
|
|
|
|
"id": "nonebot_plugin_abbrreply",
|
|
|
|
|
"link": "nonebot_plugin_abbrreply",
|
2021-03-01 14:47:51 +08:00
|
|
|
|
"author": "anlen123",
|
2021-03-01 19:49:45 +08:00
|
|
|
|
"desc": "输入拼音首字母,猜测文字",
|
2021-03-01 14:47:51 +08:00
|
|
|
|
"name": "缩写查询器",
|
2021-03-01 19:49:45 +08:00
|
|
|
|
"repo": "anlen123/nonebot_plugin_abbrreply"
|
2021-03-04 18:52:37 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_biliav",
|
|
|
|
|
"link": "nonebot_plugin_biliav",
|
|
|
|
|
"author": "knva",
|
|
|
|
|
"desc": "将用户发的av号或者bv号转成小程序返回",
|
|
|
|
|
"name": "biliav小程序转换器",
|
|
|
|
|
"repo": "knva/nonebot_plugin_biliav"
|
2021-03-07 16:42:10 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-03-07 22:24:04 +08:00
|
|
|
|
"id": "nonebot_plugin_manager",
|
|
|
|
|
"link": "nonebot-plugin-manager",
|
2021-03-07 16:42:10 +08:00
|
|
|
|
"name": "插件管理器",
|
|
|
|
|
"desc": "基于 import hook 的插件管理",
|
|
|
|
|
"author": "Jigsaw111",
|
|
|
|
|
"repo": "Jigsaw111/nonebot_plugin_manager"
|
2021-03-16 18:04:32 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_analysis_bilibili",
|
|
|
|
|
"link": "nonebot-plugin-analysis-bilibili",
|
|
|
|
|
"name": "bilibili视频、番剧解析",
|
|
|
|
|
"desc": "自动解析bilibili视频、番剧解析",
|
|
|
|
|
"author": "mengshouer",
|
|
|
|
|
"repo": "mengshouer/nonebot_plugin_analysis_bilibili"
|
2021-03-22 17:25:11 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_localstore",
|
|
|
|
|
"link": "nonebot-plugin-localstore",
|
|
|
|
|
"name": "本地数据存储",
|
|
|
|
|
"desc": "存储插件数据至本地文件",
|
|
|
|
|
"author": "yanyongyu",
|
|
|
|
|
"repo": "nonebot/plugin-localstore"
|
2021-04-14 20:28:02 +08:00
|
|
|
|
},
|
2021-04-29 22:22:11 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_puppet",
|
|
|
|
|
"link": "nonebot-plugin-puppet",
|
|
|
|
|
"name": "nonebot_plugin_puppet",
|
|
|
|
|
"desc": "多对多的会话转接",
|
|
|
|
|
"author": "Jigsaw111",
|
|
|
|
|
"repo": "Jigsaw111/nonebot_plugin_puppet"
|
2021-05-09 22:26:01 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_mcstatus",
|
|
|
|
|
"link": "nonebot-plugin-mcstatus",
|
|
|
|
|
"name": "Minecraft 服务器状态查询",
|
|
|
|
|
"desc": "顾名思义",
|
|
|
|
|
"author": "Jigsaw111",
|
|
|
|
|
"repo": "Jigsaw111/nonebot-plugin-mcstatus"
|
2021-05-17 08:50:29 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_help",
|
|
|
|
|
"link": "nonebot-plugin-help",
|
|
|
|
|
"name": "Nonebot2插件轻量帮助列表",
|
|
|
|
|
"desc": "读取并提供已加载Nonebot2插件开发者提供的帮助信息(用途)",
|
|
|
|
|
"author": "XZhouQD",
|
|
|
|
|
"repo": "https://github.com/XZhouQD/nonebot-plugin-help"
|
2021-05-17 11:08:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_gamedraw",
|
|
|
|
|
"link": "nonebot-plugin-gamedraw",
|
|
|
|
|
"name": "nonebot_plugin_gamedraw",
|
2021-05-31 16:04:11 +08:00
|
|
|
|
"desc": "基于爬取wiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国/台),碧蓝航线,FGO,阴阳师",
|
2021-05-17 11:08:42 +08:00
|
|
|
|
"author": "HibiKier",
|
|
|
|
|
"repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw"
|
2021-05-22 17:59:57 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_alias",
|
|
|
|
|
"link": "nonebot-plugin-alias",
|
|
|
|
|
"name": "nonebot-plugin-alias",
|
|
|
|
|
"desc": "为 nonebot2 的指令创建别名",
|
|
|
|
|
"author": "MeetWq",
|
|
|
|
|
"repo": "https://github.com/MeetWq/nonebot-plugin-alias"
|
2021-05-24 20:42:34 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_withdraw",
|
|
|
|
|
"link": "nonebot-plugin-withdraw",
|
|
|
|
|
"name": "Nonebot2 消息撤回插件",
|
|
|
|
|
"desc": "用于让机器人撤回自己发出的消息",
|
|
|
|
|
"author": "MeetWq",
|
|
|
|
|
"repo": "https://github.com/MeetWq/nonebot-plugin-withdraw"
|
2021-06-17 16:10:24 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_pixivrank_search",
|
|
|
|
|
"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"
|
2021-06-20 14:04:57 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_russian",
|
|
|
|
|
"link": "nonebot-plugin-russian",
|
|
|
|
|
"name": "nonebot_plugin_russian",
|
|
|
|
|
"desc": "群内小游戏,使用金币赌注的俄罗斯轮盘",
|
|
|
|
|
"author": "HibiKier",
|
|
|
|
|
"repo": "https://github.com/HibiKier/nonebot_plugin_russian"
|
2021-07-06 14:14:20 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_statistical",
|
|
|
|
|
"link": "nonebot-plugin-statistical",
|
|
|
|
|
"name": "nonebot_plugin_statistical",
|
|
|
|
|
"desc": "一个简单的功能调用统计以及可视化插件",
|
|
|
|
|
"author": "HibiKier",
|
|
|
|
|
"repo": "https://github.com/HibiKier/nonebot_plugin_statistical"
|
2021-07-15 21:04:43 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_setu",
|
|
|
|
|
"link": "nonebot_plugin_setu",
|
|
|
|
|
"name": "nonebot_plugin_setu",
|
|
|
|
|
"desc": "基于loliconImage Api的涩图插件,内置涩图CD",
|
|
|
|
|
"author": "ayanamiblhx",
|
|
|
|
|
"repo": "https://github.com/ayanamiblhx/nonebot_plugin_setu"
|
2021-07-18 18:28:27 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_fr24",
|
|
|
|
|
"link": "nonebot-plugin-fr24",
|
|
|
|
|
"name": "FlightRadar24查询模块",
|
|
|
|
|
"desc": "通过FlightRadar24查询航班信息",
|
|
|
|
|
"author": "IronWolf-K",
|
|
|
|
|
"repo": "https://github.com/IronWolf-K/nonebot_plugin_fr24"
|
2021-08-05 15:30:36 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_heweather",
|
|
|
|
|
"link": "nonebot-plugin-heweather",
|
|
|
|
|
"name": "和风天气",
|
|
|
|
|
"desc": "获取和风天气信息并转换为图片",
|
|
|
|
|
"author": "kexue-z",
|
|
|
|
|
"repo": "https://github.com/kexue-z/nonebot-plugin-heweather"
|
2021-08-08 13:44:37 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_autohelp",
|
|
|
|
|
"link": "nonebot-plugin-autohelp",
|
|
|
|
|
"name": "nonebot-plugin-autohelp",
|
|
|
|
|
"desc": "响应help/菜单/帮助(群消息或私信)并提供已载入插件的帮助信息(如命令名,aliases,模块文档)",
|
|
|
|
|
"author": "ffreemt",
|
|
|
|
|
"repo": "https://github.com/ffreemt/nonebot-plugin-autohelp"
|
2021-08-09 21:39:24 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "gugua_bot",
|
|
|
|
|
"link": "gugua_bot",
|
|
|
|
|
"name": "孤寡机器人",
|
|
|
|
|
"desc": "让你的孤寡朋友露出阳光的笑容",
|
|
|
|
|
"author": "Sclock",
|
|
|
|
|
"repo": "https://github.com/Sclock/gugua"
|
2021-08-10 00:45:05 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "bugu_bot",
|
|
|
|
|
"link": "bugu_bot",
|
|
|
|
|
"name": "布谷机器人",
|
|
|
|
|
"desc": "增进你和你单身朋友的友谊",
|
|
|
|
|
"author": "Sclock",
|
|
|
|
|
"repo": "https://github.com/Sclock/bugu_bot"
|
2021-08-10 11:01:04 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_flexperm",
|
|
|
|
|
"link": "nonebot-plugin-flexperm",
|
|
|
|
|
"name": "nonebot-plugin-flexperm",
|
|
|
|
|
"desc": "精细化的 NoneBot 权限管理插件",
|
|
|
|
|
"author": "rmuchan",
|
|
|
|
|
"repo": "https://github.com/rmuchan/nonebot-plugin-flexperm"
|
2021-08-17 09:56:10 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_epicfree",
|
|
|
|
|
"link": "nonebot_plugin_epicfree",
|
|
|
|
|
"name": "Epic 限免游戏资讯",
|
|
|
|
|
"desc": "EpicGameStore 喜加一资讯插件,发送「喜加一」逝世看吧!",
|
|
|
|
|
"author": "monsterxcn",
|
|
|
|
|
"repo": "https://github.com/monsterxcn/nonebot_plugin_epicfree"
|
2021-08-17 10:35:08 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "ELF_RSS2",
|
|
|
|
|
"link": "ELF-RSS",
|
|
|
|
|
"name": "ELF_RSS",
|
|
|
|
|
"desc": "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub",
|
|
|
|
|
"author": "Quan666",
|
|
|
|
|
"repo": "https://github.com/Quan666/ELF_RSS"
|
2021-09-05 17:05:30 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_atri",
|
|
|
|
|
"link": "nonebot-plugin-atri",
|
|
|
|
|
"name": "ATRI语音包",
|
|
|
|
|
"desc": "一个ATRI语音包,基于文本相似度匹配回复",
|
|
|
|
|
"author": "FYWinds",
|
|
|
|
|
"repo": "https://github.com/FYWinds/nonebot-plugin-atri"
|
2021-09-18 10:59:21 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_hanayori",
|
|
|
|
|
"link": "nonebot-plugin-hanayori",
|
|
|
|
|
"name": "HanayoriBot",
|
|
|
|
|
"desc": "B站动态推送与开播提醒插件",
|
|
|
|
|
"author": "kanomahoro",
|
|
|
|
|
"repo": "https://github.com/kanomahoro/nonebot-hanayori"
|
2021-09-21 00:58:26 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_filehost",
|
|
|
|
|
"link": "nonebot-plugin-filehost",
|
|
|
|
|
"name": "HTTP静态文件托管",
|
|
|
|
|
"desc": "一款 HTTP 静态文件托管插件, 为跨机文件传输提供了优雅的解决方案",
|
|
|
|
|
"author": "mnixry",
|
|
|
|
|
"repo": "https://github.com/mnixry/nonebot-plugin-filehost"
|
2021-09-21 23:17:30 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_simplemusic",
|
|
|
|
|
"link": "nonebot-plugin-simplemusic",
|
|
|
|
|
"name": "SimpleMusic",
|
|
|
|
|
"desc": "最简Q群点歌插件,支持网易云、QQ音乐",
|
|
|
|
|
"author": "kanomahoro",
|
|
|
|
|
"repo": "https://github.com/kanomahoro/nonebot-simplemusic"
|
2021-09-29 00:45:05 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_phlogo",
|
|
|
|
|
"link": "nonebot-plugin-phlogo",
|
|
|
|
|
"name": "pornhub风格图标生成",
|
|
|
|
|
"desc": "生成pornhub风格logo",
|
|
|
|
|
"author": "kexue-z",
|
|
|
|
|
"repo": "https://github.com/kexue-z/nonebot-plugin-phlogo"
|
2021-10-11 22:48:13 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_twitter",
|
|
|
|
|
"link": "nonebot-plugin-twitter",
|
|
|
|
|
"name": "Twitter推送",
|
|
|
|
|
"desc": "Twitter推送插件,自带推文翻译功能",
|
|
|
|
|
"author": "kanomahoro",
|
|
|
|
|
"repo": "https://github.com/kanomahoro/nonebot-twitter"
|
2021-10-12 14:00:09 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nb2chan",
|
|
|
|
|
"link": "nb2chan",
|
|
|
|
|
"name": "nb2chan",
|
|
|
|
|
"desc": "Nonebot2酱推送",
|
|
|
|
|
"author": "yucongo",
|
|
|
|
|
"repo": "https://github.com/ffreemt/nb2chan"
|
2021-10-28 01:38:38 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_setu_now",
|
|
|
|
|
"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"
|
2021-10-31 12:04:07 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "leetcode",
|
|
|
|
|
"link": "nonebot-plugin-leetcode",
|
|
|
|
|
"name": "leetcode提醒机器人",
|
|
|
|
|
"desc": " 安装该插件后能往指定qq和指定qq群定时发送leetcode每日一题",
|
|
|
|
|
"author": "zxz0415",
|
|
|
|
|
"repo": "https://github.com/zxz0415/leetcode"
|
2021-11-03 13:51:11 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot_plugin_imgsearch",
|
|
|
|
|
"link": "nonebot-plugin-imgsearch",
|
|
|
|
|
"name": "另一个图片搜索",
|
|
|
|
|
"desc": "在Ascii2D以及SauceNAO的所有数据库中搜索这张图片",
|
|
|
|
|
"author": "bakashigure",
|
|
|
|
|
"repo": "https://github.com/bakashigure/nonebot_plugin_imgsearch"
|
2021-11-10 22:49:43 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "nonebot-plugin-itnews",
|
|
|
|
|
"link": "nonebot-plugin-itnew",
|
|
|
|
|
"name": "IT咨讯",
|
|
|
|
|
"desc": "获取IT咨讯并生成图片发送",
|
|
|
|
|
"author": "yzyyz1387",
|
|
|
|
|
"repo": "https://github.com/yzyyz1387/nonebot_plugin_itnews"
|
2021-11-18 12:46:13 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "lolheroes",
|
|
|
|
|
"link": "lolHeroes",
|
|
|
|
|
"name": "lolheroes",
|
|
|
|
|
"desc": "获取lol英雄背景的故事",
|
|
|
|
|
"author": "cjladmin",
|
|
|
|
|
"repo": "https://github.com/cjladmin/lolheroes"
|
2020-10-21 00:55:23 +08:00
|
|
|
|
}
|
2021-11-18 16:10:41 +08:00
|
|
|
|
]
|