-
**Brief description**
I noticed this bug testing Twitch Streaming Webhooks. I will get a stream up notification, then very quickly after a stream down notification, though I have not stopped streamin…
-
Moderation actions can now be directly queried from the Helix API:
https://dev.twitch.tv/docs/api/reference/#get-banned-events
So it should no longer be necessary to collect this data from pubsu…
-
Can't find this name in twitch module. I've checked dir(twitch) and get this list: ['Callable', 'Chat', 'Helix', 'List', 'TMI', 'V5', '__all__', '__annotations__', '__builtins__', '__cached__', '__doc…
-
Hi, I just downloaded the file "twitch-chat-cli_Windows_x86_64.zip", extract it, write "twitch-chat-cli --channels "pokimane" and I get the following:
![sshot-1](https://github.com/martinbjeldbak/twi…
-
**Brief description**
When no `broadcaster_id` is provided only very few emotes returned have the `emote_set_id` field filled.
**How to reproduce**
Request `https://api.twitch.tv/helix/chat/emote…
tduva updated
5 months ago
-
**Before you start.**
* [x] I have checked the [Common Problems](https://github.com/kickscondor/fraidycat/wiki/Common-Problems) page.
* [x] I have searched the issue tracker for a bug that matches…
-
I think I want to split the library into multiple parts.
I also want to if possible use a better name, `twitch_api2` is only used because `twitch_api` was taken
e.g
come up with a name, say `…
-
Is this project supported for self hosting? (only for single channel usage)
I had to dig around the issues to find the credentials.js that isn't part of the git
Even setting up with my own creds I…
-
```
TwitchLib.Api.Helix.Models.ChannelPoints.CreateCustomReward.CreateCustomRewardsRequest newRewardReq = new();
newRewardReq.Title = "Created From Code 02";
newRewardReq.Cost = 1;
var newReward…
-
**Brief description**
The `muted_segments` field for videos does not include any data even if the video *does* have muted segments. The old v5 API, however, does show this information.
**How to …