Documentation Index
Fetch the complete documentation index at: https://mintlify.com/isaackogan/TikTokLive/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheTikTokLiveClient class is the main entry point for connecting to and reading from TikTok LIVE streams. It extends AsyncIOEventEmitter and provides a simple interface for listening to real-time events from TikTok livestreams.
Constructor
Parameters
The username of the TikTok creator to connect to. Can also be a user ID if
is_user_id=True.The platform to use for the webcast connection. Defaults to web platform.
An optional proxy used for HTTP requests to TikTok.
An optional proxy used for the WebSocket connection.
Optional arguments passed to the HTTP client for additional configuration.
Optional arguments passed to the WebSocket client for additional configuration.
When True, resolves the numeric user ID to a unique_id username.
Basic Usage
Advanced Usage
Using Proxies
Connecting by Room ID
See Also
- Client Methods - All available methods
- Client Properties - All available properties
- Events - Available event types