-
We've discovered that submitting commands through twitch chat doesn't work.
They're simply ignored, probably to prevent hijackings through IRC.
So, we'll want to use Helix or some other part of the T…
-
```Go
r, err := api.AddBlockedTerm(&helix.AddBlockedTermParams{
BroadcasterID: self.Data.UserID,
ModeratorID: self.Data.UserID,
Text: "stream-rise",
})
if err != nil {
panic(err)…
-
```Go
if r, err := api.GetBlockedTerms(&helix.BlockedTermsParams{
BroadcasterID: channelID,
ModeratorID: selfID,
First: 10,
}); err != nil {
panic(err)
} else {
fmt.Printf("%+v\…
-
Once I go to subtitles,
I get an error.
Could you please fix?
Thank You for all your effort!
-
Streamer QarrenLive requested a list of live variety streamers. We discussed looking through the past 30 days or so of streams from a streamer and looking for more than 3 or so games played.
-
**Brief description**
The [Get Ad Schedule](https://dev.twitch.tv/docs/api/reference/#get-ad-schedule) endpoint returns epoch timestamps for `next_ad_at`, `last_ad_at`, and `snooze_refresh_at`. The d…
-
While testing the fix for #354, my internet went out :/. That caused the live video downloads to end, which is expected. But even though the video download task in the queue is marked complete, it's n…
-
When getting the data of a `TwitchResponse` you get an array of objects defined in the Dto folder. Then to get the individual values you have to call the methods in the specific Dto (and for example t…
-
Hello @mauricew
I managed to check who follows a user but I just can't seem to get who a user follows to work.
According to page doc:
> query {
> user(login: "Amouranth") {
> follows…
-
Twitch has changed the api version. And the script stopped working. Could you rewrite the script to the new version of api (helix)?