Files
ai_crawler_tiktok/__init__.py
2025-12-08 15:20:22 +08:00

10 lines
456 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""crawler_tiktok 包
该包用于从 TikTok 搜集视频链接并抓取评论与回复。
模块划分:
- core基础能力如从 curl 文本解析 URL 与请求头)
- tiktok与 TikTok 相关的抓取逻辑(搜索、评论)
- utils通用 IO 工具JSON/CSV 读写、关键词文件加载)
- data数据快照的写入工具store以及示例数据文件
入口main.py 提供命令行子命令 links/comments/all。
"""