BasioMeusPuga / twitchy

CLI streamlink wrapper for twitch.tv
GNU General Public License v3.0
91 stars 14 forks source link

Detect and display hosting? #26

Closed jedahan closed 5 years ago

jedahan commented 5 years ago

It would be cool if a streamer is hosting someone else, that you could see and choose the hosted stream

BasioMeusPuga commented 5 years ago

I'm not entirely sure the New Twitch API supports that at the moment. If that changes, I'll definitely look into it.

jedahan commented 5 years ago

http://tmi.twitch.tv/hosts?include_logins=1&host={id} I think is the endpoint, where id is the id of who might be hosting.

BasioMeusPuga commented 5 years ago

I've seen that. I'm using the official Twitch API with the helix endpoints. I'm afraid "unsupported, undocumented, and subject to change at any time" doesn't really work for maintenance purposes.