🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

TikTok Live Monitor

by @kikikari

TikTok Live stream monitoring and recording automation. Uses Playwright for visual detection and network traffic monitoring to capture FLV stream URLs. Suppo...

Versionv1.0.0
Downloads301
Installs1
TERMINAL
clawhub install tiktok-live-mon

πŸ“– About This Skill


name: tiktok-live-mon description: TikTok Live stream monitoring and recording automation. Uses Playwright for visual detection and network traffic monitoring to capture FLV stream URLs. Supports automatic live status checks, stream recording to disk, and notification integration.

TikTok Live Monitor

Automated TikTok Live stream monitoring with Playwright-based visual detection.

Features

  • Visual Detection: Uses Chromium/Playwright to detect live status (red border around profile)
  • Stream URL Extraction: Captures FLV stream URLs from network traffic
  • Automatic Recording: Saves streams to disk when live
  • Notifications: Alerts when stream goes live/offline
  • Usage

    # Check if user is live
    node check-profile.js @username

    Get stream URL

    node get-stream.js @username

    Requirements

  • Node.js 16+
  • Playwright with Chromium
  • πŸ’‘ Examples

    # Check if user is live
    node check-profile.js @username

    Get stream URL

    node get-stream.js @username