twitch-cli
twitch-cli copied to clipboard
The official Twitch CLI to make developing on Twitch easier.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. ## Problem/Feature Fixes #163. ## Description of Changes: - Remove...
Running `twitch event trigger channel.channel_points_custom_reward_redemption.add -F http://localhost:8080/eventsub -s {secret}`, will set the `Twitch-Eventsub-Subscription-Type` header to `''`. Running the command will execute with the following values: `args[0] = 'channel.channel_points_custom_reward_redemption.add'` https://github.com/twitchdev/twitch-cli/blob/f149736ea3ae7be26942d4c1fc60377d7e44fb83/cmd/events.go#L141 `p.Event...
Based on https://github.com/twitchdev/issues/issues/540 > twitch api get 'extensions/live?extension_id=es7m79v91nz4xxhzljdl3rpg9m1iuz' > Error unmarshalling body: json: cannot unmarshal string into Go struct field APIResponse.pagination of type models.APIPagination% As this endpoint uses a different...
Recently Twitch announced a update to the live API's https://discuss.dev.twitch.tv/t/announcing-apis-and-eventsub-for-polls-and-predictions/31539 However upon testing the latest Twitch CLI Mock-API it appears that they are not a reflection of each other. I...
Windows 11, I've tried with cmd and powershell both with normal privileges and run as administrator. This is happening only on one computer, I can not replicate it on others....
Any plans to have an aarch64 build for arm linux? For example 64bit on a rpi4.
`twitch event verify-subscription` currently does not allow a subscription id to be passed with `-i`, unlike most other event commands. I don't imagine this would be used much, but it...
Currently only ?grant_type=client_credentials is supported
For a user testing eventsub they would have to `-F` and `-s` _every command_ It would be useful for a developer to define a default, potentially via the `configure` command...
Some people will add code to their verify subscription routines to only allow unexpected "user ID's" to verify. Currently verify-subscription doesn't support any of the other flags to control the...