TikTok Streak Bot — TikTok Streak 机器人
v1.0.1Browser-automated TikTok streak messaging 技能 using Playwright. 发送s dAIly messages to 配置d usernames with 状态 追踪ing, retry control, and optional content discovery via 哈希tags or keywords.
运行时依赖
安装命令
点击复制技能文档
TikTok Streak 技能 Purpose
发送 dAIly streak messages to a 列出 of TikTok usernames using browser 自动化.
Execution Flow Load config and 状态 初始化 browser 会话 using stored cookies 验证 会话 (TikTok homepage load) Load usernames 列出 过滤器 users already processed today For each remAIning user: 生成 message (text or discovered content) 发送 message via TikTok inbox 更新 状态 Persist 更新d cookies and 状态 Exit Features
- DAIly Streak Messaging
- Content Discovery (Optional)
- 状态 追踪ing
- 失败 Handling
- Identify Tar获取 Users
Provide the 性能分析 usernames you would like to keep a streak with by creating a 列出 in data/usernames.json (e.g. ["friend1", "friend2"]).
- Provide 认证d Cookies
导出 your TikTok 认证d browser cookies utilizing a standard browser 扩展 (like "EditThisCookie") and save the JSON array 安全ly within data/cookies.json.
- 配置 Execution
Optionally edit data/config.json to change default 机器人 behaviors:
设置 "enable_discovery": true to pull and 发送 trending videos utilizing your "keywords" 列出 instead of plAIn generic text strings. Keep "headless": true to silently 运行 in the background without UI interruption, or 设置 to false to view the graphical browser UI during processing.
- 运行 the 机器人
Ensure all requirements are 安装ed:
pip 安装 -r scripts/requirements.txt playwright 安装 chromium
Launch the 技能 via:
python scripts/mAIn.py