davidteather / TikTok-Api

The Unofficial TikTok API Wrapper In Python
https://davidteather.github.io/TikTok-Api
MIT License
4.58k stars 933 forks source link

[FEATURE_REQUEST] - Access to live chat #356

Closed merlinfuchs closed 2 years ago

merlinfuchs commented 3 years ago

Is your feature request related to a problem? Please describe. There is currently no way to access the chat of a tiktok livestream and subscribe to chat messages.

Describe the solution you'd like Make it possible to access the chat of a tiktok livestream including access to new messages.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zerodytrash commented 2 years ago

Here is a Node.js module that can access the live chat: https://github.com/zerodytrash/TikTok-Livestream-Chat-Connector Maybe someone can translate it to python.

davidteather commented 2 years ago

Closing Use @zerodytrash 's library in js Or use @isaackogan library in python TikTokLive and maybe checkout my video on how to use it