TikTokLive requires Python 3.10 or higher. Follow the steps below to install the library and its dependencies.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.
Requirements
Before installing TikTokLive, ensure you have:- Python 3.10+ installed on your system
- pip package manager (comes with Python)
Install via pip
Install TikTokLive from PyPI using pip:httpx- HTTP client for making requestswebsockets-proxy- WebSocket connection support with proxy capabilitiespyee- Event emitter for handling livestream eventsbetterproto- Protocol buffer support for TikTok’s data format- Additional utilities for async operations and data parsing
Optional Dependencies
TikTokLive offers optional dependencies for advanced use cases.Interactive Mode
For enhanced browser impersonation and CAPTCHA handling, install the interactive extras:curl_cffi for improved HTTP fingerprinting.
Verify Installation
Confirm that TikTokLive is installed correctly:TikTokLive is an unofficial reverse-engineered library. For production use, consider the Euler Stream WebSocket API.
Upgrading
To upgrade to the latest version:Next Steps
Quickstart
Build your first TikTok livestream client in minutes