Skip to content

Releases: mowgl-i/Rchamp

Working twitch auth, vod/clip data and clip chat

02 Apr 17:30
965a48f
Compare
Choose a tag to compare

So far, we have the ability to authenticate with twitch. Using the clip_slug, obtain the vod and clip information from which the slug came. Using the clip information, we then access the clip timestamps to then point to a portion of the VOD where we can obtain the chat.

get_chat_data was the main focus of this release since I need to do an emote-only analysis. This function grabs the body of the message, the user who sent it, the 1st badge and it's version of the user (subscriber 3 as an example), and unique global twitch emotes within the body of the message.

My next step is to build a dictionary of 3rd party emotes (BTTV and FFZ ) used by some of the top channels of twitch. So that we gain further emote insight from these twitch clips.