szdc / tiktok-api

Unofficial API wrapper for TikTok
MIT License
1.27k stars 278 forks source link

Live chat comments api #153

Closed michaelpayne02 closed 3 years ago

michaelpayne02 commented 4 years ago

Is your feature request related to a problem? Please describe. I have seen a service called Loola that allows you to read comments sent to your live broadcast from a web interface. I wish this were possible through this api.

Describe the solution you'd like A webhook, ajax url, or function that can be used as a callback for when new comments are put on a live broadcast

CristianHG2 commented 3 years ago

Currently developing a project that urgently needs this. I've been trying to look for ways of implementing this and these are some of my small findings:

My level of reverse engineering experience is relatively surface-level when it comes to systems like this, but maybe we can begin a discussion here and contribute our findings. I've even thought of using software like Pupeeter to programmatically read and post to the chat using a Chromium instance, the problem there becomes the captcha that takes place during login.

szdc commented 3 years ago

Closing as this project is no longer maintained.