Install
openclaw skills install tiktok-streak-botBrowser-automated TikTok streak messaging skill using Playwright. Sends daily messages to configured usernames with state tracking, retry control, and option...
openclaw skills install tiktok-streak-botSend daily streak messages to a list of TikTok usernames using browser automation.
Provide the profile usernames you would like to keep a streak with by creating a list in data/usernames.json (e.g. ["friend1", "friend2"]).
Export your TikTok authenticated browser cookies utilizing a standard browser extension (like "EditThisCookie") and save the JSON array securely within data/cookies.json.
Optionally edit data/config.json to change default bot behaviors:
"enable_discovery": true to pull and send trending videos utilizing your "keywords" list instead of plain generic text strings."headless": true to silently run in the background without UI interruption, or set to false to view the graphical browser UI during processing.Ensure all requirements are installed:
pip install -r scripts/requirements.txt
playwright install chromium
Launch the skill via:
python scripts/main.py