-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "douyin-bluesea-collector",
"version": "1.0.0",
"description": "抖音蓝海爆品采集:结合抖音热搜榜与关键词下的视频数据,从小众高需求的细分场景切入找蓝海爆品,避开红海大词竞争。当用户要在抖音找蓝海品、避开大词竞争、从细分场景选品、看抖音热搜、按关键词看视频热度时必须触发。关键词:抖音、蓝海、爆品、细分场景、热搜榜、关键词、选品。",
"keywords": [
"douyin",
"search",
"hot",
"keyword",
"content-analysis",
"competitor-analysis"
],
"author": "um-why",
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=16.14.0"
},
"scripts": {
"search": "node src/douyin/search-cli.js",
"post": "node src/douyin/post-cli.js",
"comment": "node src/douyin/comment-cli.js",
"hot": "node src/douyin/hot-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/um-why/douyin-search-openclaw.git"
}
}