Hi there, I'm trying to find a proper API line for Google Docs to automatically plug-in and update a Twitch user's follower and viewer counts on command. I'm trying to use the Twitter API as a root, but can't find any combination of changes that makes this work for Twitch.
The line I'm using to import from Twitter is:
=importXML("
http://twitter.com/"&substitute(B2,"@","",1),"//a[@data-element-term='follower_stats']")
Is there anything near an equivalent to this for Twitch followers and viewers? If you need a channel to work with to write the necessarily lines, use
http://twitch.tv/treisk for reference. Thanks in advance to anyone that can help me figure this out!