This uses undocumented API endpoints. This may change or break at anytime. Use at your own risk!. Given a video_id
, return the comments/chat related to that video.
get_video_comments(video_id)
A numeric. Video ID for the comments to extract.
A list of comments related to the requested video_id
. NULL
is returned if the video_id
does not exist.
Other Hidden Endpoints:
get_chatters()
if (FALSE) {
library(twitchr)
twitch_auth()
video_comments <- get_video_comments(822494395)
}