From cc14518d032f0f41bf9f789952fc5d5ec2a32fc1 Mon Sep 17 00:00:00 2001 From: zy Date: Tue, 9 Sep 2025 01:06:03 +0800 Subject: [PATCH] docs: add feed detail feature documentation with video demo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add new feature section for getting post details with interactions and comments - Include important tips about required parameters (feedID and xsec_token) - Add reminder that login is required for this feature - Add hint to users about clicking titles to expand video demos - Include video demonstration link 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index b62865e..1778d73 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ MCP for 小红书/xiaohongshu.com。 **主要功能** +> 💡 **提示:** 点击下方功能标题可展开查看视频演示 +
1. 登录和检查登录状态 @@ -60,6 +62,26 @@ https://github.com/user-attachments/assets/110fc15d-46f2-4cca-bdad-9de5b5b8cc28
+
+5. 获取帖子详情(包括互动数据和评论) + +获取小红书帖子的完整详情,包括: +- 帖子内容(标题、描述、图片等) +- 用户信息 +- 互动数据(点赞、收藏、分享、评论数) +- 评论列表及子评论 + +**⚠️ 重要提示:** +- 需要提供帖子ID和xsec_token(两个参数缺一不可) +- 这两个参数可以从Feed列表或搜索结果中获取 +- 必须先登录才能使用此功能 + +**获取帖子详情演示:** + +https://github.com/user-attachments/assets/76a26130-a216-4371-a6b3-937b8fda092a + +
+ **小红书基础运营知识** - **标题:(非常重要)小红书要求标题不超过 20个字**