小红书创作者笔记 已完整同步
文件
显示第 1–20 个,共 3249 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
_probe/ |
test.json
|
JSON | 11 B |
initial/manifest/ |
13330519-e330-4dc9-83b1-d839f617f319.json
|
JSON | 320 B |
initial/manifest/ |
80503c90-ac78-4122-bf30-dbe95045cae6.json
|
JSON | 17 KiB |
initial/manifest/ |
a77d912f-924d-41f3-afda-507ebe673fb3.json
|
JSON | 2.3 KiB |
initial/manifest/ |
d740f815-9123-46e8-a32d-e565720baab9.json
|
JSON | 2.6 KiB |
initial/manifest/ |
e102ea5f-314d-4821-b999-aa6e8f6f3b9e.json
|
JSON | 13 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
69956ac6000000000a02a0b9.json
|
JSON | 1.9 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a044fd00000000035031acd.json
|
JSON | 1.9 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a24392e000000003501f5ed.json
|
JSON | 1.6 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a24efa200000000220276dc.json
|
JSON | 1.7 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a2523c9000000003501f2d7.json
|
JSON | 1.7 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a254d55000000003502f537.json
|
JSON | 1.6 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a2923ed00000000350325d6.json
|
JSON | 1.9 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a315425000000001101f200.json
|
JSON | 1.7 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a327949000000000f02a0b6.json
|
JSON | 1.7 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a33e0350000000011004cf8.json
|
JSON | 1.6 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a3cdf7e0000000011013cf5.json
|
JSON | 1.7 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a3fd89b000000000f014a87.json
|
JSON | 1.4 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a47c31f00000000110122cd.json
|
JSON | 1.9 KiB |
raw/creator=5269d3fbb4c4d60ea2717f96/notes/ |
6a48fd8a000000000f01610b.json
|
JSON | 1.6 KiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes --overwrite
仅包含匹配路径
wehub datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes --include "*.jsonl"
排除匹配路径
wehub datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes --exclude "*.md"
提高并发下载数
wehub datasets download ds_xhs_creator_notes --revision root-fbcc8dff4e4812c73ebe1eea --output ./ds_xhs_creator_notes --jobs 8
完整帮助:wehub datasets download --help