Marc Szanto
Marc Szanto
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...
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:...
# Background Currently EventSub subscription are hard-coded into the program. This leads to a large code changes and a new release being required every time a new EventSub subscription is...
When triggering an event with "twitch event trigger", the tool will generate a single GUID that is shared in use for both the Subscription ID (`.subscription.id` in JSON) and the...
Saw the website for this was still active and wanted to share that the endpoint you use in [Lambda2](https://github.com/KiranGershenfeld/VisualizingTwitchCommunities/blob/AutoAtlasGeneration/DataCollection/Lambda2/lambda_function.py#L16) will shut down permanently on April 3rd, 2023. For more information...
When running [Delete Chat Messages](https://dev.twitch.tv/docs/api/reference/#delete-chat-messages), if you put in a broadcaster_id that does not exist it returns 500: Not working (message_id as broadcaster_id): ``` $ twitch api delete moderation/chat -q...
### What is the problem? Subscriptions currently exist in the context of a single server, which is incorrect. They should be updated based on actions within the server, such as...