javascript - How to parse through Twitch webpage and get list of online streamers -


i know has been done many times before new coding scene (relatively new) , love fiddle around things. i've never managed make functional, in useful me. i'm trying make chrome extension shows list of online counter strike streamers streaming. have no idea how go this. there way through jquery go through this page , take first ~10 usernames find?

i know how make extension , html , stuff. looking functionality. have list @ moment on html page. there's nothing in list want fill online streamers. solely doing "fun" project practice in. not looking full answers point me in right direction :d.

completely lost on how this. regular expressions work?

a mediocre way go twitch page, elements repeat each streamer , grabbing inner html, is, information on who's streaming.

the proper way go through twitch's dev api , find information using dedicated web services , information hooks. consider way twitch people invested in website providing them easy 'methods' retrieve things who's streaming, how many, etc.

i've never used it, i'm sure it's simple , it's made situation.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -