问题标签 [twitch]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
4012 浏览

php - PHP - 将帖子数据发送到 URL 并获取响应

我很难将 POST 数据发送到 twitch api ( https://api.twitch.com/kraken/oauth2/token ) 并取回 json 代码...这是我当前的代码:

但是......显然这不是我应该这样做的方式。第一次使用 curl。
错误:

预期结果:

0 投票
1 回答
87 浏览

html - API 样式 Javascript + HTML

基本上我在面板/标题中使用引导 CSS

我有一个来自 Twitch.tv 的 Kraken 的 API,它可以抓取 3 个流

我的问题是它在一个框中显示了 3 个流

http://jsfiddle.net/82wNq/28/

如果有人可以给我任何指示,我会非常感激

0 投票
1 回答
367 浏览

php - Twitch API - 用户请求失败

PHP 代码中的所有内容都是正确的(我自己检查过),并且 curl 没有错误,但结果始终是一个空变量(无真/假)。

0 投票
1 回答
70 浏览

javascript - JS 样式 3 每行

我正在尝试做到这一点,所以一行有 3 个,然后休息,然后再有 3 个休息等等。

有什么帮助吗?

到目前为止的代码http://jsfiddle.net/82wNq/69/

例子:

http://i.stack.imgur.com/h0xvX.gif

0 投票
1 回答
1354 浏览

jquery - Twitch Api - 通过 jQuery Ajax put 方法更改频道状态失败

再会。我试图通过此代码更改流标题:

它返回成功(当前标题),但没有任何变化。但是,我使用名为Postman的 Chrome 应用程序测试了 url,它可以完美运行。

UPD:抽搐 API

0 投票
1 回答
5722 浏览

javascript - 页面上每个用户名的 Twitch 实时状态

我想显示我的锚链接中的 twitch 用户名是在线还是离线。问题是我将在网站上有多个用户名,而我的代码仅适用于第一个。

这是我的html:(可以更改)

任何帮助将不胜感激。谢谢。

0 投票
1 回答
1969 浏览

javascript - How does rate limiting with the reddit and twitch api work?

I have a question regarding rate limits with the twitch and reddit api. I am creating a simple website that requests json with client side JavaScript (of a particular subreddit and to test if certain streamers are online).

My question is, is the rate limit specified per user or for the total number of users using my website ? For example reddit states that there should be no more than 30 requests per 60 seconds- I'm inclined to think this is per user/bot because it says not to set your user agent to anything generic. In the case of twitch they suggest setting your client number as the httpheader to prevent rate limiting. So my two questions are if the people using my website will be making no more than 4 request a day do I  need to worry about rate limiting, regardless of how many people are using my website? Secondly do i need to set a http header or user agent if all my JavaScript is client side and I have no server side code? Sorry if the questions are blindly obvious, it's my first time working with json based APIs. 

Twitch api details:

https://github.com/justintv/Twitch-API/blob/master/README.md

Reddit api details:

https://github.com/reddit/reddit/wiki/API

0 投票
2 回答
540 浏览

java - 如何使用 Pirc 为 IRC 创建投票系统

我是 Java 初学者,开始在 Twitch.tv 上直播。我整晚都在致力于开发一个 IRC 机器人,以简化我频道的审核(我希望拥有使用千篇一律的 IRC 机器人无法提供的定制级别)。

让我绊倒的一件事是民意调查的创建。我查看了 Pirc javadocs,据我所知,没有任何命令可以检查频道操作发送的消息,这对于防止巨魔创建民意调查至关重要,而且我的知识有限,我不知道如何抓住消息中的额外参数。

我想要的是这样的:

这里有什么帮助吗?我会将您添加到每个流的结尾的感谢屏幕上。

0 投票
1 回答
10948 浏览

python - 连接到 twitch 聊天 python

我正在尝试为抽搐聊天制作一个机器人,但是当我运行此代码时,我收到错误消息,我正在使用适用于他们但不适用于我的其他人的代码

0 投票
2 回答
2211 浏览

python - 在 Python 中没有充分理由连接到 Twitch IRC 失败

我目前正在尝试阅读消息猫频道 Twitch。为此,我阅读了一些指南,我了解到它必须通过 IRC Twitch。然后我找到了几行简单的代码。

但是,身份验证未按计划进行,因为我收到以下消息:

我使用的是有效的 OAuth 聊天密码,我认为没有理由证明此失败是合理的。当您尝试使用您的用户名时,您是否也有错误?或者你对这个问题有什么想法吗?