Skip to content
Isaac Kogan edited this page May 17, 2023 · 22 revisions

TikTokLive Wiki

239042593-f52bdeed-4cb6-4e1c-b68a-bf43e151b4be

Byte-Sized Summary

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.

Discord Community

Support Server

Join the support discord and visit the #py-support channel for questions, contributions and ideas. Feel free to make pull requests with missing/new features, fixes, etc.

Origins

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.

Clone this wiki locally