mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 06:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			203 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			203 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_status",
 | ||
|     "link": "nonebot-plugin-status",
 | ||
|     "name": "服务器状态查看",
 | ||
|     "desc": "通过戳一戳获取服务器状态",
 | ||
|     "author": "yanyongyu",
 | ||
|     "repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "haruka_bot",
 | ||
|     "link": "haruka-bot",
 | ||
|     "name": "HarukaBot",
 | ||
|     "desc": "将B站UP主的动态和直播信息推送至QQ",
 | ||
|     "author": "SK-415",
 | ||
|     "repo": "SK-415/HarukaBot"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_rauthman",
 | ||
|     "link": "nonebot-plugin-rauthman",
 | ||
|     "name": "rauthman",
 | ||
|     "desc": "基于规则的授权管理",
 | ||
|     "author": "Lancercmd",
 | ||
|     "repo": "Lancercmd/nonebot_plugin_rauthman"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_docs",
 | ||
|     "link": "nonebot-plugin-docs",
 | ||
|     "author": "nonebot",
 | ||
|     "desc": "在本地浏览NoneBot文档",
 | ||
|     "name": "NoneBot离线文档",
 | ||
|     "repo": "nonebot/nonebot2/tree/master/packages/nonebot-plugin-docs"
 | ||
|   },
 | ||
