isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
786 stars 164 forks source link

Comment with only emoji's not captured by package #237

Open aCS6 opened 2 days ago

aCS6 commented 2 days ago

Here, a user named 'amir-viva' send a comment that contains only emoji's .

image

I wrote all the comments into a log file. But the comment 'amir-viva' was not captured by the package. How should I get such comment ? image

Or, we never will get this type of comment from the package ?

isaackogan commented 2 days ago

Pass sessionid cookie, tiktok is excluding this data

aCS6 commented 1 day ago

Hey , @isaackogan , Morning Buddy! I am not sure , how to pass 'sessionid cookie' . Please assist me how to use it ? Thanks