tt-help-cli-ycl
v1.3.78
Published
TikTok user & video data scraper - extract ttSeller, verified, locationCreated from HTML source
Downloads
9,392
Maintainers
Readme
tt-help
TikTok user & video data scraper — extract ttSeller, verified, locationCreated from HTML source.
Install
npm i -g tt-helpUsage
tt-help [options] <urls...>Current Recommended Entrypoints
tt-help db-import --db data/result.db --users data/result.json --done data/result-done.json --videos data/result-videos.json
tt-help watch -o data/result.db
tt-help attach -p 5 --server http://127.0.0.1:3001
tt-help explore --base-port 9223 --server http://127.0.0.1:3001
tt-help videostats data/result.db -p 3说明:
watch/attach/explore/comments/videostats运行期只依赖 SQLite- legacy JSON 的初始化/迁移通过
db-import显式执行,不再在运行时自动导入 - 推荐把运行期主库固定为
data/result.db
更多命令说明请查看 FEATURES.md 或帮助文本。
