-
Version changed?
-
I don't know if you being manually extracting poll data in rating.json file,
but this could be a good way to pull the realtime data ?
`https://www.strawpoll.me/api/v2/polls/{matchid}`
E.g: https:…
-
`https://strawpoll.me/api/v2/polls` this is redirecting to `http://www.strawpoll.me/api/v2/polls` here. So I can't send request from https sites.
`Mixed Content: The page at 'https://example.com' was…
-
I can't make a pull request to a wiki so if someone could update the documentation from
`https://strawpoll.me/api/v2/polls`
to
`https://www.strawpoll.me/api/v2/polls`
to potentially save others fr…
-
Going to be messing around with the [strawpoll.me API](https://github.com/strawpoll/strawpoll/wiki/API) which is _super_ friendly later tonight. Will post my findings.
-
Here's a proxy API to use for the strawpoll bot.
Source: http://pubproxy.com/
API example: http://pubproxy.com/api/proxy?last_check=60&format=txt&limit=20
-
**Is your feature request related to a problem? Please describe.**
Trying to put a poll link in chat e.g. https://www.strawpoll.me/42962832 and for it not to be flushed away by chat in large rooms.
…
-
Responses are so small that JSONStream is not really necessary at all. I think users will 99% of the time just end up `concat-stream`ing the strawpoll stream so perhaps we might as well just turn this…
-
i'm attempting to create a poll in node like so:
```
import rp from 'request-promise';
rp({
uri: 'https://strawpoll.me/api/v2/polls',
method: 'POST',
headers:{
'Content-Type':'applica…
-