# tt-help

TikTok user & video data scraper — extract ttSeller, verified, locationCreated from HTML source.

## Install

```bash
npm i -g tt-help
```

## Usage

```bash
tt-help [options] <urls...>
```

## Current Recommended Entrypoints

```bash
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](FEATURES.md) 或帮助文本。
