Hello,
So, I was wondering if it's possible making a "Followage" script with Twitch API.
I want it to say how long I has followed a stream.
I'm using this Twitch's own api:
https://api.twitch.tv/kraken/users/artiiz/follows/channels/sodapoppinI want it to say like "artiiz has been following channel 'target' for 0d, 00h, 00m and 00s."
Like this:
I tried using this script:
on 1:text:!followage:#artiiz:{
msg $chan @ $+ $nick has been following channel sodapoppin for $url(http://api.twitch.tv/kraken/users/artiiz/follows/channels/sodapoppin)
}
But then it just says:

Is there a way of making it, and if there are, how?