|   {
 | ||
|     "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"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_test",
 | ||
|     "link": "nonebot-plugin-test",
 | ||
|     "author": "yanyongyu",
 | ||
|     "desc": "在浏览器中测试你的 NoneBot 机器人",
 | ||
|     "name": "前端测试机器人插件",
 | ||
|     "repo": "nonebot/plugin-test"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_apscheduler",
 | ||
|     "link": "nonebot-plugin-apscheduler",
 | ||
|     "author": "yanyongyu",
 | ||
|     "desc": "APScheduler 定时任务插件",
 | ||
|     "name": "定时任务",
 | ||
|     "repo": "nonebot/plugin-apscheduler"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_picsearcher",
 | ||
|     "link": "nonebot-plugin-picsearcher",
 | ||
|     "author": "synodriver",
 | ||
|     "desc": "从基本上所有你想的出名字的搜图平台找图片",
 | ||
|     "name": "图片搜索",
 | ||
|     "repo": "synodriver/nonebot_plugin_picsearcher"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_navicat",
 | ||
|     "link": "nonebot-plugin-navicat",
 | ||
|     "author": "synodriver",
 | ||
|     "desc": "连接至各种数据库,为其他插件导出连接对象",
 | ||
|     "name": "通用数据库连接",
 | ||
|     "repo": "synodriver/nonebot_plugin_navicat"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_translator",
 | ||
|     "link": "nonebot-plugin-translator",
 | ||
|     "author": "Lancercmd",
 | ||
|     "desc": "多语种翻译插件",
 | ||
|     "name": "translator",
 | ||
|     "repo": "Lancercmd/nonebot_plugin_translator"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_simdraw",
 | ||
|     "link": "nonebot-plugin-simdraw",
 | ||
|     "author": "abrahum",
 | ||
|     "desc": "根据配置的手游卡池信息模拟抽卡",
 | ||
|     "name": "模拟抽卡",
 | ||
|     "repo": "abrahum/nonebot_plugin_simdraw"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_wordbank",
 | ||
|     "link": "nonebot-plugin-wordbank",
 | ||
|     "author": "Joenothing-lst",
 | ||
|     "desc": "无数据库的轻量问答插件,支持模糊问答",
 | ||
|     "name": "nonebot-plugin-wordbank",
 | ||
|     "repo": "Joenothing-lst/word-bank"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_cooldown",
 | ||
|     "link": "nonebot-plugin-cooldown",
 | ||
|     "author": "jks15satoshi",
 | ||
|     "desc": "为用户调用功能添加冷却时间(调用频率限制)功能",
 | ||
|     "name": "冷却事件",
 | ||
|     "repo": "jks15satoshi/nonebot-plugin-cooldown"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_mqtt",
 | ||
|     "link": "nonebot-plugin-mqtt",
 | ||
|     "author": "synodriver",
 | ||
|     "desc": "接入mqtt网络,订阅和发布消息",
 | ||
|     "name": "mqtt接入",
 | ||
|     "repo": "synodriver/nonebot_plugin_mqtt"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot-plugin-ipypreter",
 | ||
|     "link": "nonebot-plugin-ipypreter",
 | ||
|     "author": "iyume",
 | ||
|     "desc": "消息交互式 python 解释器",
 | ||
|     "name": "消息交互式 python 解释器",
 | ||
|     "repo": "iyume/nonebot-plugin-ipypreter"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_songpicker2",
 | ||
|     "link": "nonebot-plugin-songpicker2",
 | ||
|     "author": "maxesisn",
 | ||
|     "desc": "点播歌曲,支持候选菜单、热评显示,数据源为网易云",
 | ||
|     "name": "songpicker2",
 | ||
|     "repo": "maxesisn/nonebot_plugin_songpicker2"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_styledstr",
 | ||
|     "link": "nonebot-plugin-styledstr",
 | ||
|     "author": "jks15satoshi",
 | ||
|     "desc": "通过字符串标签管理字符串资源",
 | ||
|     "name": "风格化字符串管理",
 | ||
|     "repo": "jks15satoshi/nonebot_plugin_styledstr"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_arcaea",
 | ||
|     "link": "nonebot-plugin-arcaea",
 | ||
|     "author": "iyume",
 | ||
|     "desc": "Arcaea 查分器,可以实现 best30 | recent | songinfo 之类的查询功能并支持 DIY",
 | ||
|     "name": "Arcaea 查分器",
 | ||
|     "repo": "iyume/nonebot-plugin-arcaea"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_hk_reporter",
 | ||
|     "link": "nonebot-hk-reporter",
 | ||
|     "author": "felinae98",
 | ||
|     "desc": "订阅如微博,bilibili,rss的更新消息",
 | ||
|     "name": "hk-reporter",
 | ||
|     "repo": "felinae98/nonebot-hk-reporter"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot-plugin-ncm",
 | ||
|     "link": "nonebot-plugin-ncm",
 | ||
|     "author": "kitUIN",
 | ||
|     "desc": "网易云无损音乐下载",
 | ||
|     "name": "网易云无损音乐下载",
 | ||
|     "repo": "kitUIN/nonebot_tools/tree/master/nonebot_tools/nonebot-plugin-ncm"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_cocdicer",
 | ||
|     "link": "nonebot-plugin-cocdicer",
 | ||
|     "author": "abrahum",
 | ||
|     "desc": "COC跑团骰子娘",
 | ||
|     "name": "nonebot-plugin-cocdicer",
 | ||
|     "repo": "abrahum/nonebot_plugin_cocdicer"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_trpglogger",
 | ||
|     "link": "nonebot-plugin-trpglogger",
 | ||
|     "author": "Jigsaw111",
 | ||
|     "desc": "记录跑团记录并上传",
 | ||
|     "name": "跑团记录记录器",
 | ||
|     "repo": "thereisnodice/TRPGLogger"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_r6s",
 | ||
|     "link": "nonebot-plugin-r6s",
 | ||
|     "author": "abrahum",
 | ||
|     "desc": "查询彩虹六号玩家信息",
 | ||
|     "name": "nonebot-plugin-r6s",
 | ||
|     "repo": "abrahum/nonebot_plugin_r6s"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_guess",
 | ||
|     "link": "nonebot-plugin-guess",
 | ||
|     "author": "ffreemt",
 | ||
|     "desc": "多次互动猜名字游戏,自带猜城市名,可定制",
 | ||
|     "name": "猜猜看",
 | ||
|     "repo": "ffreemt/nonebot-plugin-guess-game"
 | ||
|   },
 | ||
|   {
 | ||
|     "id": "nonebot_plugin_abbrreply",
 | ||
|     "link": "nonebot_plugin_abbrreply",
 | ||
|     "author": "anlen123",
 | ||
|     "desc": "输入拼音首字母,猜测文字",
 | ||
|     "name": "缩写查询器",
 | ||
|     "repo": "anlen123/nonebot_plugin_abbrreply"
 | ||
|   }
 | ||
| ]
 |