tt-help-cli-ycl 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tt-help-cli-ycl",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "TikTok user & video data scraper - extract ttSeller, verified, locationCreated from HTML source",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,8 +45,25 @@ const HELP_TEXT = [
45
45
  ' tt-help auto <用户名> [preset] [收集数] [切换数] [每视频评论数] [选项]',
46
46
  '',
47
47
  '参数:',
48
+ ' explore <用户名> [preset] [选项] 用户探索模式',
48
49
  ' --explore [count] 从 Explore 页面获取视频列表(默认: 100)',
49
50
  ' --pipe 将 Explore 结果自动传给 URL 爬取',
51
+ '',
52
+ '用户探索模式 (explore):',
53
+ ' tt-help explore <用户名> [preset] [选项]',
54
+ ' 支持多个用户名: tt-help explore @user1 @user2 -o data.json',
55
+ ' 预设: fast, normal(默认), slow, stealth',
56
+ ' 选项:',
57
+ ' --location <国家代码> 国家筛选,默认 ES',
58
+ ' --max-comments <数量> 每视频最大评论数,默认 100',
59
+ ' --max-guess <数量> 每视频最大猜你喜欢数,默认 0',
60
+ ' --enable-follow 启用关注/粉丝提取(默认启用)',
61
+ ' --disable-follow 禁用关注/粉丝提取',
62
+ ' --max-following <数量> 最大获取关注数,默认 200',
63
+ ' --max-followers <数量> 最大获取粉丝数,默认 200',
64
+ ' --max-users <数量> 最大处理用户数,默认无限制',
65
+ ' --watch [-p 端口] 启动 Web 监控页面',
66
+ ' 示例: tt-help explore qiqi23280 fast --location ES --max-comments 50 -o results.json',
50
67
  ' --proxy <地址> 临时指定代理地址',
51
68
  ' --filter <条件> 过滤结果(格式: key=value&key2=value2)',
52
69
  ' -i, --input <file> 从文件读取 URL 列表(每行一个)',