1036 results found
-
Ability to gift subscriptions or prepay for subscriptions to give via API I know this idea has been asked on the support forums over the years, so I'd like to suggest another use case. I have some friends that I like to gift subscriptions to at a channel we all enjoy. As a programmer, it pains me to enter my credit card in several times to give each person a sub when I know there's probably a better way that can be achieved programmatically. Ideally I'd like to have a system where I could push a button or have a cron go off and give subs to several people.
To avoid abuse…
1 vote -
error in option/flag description In all but the GET section, the --pretty-print option is described wrong. Looks like it was copied from the Get section from the -u option. changing the word "unformatted" to "formatted" would probably fix it.
1 vote -
"Ephemeral" messages Since private messages are unreliable for bots (and bots sending them are frowned upon - and I totally get the reason), can we have the ability for bots to send "ephemeral" messages to chat - messages that only a given user will see. This will also be useful for streamers. These can be displayed in the same way as "you can now redeem X award" or (better) like "You have gotten drop X/hype emoji X" messages.
1 vote -
Chant through IRC bots Would be amazing if the IRC commands API would include /chant
I know it's still an experimental feature but it would be cool for things like "Start Chant" channel points redemption, etc.1 vote -
Fix tmi.js Error when you trying to do !dice
Cannot send anonymous messages.
bot.js:341 vote -
Explain in a better way the signature verification You need to explain better the verify signature and also give examples in some languages, not in pseudocode, I am still unable to verify my signatures with Java, I am blind here, I am guessing what do you mean by "raw bytes of the request body" specially the "raw bytes" part.
1 vote -
Expose page limit on docs under subscription limit, amount of entries per page should be noted
1 vote -
[BUG] Twitch and Twitch embed, black screen, infinite loading Describe the bug:
VS2019 UWP WebView
Does not play Twitch and Twitch embed, black screen, infinite loading.Reproduce
Test 1 - WebView UWP project:
Iniciate UWP project, add WebView with source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhostGo Project Properties > Tab: Debug, in Debugger type: Application process set to 'Script' to inspect WebView console
Test 2 - Another browser same enginer:
insert the source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhoston JavaScript Browser: https://github.com/MicrosoftEdge/JSBrowser
Output:
Exception was thrown at line 1, column 124483 in https://static.twitchcdn.net/assets/vendor-a6a1f255f35b353a66f3.js
0x800a1391 - JavaScript runtime error: 'globalThis' is not defined
Exception was thrown at line 1, column 845709 in https://static.twitchcdn.net/assets/player-main-3d0abb9af23b3bb9aecd.js
0x8000ffff…1 vote -
Get Started with the Twitch API documentation page update Enjoyed the introductionary steps into the twitch API. Since Twitch CLI readme file is mentioned, it's unnecessary to provide excerpt of it (about homebrew installation), or at least provide all of the possible installation options in this page
1 vote -
Organize this better, fill in the blanks Who wrote this? The author frequently jumps from point A to point Q.
1 vote -
Add a per channel developer topic to extension pubsub For extension pubsub
https://dev.twitch.tv/docs/extensions/reference#send-extension-pubsub-message
There is
- global
- channel
topics
please add
- developer (with a channel ID)
to allow "developer JWT ONLY" pubsub messages to a specific channel
Similar to the config developer segment.
this means there is a secure method for developers to send data to a specfic channel without burning the global limit (and triggering skip paints on other channels)1 vote -
Extensions change Please provide an eventsub topic that notifies when the extensions active on a channel change.
The payload should match what https://dev.twitch.tv/docs/api/reference#get-user-active-extensions outputs.
For a broadcaster tool we generally wouldn't need to know what the change was. Just what the current config with.
This would save two payloads (for an extension changing from panel 1 to panel 2)
It would be useful to know what changed but less important.
So add a "was_changed" boolean to the relevant record.
So
…"component": { "1": { "active": true, "id": "lqnf3zxk0rv0g7gq92mtmnirjz2cjj", "version": "0.0.1", "name": "Dev Experience Test", "x": 0, "y": 0 }, "2": { "active":
1 vote -
Extended Get Clips Parameters Currently the Get Clip endpoint (/clips) is really plain, and not in a really good way. If we could make more complex queries, that would reduce the number of requests we need to make; therefore, less load on Twitch API itself. If I want 50 English clips from the top clips of a single game, let's say League of Legends, I will have to make 3 requests, ignore those that aren't English, and finally list the top 50. But if I can query a game's top clips, AND the language, I can get those 50 clips all in one request.…
1 vote -
Embeds should have language parameter Our live events are in french. We would like the chat embed widget to be in french, or at least give us the option to change the text of what's visible like the "Send a message", "Chat", and "Welcome to the chat" messages.
1 vote -
Adding creator on EventSub poll and prediction begin Everything is in the title. Today we do not know who created the prediction or the vote. It is necessary to make an API call, which is really sad ...
1 vote -
1 vote
-
See scopes Would be nice to see an example with more than one scope. If I separate them with a space, I only gain access to the first one in the list.
1 vote -
doesn't work 404 page not found
1 vote -
Query more than one user on schedule api I would like to see more than one user per schedule API query. Similar to querying the streams and channel information from up to 100 users. That would be of great help with the rate limits.
Best greetings ^^
1 vote -
Viewer Selected Rewards For Drop When creating a Drop, it would be great if you could set it up to give the viewer an option to choose "x" number of Rewards from a pool of "y" options.
Examples:
The viewer is presented with the options of an Ultimate Ball, a Super Ball, or a Mega Ball as their Reward, and they're allowed to pick one.
The viewer can choose two items from the following: coins, a skin, a beta-access key.
1 vote
- Don't see your idea?