View source: R/get_clip_chat.R
get_clip_chat | R Documentation |
@description Uses the clip slug to determine the clip offset and gather the chat from the clip by navitating to the VOD at the offset.
get_clip_chat(clip_id, json_output = FALSE)
@param clip_id the clip slug. Can be found in the url of the twitch clip.
@return Messages, usernames as list. Message information as json.
@references https://github.com/Freguglia/rTwitchAPI/blob/master/R/get_clip.R @references https://github.com/OgulcanCelik/twitch-clip-chat
@import dplyr @import httr @import httr @import jsonlite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.