anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Afreeca streams #47

Open anlutro opened 8 years ago

anlutro commented 8 years ago

Afreeca has no proper API. From a quick glance at their code, even livestreamer has to make two HTTP requests and do HTML parsing to determine if a stream is online.

There is a list of all streams in a javascript-ish format here: http://live.afreeca.com:8057/afreeca/broad_list_api.php

Consuming it is going to be a bitch though.