Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeKickScraper ¶
func LoopScrapedLivestream ¶
Types ¶
type API ¶
type API struct { URL string `json:"playback_url"` Livestream struct { IsLive bool `json:"is_live"` ID int `json:"id"` Slug string `json:"slug"` CreatedAt string `json:"created_at"` Title string `json:"session_title"` Thumbnail struct { URL string `json:"responsive"` } `json:"thumbnail"` } `json:"livestream"` }
func ScrapeKickStream ¶
Click to show internal directories.
Click to hide internal directories.