twitch-cli
twitch-cli copied to clipboard
The official Twitch CLI to make developing on Twitch easier.
For eventsub it would be useful to do one or more of the following: Provide a default "base payload" that contains some (but not all) keys. So if I pass...
Would love to see support for OAuth implicit code flow, as described [here](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth#oauth-implicit-code-flow) Had a bit difficulty getting it to work requiring a lot of requests to the actual api...
On the page https://dev.twitch.tv/docs/cli/mock-api-command under the heading "Getting an app access token" the table of query parameters lists "user_id". I believe this is only for the user tokens and shouldn't...
I think it would be useful to be able to test for when an EventSub message is of type `revocation`. This is the only one currently missing from the three...
I think it would be useful to be able to test for when an EventSub notification is old/stale. Not really sure exactly what this would look like. Maybe a flag...
A Web UI would be extremely useful. This could be booted up with "twitch gui" or "twitch web", with a local HTTP server ran to serve the local files. This...
### What is the problem? When running an event that should forward to a WebSocket server, a vague error message will appear: ``` > twitch event trigger channel.update --transport=websocket --version...
### Tell us about your feature request So users can choose scoop or winget for initial install/updating the CLI Use winget create to get the CLI onto winget https://github.com/microsoft/winget-create And...
### Tell us about your feature request > As a developer building Go applications I'm used to `go test ./...` my code during development. In order to assist with HTTP...
It would be nice if there was a way to simulate drops campaigns, much like on dev.twitch.tv, preferably within a Web UI of some kind. This would be useful for:...