Simple: Scrape chat from stream

I’m sure this has been asked before, but I can’t find the answer anywhere. All I want to do is scrape the chat messages from my channel. The SDK has this functionality, but that requires me to have a white-listed client ID (or at least the example I have wants that).

So, any simple method to scrape the chat messages from my channel? An example would be amazing!
Thanks!

chat is just an IRC system

look into guides regarding twitch IRC, like:

http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc

then you need an IRC client library for whatever language you’re using

viola, you’re done