-
Twitch has released Beta support for Shield Mode in EventSub and Helix endpoints.
EventSub -
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types#channelshield_modebegin
https://dev.tw…
-
Twitch are deprecating their websub-based webhook functionality, in favour of their EventSub API.
- No new twitch applications can utilize webhooks
- Last date of use is September 16, 2021.
- mai…
-
![image](https://user-images.githubusercontent.com/68625998/221311137-774b5dde-ad0c-4761-947d-5187bb392b46.png)
when I try to timeout a user with points it does not time them out
-
Given Twitch announced they are removing a ton of / commands from IRC and aren't adding new features, it is pretty clear that they are going to push everything to their pub-sub API. Need to build in …
-
### Checklist
- [X] I understand that **Streamlink Twitch GUI** is just a launcher for **Streamlink**
- [X] [I have read the contribution guidelines](https://github.com/streamlink/streamlink-twitch-g…
-
From what i understand, things like room-id and user-id are all integers wrapped around strings, i propose to parse these strings to some primitive integer type.
twitch message `id`s are 128bit UUI…
-
**Actual behaviour:**
None
**Expected behaviour:**
Get sub tier on each message
I'd like to programatically know when a chatter is a Tier 2 or Tier 3 sub instead of a Tier 1 but I cant find a …
-
## Response code is 204 instead of 200
![image](https://user-images.githubusercontent.com/5096735/204105120-62242cb8-3bc9-4b54-a7ab-9b1348796d69.png)
https://dev.twitch.tv/docs/api/reference#get…
-
**Brief description**
channel ID - 15185913 has an active goal
Calling `https://api.twitch.tv/helix/charity/donations?broadcaster_id=15185913` with the same token I'm currently connected to Even…
-
I'm trying to use the client in a `tokio::spawn` context but I get the following error.
```rust
async fn get_auth_token_request() -> Result {
let config = get_config();
let client_id =…