-
-
Notifications
You must be signed in to change notification settings - Fork 179
Home
TikTokLive is a python library to receive and decode livestream events such as comments and gifts in real-time from TikTok's LIVE service by connecting to TikTok's internal Webcast API. This library includes a wrapper that
connects to the Webcast service using only a user's unique_id
and allows you to join your livestream as well as that of other streamers. No credentials are required to use TikTokLive.
This library was originally based off of the TikTok-Live-Connector by @zerodytrash, but has since taken on its own identity as it has added more features & changed much of its core functionality.
TikTokLive is available in several alternate programming languages:
- Node.JS: https://github.com/zerodytrash/TikTok-Live-Connector
- Java: https://github.com/jwdeveloper/TikTok-Live-Java
- C#/Unity: https://github.com/frankvHoof93/TikTokLiveSharp
- Go: https://github.com/Davincible/gotiktoklive
- Rust: https://github.com/jwdeveloper/TikTokLiveRust
Join the TikTokLive discord and visit
the #py-support
channel for questions, contributions and ideas.
Visit the full library documentation at https://isaackogan.github.io/TikTokLive/