I know I can get a list of followed channels using /users/:user/follows/channels
But how would I get a list of all streams I’ve followed, but that are also online (so, basically, what https://www.twitch.tv/directory/following/live gives me), without checking every stream individually (which would be difficult given the 100 limit anyway)?
Thanks!