TikTok-Live-Connector
A Node.js library to receive live stream events such as comments and gifts in realtime
from TikTok LIVE by connecting to TikTok's internal Webcast push service.
This package includes a wrapper that connects to the Webcast service using just the username (@uniqueId).
This allows you to connect to your own live chat as well as the live chat of other streamers. No credentials are
required. Besides Chat Comments, other events such
as Members Joining, Gifts, Subscriptions, Viewers, Follows, Shares, Questions, Likes
and Battles can be tracked.

[!NOTE]
This is not a production-ready API. It is a reverse engineering project. Use the WebSocket API for production.
[!TIP]
An example project is available
at https://tiktok-chat-reader.zerody.one/ - View Source
Do you prefer other programming languages?