zerodytrash / TikTok-Live-Connector

Node.js library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://discord.gg/2c6kX6g3Pa
MIT License
1.31k stars 277 forks source link

Find the following of streamer #101

Closed muhammad-ali-dechains closed 1 year ago

muhammad-ali-dechains commented 1 year ago

Is there a way to find whether the chat sender is followed by streamer?

isaackogan commented 1 year ago

Yes. Sort of. Follow role attribute will be "2" if they follow each other, making them friends. Check out the Python library for the logic you can use to implement this into your project: https://github.com/isaackogan/TikTokLive/blob/master/TikTokLive/types/objects.py#L174