2021-02-11 17:55:57 +08:00
[
{
2021-12-30 16:05:05 +08:00
"module_name" : "nonebot.adapters.onebot.v11" ,
"project_link" : "nonebot-adapter-onebot" ,
"name" : "OneBot V11" ,
"desc" : "OneBot V11 协议" ,
2021-02-11 17:55:57 +08:00
"author" : "yanyongyu" ,
2022-02-07 17:46:02 +08:00
"homepage" : "https://onebot.adapters.nonebot.dev/" ,
2021-12-08 19:48:09 +08:00
"tags" : [ ] ,
2021-12-30 16:05:05 +08:00
"is_official" : true
2021-02-11 17:55:57 +08:00
} ,
{
2021-12-08 19:48:09 +08:00
"module_name" : "nonebot.adapters.ding" ,
"project_link" : "nonebot-adapter-ding" ,
2022-01-12 16:46:56 +08:00
"name" : "钉钉" ,
2021-02-11 17:55:57 +08:00
"desc" : "钉钉协议" ,
"author" : "Artin" ,
2021-12-30 16:05:05 +08:00
"homepage" : "https://github.com/nonebot/adapter-ding" ,
2021-12-08 19:48:09 +08:00
"tags" : [ ] ,
2021-12-30 16:05:05 +08:00
"is_official" : true
2021-02-11 17:55:57 +08:00
} ,
2021-07-14 10:39:00 +08:00
{
2021-12-08 19:48:09 +08:00
"module_name" : "nonebot.adapters.feishu" ,
"project_link" : "nonebot-adapter-feishu" ,
2022-01-12 16:46:56 +08:00
"name" : "飞书" ,
2021-07-14 10:39:00 +08:00
"desc" : "飞书协议" ,
"author" : "StarHeartHunt" ,
2021-12-30 16:05:05 +08:00
"homepage" : "https://github.com/nonebot/adapter-feishu" ,
2021-12-08 19:48:09 +08:00
"tags" : [ ] ,
2021-12-30 16:05:05 +08:00
"is_official" : true
} ,
{
"module_name" : "nonebot.adapters.telegram" ,
"project_link" : "nonebot-adapter-telegram" ,
2022-01-12 16:46:56 +08:00
"name" : "Telegram" ,
2021-12-30 16:05:05 +08:00
"desc" : "Telegram 协议" ,
2022-01-08 21:17:31 +08:00
"author" : "j1g5awi" ,
2021-12-30 16:05:05 +08:00
"homepage" : "https://github.com/nonebot/adapter-telegram" ,
"tags" : [ ] ,
"is_official" : true
} ,
{
2023-10-02 14:37:28 +08:00
"module_name" : "nonebot.adapters.qq" ,
"project_link" : "nonebot-adapter-qq" ,
"name" : "QQ" ,
"desc" : "QQ 官方机器人" ,
2021-12-30 16:05:05 +08:00
"author" : "yanyongyu" ,
2023-10-02 14:37:28 +08:00
"homepage" : "https://github.com/nonebot/adapter-qq" ,
2021-12-30 16:05:05 +08:00
"tags" : [ ] ,
"is_official" : true
2022-01-08 12:11:08 +00:00
} ,
{
"module_name" : "nonebot.adapters.kaiheila" ,
"project_link" : "nonebot-adapter-kaiheila" ,
"name" : "开黑啦" ,
"desc" : "开黑啦协议适配" ,
"author" : "Tian-que" ,
"homepage" : "https://github.com/Tian-que/nonebot-adapter-kaiheila" ,
"tags" : [ ] ,
"is_official" : false
2022-01-21 02:36:08 +00:00
} ,
{
"module_name" : "nonebot.adapters.mirai2" ,
"project_link" : "nonebot_adapter_mirai2" ,
"name" : "mirai2" ,
"desc" : "为 nonebot2 添加 mirai_api_http2.x的兼容适配器" ,
"author" : "ieew" ,
"homepage" : "https://github.com/ieew/nonebot_adapter_mirai2" ,
"tags" : [ ] ,
"is_official" : false
2022-06-01 18:35:40 +08:00
} ,
{
"module_name" : "nonebot.adapters.onebot.v12" ,
"project_link" : "nonebot-adapter-onebot" ,
"name" : "OneBot V12" ,
"desc" : "OneBot V12 协议" ,
"author" : "yanyongyu" ,
"homepage" : "https://onebot.adapters.nonebot.dev/" ,
"tags" : [ ] ,
"is_official" : true
2022-09-02 02:14:28 +00:00
} ,
{
"module_name" : "nonebot.adapters.console" ,
"project_link" : "nonebot-adapter-console" ,
"name" : "Console" ,
"desc" : "基于终端的交互式适配器" ,
"author" : "Melodyknit" ,
"homepage" : "https://github.com/nonebot/adapter-console" ,
"tags" : [ ] ,
2022-09-02 11:37:02 +08:00
"is_official" : true
2022-09-29 17:20:05 +08:00
} ,
{
"module_name" : "nonebot.adapters.github" ,
"project_link" : "nonebot-adapter-github" ,
"name" : "GitHub" ,
"desc" : "GitHub APP & OAuth APP integration" ,
"author" : "yanyongyu" ,
"homepage" : "https://github.com/nonebot/adapter-github" ,
"tags" : [ ] ,
"is_official" : true
2022-10-10 13:17:01 +00:00
} ,
{
"module_name" : "nonebot.adapters.ntchat" ,
"project_link" : "nonebot-adapter-ntchat" ,
"name" : "Ntchat" ,
"desc" : "pc hook的微信客户端适配" ,
"author" : "JustUndertaker" ,
"homepage" : "https://github.com/JustUndertaker/adapter-ntchat" ,
"tags" : [
{
"label" : "微信" ,
"color" : "#ea5252"
}
] ,
"is_official" : false
2023-01-21 09:51:45 +00:00
} ,
{
2023-05-03 15:51:21 +08:00
"module_name" : "nonebot.adapters.minecraft" ,
"project_link" : "nonebot-adapter-minecraft" ,
"name" : "Minecraft" ,
"desc" : "MineCraft通信适配, 支持Rcon" ,
2023-01-21 09:51:45 +00:00
"author" : "17TheWord" ,
2023-05-03 15:51:21 +08:00
"homepage" : "https://github.com/17TheWord/nonebot-adapter-minecraft" ,
2023-01-21 09:51:45 +00:00
"tags" : [
{
"label" : "Minecraft" ,
"color" : "#4ef0ea"
}
] ,
"is_official" : false
2023-01-22 04:25:04 +00:00
} ,
{
2023-02-07 21:05:53 +08:00
"module_name" : "nonebot.adapters.bilibili" ,
2023-01-22 04:25:04 +00:00
"project_link" : "nonebot-adapter-bilibili" ,
"name" : "BilibiliLive" ,
"desc" : "b站直播间ws协议" ,
"author" : "wwweww" ,
"homepage" : "https://github.com/wwweww/adapter-bilibili" ,
"tags" : [ ] ,
"is_official" : false
2023-04-03 13:19:51 +00:00
} ,
{
"module_name" : "nonebot_adapter_walleq" ,
"project_link" : "nonebot-adapter-walleq" ,
"name" : "Walle-Q" ,
"desc" : "内置 QQ 协议实现" ,
"author" : "abrahum" ,
"homepage" : "https://github.com/onebot-walle/nonebot_adapter_walleq" ,
"tags" : [
{
"label" : "QQ" ,
"color" : "#34a9cc"
}
] ,
"is_official" : false
2023-06-07 00:13:25 +08:00
} ,
{
"module_name" : "nonebot.adapters.villa" ,
"project_link" : "nonebot-adapter-villa" ,
"name" : "大别野" ,
"desc" : "米游社大别野官方Bot适配" ,
"author" : "CMHopeSunshine" ,
"homepage" : "https://github.com/CMHopeSunshine/nonebot-adapter-villa" ,
"tags" : [
{
"label" : "米哈游" ,
"color" : "#e10909"
}
] ,
"is_official" : false
2023-08-04 18:09:50 +08:00
} ,
{
"module_name" : "nonebot.adapters.red" ,
"project_link" : "nonebot-adapter-red" ,
"name" : "RedProtocol" ,
2023-08-29 10:23:17 +08:00
"desc" : "QQNT RedProtocol 适配" ,
2023-08-04 18:09:50 +08:00
"author" : "zhaomaoniu" ,
2023-08-29 10:23:17 +08:00
"homepage" : "https://github.com/nonebot/adapter-red" ,
2023-08-04 18:09:50 +08:00
"tags" : [ ] ,
2023-08-29 10:23:17 +08:00
"is_official" : true
2023-08-29 11:17:29 +08:00
} ,
{
"module_name" : "nonebot.adapters.discord" ,
"project_link" : "nonebot-adapter-discord" ,
"name" : "Discord" ,
"desc" : "Discord 官方 Bot 协议适配" ,
"author" : "CMHopeSunshine" ,
"homepage" : "https://github.com/nonebot/adapter-discord" ,
"tags" : [ ] ,
2023-08-29 13:50:43 +08:00
"is_official" : true
2023-10-08 17:28:39 +08:00
} ,
{
"module_name" : "nonebot.adapters.satori" ,
"project_link" : "nonebot-adapter-satori" ,
"name" : "Satori" ,
"desc" : "Satori 协议适配器" ,
"author" : "RF-Tar-Railt" ,
"homepage" : "https://github.com/nonebot/adapter-satori" ,
"tags" : [
{
"label" : "跨平台" ,
"color" : "#bf40bf"
}
] ,
2023-10-08 18:09:16 +08:00
"is_official" : true
2023-11-10 19:54:59 +08:00
} ,
{
"module_name" : "nonebot.adapters.dodo" ,
"project_link" : "nonebot-adapter-dodo" ,
"name" : "DoDo" ,
"desc" : "DoDo Bot 协议适配器" ,
"author" : "CMHopeSunshine" ,
"homepage" : "https://github.com/nonebot/adapter-dodo" ,
"tags" : [ ] ,
2023-11-10 20:01:00 +08:00
"is_official" : true
2021-02-11 17:55:57 +08:00
}
2022-11-14 19:05:34 +08:00
]