koishi-plugin-xhs-parser
v0.1.2
Published
Parse Xiaohongshu links and cards for Koishi.
Maintainers
Readme
koishi-plugin-xhs-parser
小红书 / RedNote 链接解析插件,支持普通链接、xhslink.com 短链和聊天平台卡片消息中的链接提取,可选合并转发。
功能
- 解析
https://www.xiaohongshu.com/explore/... - 解析
https://www.xiaohongshu.com/discovery/item/... - 解析
https://xhslink.com/...,例如http://xhslink.com/m/AixEkyLwpfs - 从 Koishi 卡片元素的
data字段、转义 JSON、普通文本中提取小红书链接 - 支持图片、视频链接、原文链接和基础互动数据返回
- 支持 OneBot / Red 适配器的合并转发元素
本地测试
npm install
npm test
npm run build也可以直接跑一次真实解析:
npm run dev -- "http://xhslink.com/m/AixEkyLwpfs"Koishi 使用
构建后在 Koishi 配置中加载本地插件:
plugins:
/absolute/path/to/xhs-parser/lib:
enabled: true