Advertisement
Guest User

Twitch Stream Status Checker (v2.0)

a guest
Oct 16th, 2014
1,487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 15.79 KB | None | 0 0
  1. ON !*:TEXT:*:#: {
  2.   tokenize 32 $strip($1-,burci)
  3.   if ($1 == !tstream) {
  4.     if (!$2) { .msg $chan [ $+ $nick $+ ]: Error, Not enough parameteres, try again and enter the username to search! | return }
  5.     twitch_stream $nick $chan $2-
  6.   }
  7. }
  8.  
  9. alias twitch_stream {
  10.   if (!$1-) { return }
  11.   var %u = https://api.twitch.tv/kraken/streams/ $+ $3
  12.   var %v = twc_ $+ $ticks
  13.   JSONOpen -ud %v %u
  14.   if (%JSONError) { .notice $1 [ $+ $1 $+ ]: Error, There was an problem while trying to connect to the twitch server, try again later! | return }
  15.   var %id = $json(%v,stream,_id)
  16.   var %viewers = $bytes($json(%v,stream,viewers),bd)
  17.   var %crdate = $replace($remove($json(%v,stream,created_at),$chr(122)),$chr(116),$chr(32))
  18.   var %ctime = $ctime(%crdate)
  19.   if (%ctime) { var %timeago = $timeago($calc($ctime - %ctime)).all | var %crdate = $date(%ctime,ddd ddoo mmm yyyy HH:nn:ss) }
  20.   if (!%id) { .msg $2 [ $+ $1 $+ ]: The $qt( $+ $3 $+ ) stream channel is currently OFFLINE. }
  21.   elseif (%id) { .msg $2 Twitch: -> Stream:  $+ $3 $+  -=- Status: Online -=- Viewer(s):  $+ $iif(%viewers,$v1,N/A) $+  -=- Created on:  $+ $iif(%crdate,$v1,N/A) $+  ( $+ $iif(%timeago,$v1,N/A) $+ ) }
  22.   JSONClose %v
  23. }
  24.  
  25. alias timeago {
  26.   if (!$1) { return 0 }
  27.   if ($1) && ($1 !isnum) { return 0 }
  28.   if ($prop == all) {
  29.     var %s = $nduration($1)
  30.     var %s = $replacex(%s,wks,$chr(32) weeks.,wk,$chr(32) week.)
  31.     var %s = $replacex(%s,days,$chr(32) days.,day,$chr(32) day.)
  32.     if (*min* iswm %s) { var %s = $replacex(%s,hrs,$chr(32) hours.,hr,$chr(32) hour.) }
  33.     if (*min* !iswm %s) { var %s = $replacex(%s,hrs,$chr(32) hours,hr,$chr(32) hour) }
  34.     if (*sec* iswm %s) { var %s = $replacex(%s,mins,$chr(32) minutes.,min,$chr(32) minute.) }
  35.     if (*sec* !iswm %s) { var %s = $replacex(%s,mins,$chr(32) minutes,min,$chr(32) minute) }
  36.     var %s = $replacex(%s,secs,$chr(32) seconds,sec,$chr(32) second)
  37.     var %s = $replace(%s,$chr(46),$chr(44))
  38.     return $iif(%s,%s ago,0)
  39.   }
  40.   if ($1 <= 59) { return $1 $iif($1 == 1,second,seconds) ago }
  41.   if (($1 <= 3599) && ($1 > 59)) { return $floor($calc($1 / 60)) $iif($floor($calc($1 / 60)) == 1,minute,minutes) ago }
  42.   if (($1 <= 86399) && ($1 > 3599)) { return $round($calc($1 / 3600),0) $iif($round($calc($1 / 3600),0) == 1,hour,hours) ago }
  43.   if (($1 <= 2592000) && ($1 > 86399)) { return $floor($calc($1 / 86400)) $iif($floor($calc($1 / 86400)) > 1,days,day) $+ , $round($calc($calc($1 - $calc($floor($calc($1 / 86400))*86400)) / 3600),0) $iif($round($calc($calc($1 - $calc($floor($calc($1 / 86400))*86400)) / 3600),0) > 1,hours,hour) ago }
  44.   if (($1 <= 31540000) && ($1 > 2592000)) { return $floor($calc($1 / 2592000)) $iif($floor($calc($1 / 2592000)) > 1,months,month) $+ , $round($calc($calc($1 - $calc($floor($calc($1 / 2592000))*2592000)) / 86400),0) $iif($round($calc($calc($1 - $calc($floor($calc($1 / 2592000))*2592000)) / 86400),0) > 1,days,day) ago }
  45.   if ($1 > 31104000) { return $floor($calc($1 / 31104000)) $iif($floor($calc($1 / 31104000)) > 1,years,year) $+ , $round($calc($calc($1 - $calc($floor($calc($1 / 31104000))*31104000)) / 2592000),0) $iif($round($calc($calc($1 - $calc($floor($calc($1 / 31104000))*31104000)) / 2592000),0) > 1,months,month) ago }
  46. }
  47.  
  48. alias JSONOpen {
  49.   var %switches = -
  50.   if (-* iswm $1) {
  51.     %switches = $1
  52.     tokenize 32 $2-
  53.   }
  54.   var %com = JSONHandler:: $+ $1, %error, %file, %rem
  55.   var %init = function init(a,b){errortext="";data="";url=b ? b : "";method="GET";headers=[];parsedJSON={};status=a;fso=new ActiveXObject("Scripting.FileSystemObject")}
  56.   var %read = function readFile(filename){var ado=new ActiveXObject("ADODB.Stream");ado.CharSet="utf-8";ado.Open();ado.LoadFromFile(filename);if(!ado.EOF){data=ado.ReadText();}ado.close()}
  57.   var %json = "object"!==typeof JSON&&(JSON={});(function(){function m(a){return 10>a?"0"+a:a}function t(a){p.lastIndex=0;return p.test(a)?'"'+a.replace(p,function(a){var c=u[a];return"string"===typeof c?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function q(a,l){var c,d,h,r,g=e,f,b=l[a];b&&"object"===typeof b&&"function"===typeof b.toJSON&&(b=b.toJSON(a));"function"===typeof k&&(b=k.call(l,a,b));switch(typeof b){case "string":return t(b);case "number":return isFinite(b)?String(b):"null";case "boolean":case "null":return String(b);case "object":if(!b)return"null";e+=n;f=[];if("[object Array]"===Object.prototype.toString.apply(b)){r=b.length;for(c=0;c<r;c+=1)f[c]=q(c,b)||"null";h=0===f.length?"[]":e?"[\n"+e+f.join(",\n"+e)+"\n"+g+"]":"["+f.join(",")+"]";e=g;return h}if(k&&"object"===typeof k)for(r=k.length,c=0;c<r;c+=1)"string"===typeof k[c]&&(d=k[c],(h=q(d,b))&&f.push(t(d)+(e?": ":":")+h));else for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(h=q(d,b))&&f.push(t(d)+(e?": ":":")+h);h=0===f.length?"{}":e?"{\n"+e+f.join(",\n"+e)+"\n"+g+"}":"{"+f.join(",")+"}";e=g;return h}}"function"!==typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+m(this.getUTCMonth()+1)+"-"+m(this.getUTCDate())+"T"+m(this.getUTCHours())+":"+m(this.getUTCMinutes())+":"+m(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()});var s,p,e,n,u,k;"function"!==typeof JSON.stringify&&(p=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,u={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},JSON.stringify=function(a,l,c){var d;n=e="";if("number"===typeof c)for(d=0;d<c;d+=1)n+=" ";else"string"===typeof c&&(n=c);if((k=l)&&"function"!==typeof l&&("object"!==typeof l||"number"!==typeof l.length))throw Error("JSON.stringify");return q("",{"":a})});"function"!==typeof JSON.parse&&(s=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,JSON.parse=function(a,e){function c(a,d){var g,f,b=a[d];if(b&&"object"===typeof b)for(g in b)Object.prototype.hasOwnProperty.call(b,g)&&(f=c(b,g),void 0!==f?b[g]=f:delete b[g]);return e.call(a,d,b)}var d;a=String(a);s.lastIndex=0;s.test(a)&&(a=a.replace(s,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return d=eval("("+a+")"),"function"===typeof e?c({"":d},""):d;throw new SyntaxError("JSON.parse");})})();
  58.   var %xhr = function xhr(){var a,b=['MSXML2.XMLHTTP.6.0','MSXML2.XMLHTTP.3.0','Microsoft.XMLHTTP'],c;for(a=0;a<b.length;a++){try{c=new ActiveXObject(b[a]);break}catch(e){}}if(typeof c==="undefined"){errortext = "Unable to locate an XMLHTTP object for use"}else{c.open(method,url,false);for(a=0;a<headers.length;a++){c.setRequestHeader(headers[a][0],headers[a][1])}c.send(data);if(c.status!==200){errortext="Unable to retrieve data - Server Error: " + c.status}else{status="Parsed";try{parsedJSON=JSON.parse(c.responseText)}catch(ee){errortext="Unable to parse Retrieved Data"}}}}
  59.   if (!$regex(%switches, /^-[ufbwd]*$/)) { %error = Invalid switches specified }
  60.   elseif ($regex(%switches, /([ufbwd])\1/)) { %error = Duplicate switch specified ( $+ $regml(1) $+ ) }
  61.   elseif ($regex(%switches, /([ufb])/g) > 1) { %error = Conflicting switches specified (- $+ $regml(1) $+ , - $+ $regml(2) $+ $iif($regml(3), $chr(44) - $+ $v1) $+ ) }
  62.   elseif (w isin %switches && u !isin %switches) { %error = Invalid switch (-w is only for use with -u) }
  63.   elseif ($0 < 2) { %error = Required parameters missing }
  64.   elseif (!$regex($1,/^[a-z\d_.-]+$/i)) { %error = Invalid name specified (Can only contant letters, numbers, _, ., and -) }
  65.   elseif ($com(%com)) { %error = Specified name in use }
  66.   elseif (u isin %switches && $0 > 2) { %error = Invalid URL specified. (Contains Spaces: $2-) }
  67.   elseif (f isin %switches && !$isfile($2-)) { %error = File not found: $2- }
  68.   elseif (b isin %switches && &* !iswm $2) { %error = Invalid binary variable specified (No '&' Prefix) }
  69.   elseif (b isin %switches && $0 > 2) { %error = Invalid binary variable specified (Contains Spaces: $2-) }
  70.   elseif (b isin %switches && $bvar($2, 0) < 1) { %error = Invalid binary variable specified (No content) }
  71.   elseif (!$JSON::ComOpen(%com, MSScriptControl.ScriptControl) || $comerr) { %error = Unable to create an instance of MSScriptControl.ScriptControl }
  72.   elseif (!$com(%com, language, 4, bstr, jscript) || $comerr) { %error = Unable to set ScriptControl's language to Javascript }
  73.   elseif (!$com(%com, addcode, 1, bstr, %init) || $comerr) { %error = Unable to add init() to ScriptControl }
  74.   elseif (!$com(%com, addcode, 1, bstr, %xhr) || $comerr) { %error = Unable to add xhr() to ScriptControl }
  75.   elseif (!$com(%com, addcode, 1, bstr, %read) || $comerr) { %error = Unable to add readFile() to ScriptControl }
  76.   elseif (!$com(%com, ExecuteStatement, 1, bstr, %JSON) || $comerr) { %error = Unable to Initalize the JSON parser object }
  77.   elseif (!$com(%com, ExecuteStatement, 1, bstr, $iif(u isin %switches, $+(init,$chr(40), "XHR", $chr(44), $qt($JSON::Escape($2)),$chr(41)), $+(init,$chr(40), "Parsed", $chr(44), "", $chr(41)))) || $comerr) { %error = Unable to initalize variables for ScriptControl }
  78.   else {
  79.     if (u isin %switches) {
  80.       if (w !isin %switches) {
  81.         var %i = $com(%com, ExecuteStatement, 1, bstr, $+(xhr,$chr(40),$chr(41)))
  82.         if (!%i || $comerr) { %error = Unable to retrieve data from $2 :: $com(%com).error :: $com(%com).errortext }
  83.         elseif (!$com(%com, eval, 1, bstr, errortext) || $com(%com).result) { %error = Unable to retrieve data $+ $iif($v1,: $v1,) }
  84.       }
  85.     }
  86.     else {
  87.       %file = $JSON::File($1)
  88.       if (f isin %switches) {
  89.         %file = $longfn($2)
  90.       }
  91.       elseif (b isin %switches) {
  92.         bwrite $qt(%file) 0 -1 $2
  93.         %rem = $true
  94.       }
  95.       else {
  96.         write -n $qt(%file) $2-
  97.         %rem = $true
  98.       }
  99.       if (!$com(%com, ExecuteStatement, 1, bstr, $JSON::Funct(readFile, $qt($JSON::Escape(%file)))) || $comerr) { %error = Unable to read contents of data-passing file }
  100.       elseif (!$com(%com, ExecuteStatement, 1, bstr, $JSON::Funct(parsedJSON=JSON.parse,data)) || $comerr) { %error = Unable to parse data into valid JSON }
  101.     }
  102.     if (d isin %switches) { $+(.timer,%com) 1 0 JSONClose $1 }
  103.   }
  104.   :error
  105.   %error = $iif($error, $v1, %error)
  106.   if (%rem && %file && $isfile(%file)) { .remove $qt(%file) }
  107.   if (%error) {
  108.     if ($timer(%com)) { $+(.timer,%com) off }
  109.     if ($com(%com)) {
  110.       set -eu0 $+(%,%com,::error) %error
  111.       .comclose $v1
  112.     }
  113.     else { set -eu0 %JSONError %error }
  114.   }
  115. }
  116. alias JSONURLOption {
  117.   var %com = JSONHandler:: $+ $1, %error, %head, %value, %x = 2
  118.  
  119.   if (!$com(%com)) { return }
  120.   unset % [ $+ [ %com ] $+ ] ::error
  121.   if ($0 < 3) { %error = Missing parameters }
  122.   elseif (!$com(%com, eval, 1, bstr, status) || $com(%com).result != XHR) { %error = HTTP Request already completed or wasn't specified }
  123.   elseif ($2 == method) {
  124.     if (!$regex($3-, /^(?:GET|POST|PUT|DELETE)$/i)) { %error = Invalid HTTP Request method Specified: $3- }
  125.     elseif (!$com(%com, ExecuteStatement, 1, bstr, method=" $+ $3 $+ ") || $comerr) { %error = Unable to set HTTP Request method }
  126.   }
  127.   else {
  128.     if (!$com(%com, ExecuteStatement, 1, bstr, $JSON::Funct(headers.push,[ $+ $qt($JSON::Escape($2)), $qt($JSON::Escape($3-)) $+ ])) || $comerr) { %error = Unable to set HTTP Header: %head $+ : $+ %value }
  129.   }
  130.   :error
  131.   %error = $iif($error, $v1, %error)
  132.   if (%error) {
  133.     reseterror
  134.     set -e $+(%,%com,::Error) %error
  135.   }
  136. }
  137. alias JSONGet {
  138.   var %switches -
  139.   if (-* iswm $1) {
  140.     %switches = $1
  141.     tokenize 32 $2-
  142.   }
  143.   var %com = JSONHandler:: $+ $1
  144.   var %file = $JSON::File($1)
  145.   var %error
  146.   var %rem
  147.   if ($com(%com)) {
  148.     if ($com(%com, eval, 1, bstr, status) && $com(%com).result !== XHR) { %error = HTTP Request already completed or wasn't specified }
  149.     elseif (!$regex(%switches, /^-[bf]*$/)) { %error = Invalid switches specified }
  150.     elseif ($regex(%switches, /([bf])\1/)) { %error = Duplicate switch specified ( $+ $regml(1) $+ ) }
  151.     elseif ($regex(%switches, /([bf])/g) > 1) { %error = Conflicting switches specified (- $+ $regml(1) $+ , - $+ $regml(2) $+ ) }
  152.     elseif (b isin %switches && &* !iswm $2) { %error = Invalid binary variable specified (No '&' Prefix) }
  153.     elseif (b isin %switches && $0 > 2) { %error = Invalid binary variable specified (Contains Spaces: $2-) }
  154.     elseif (f isin %switches && !$isfile($2-)) { %error = File not found: $2- }
  155.     else {
  156.       if (b isin %switches && $bvar($2,0)) {
  157.         bwrite $qt(%file) 0 -1 $2
  158.         %rem = $true
  159.       }
  160.       elseif (f isin %switches) { %file = $2- }      
  161.       elseif ($2-) {
  162.         write -n $qt(%file) $2-
  163.         %rem = $true
  164.       }
  165.       %file = $longfn(%file)
  166.       if ($isfile(%file) && (!$com(%com, ExecuteStatement, 1, bstr, $JSON::Funct(readFile,$qt($JSON::Escape(%file)))) || $comerr)) { %error = Unable to pass data to JSON Handler }
  167.       elseif (!$com(%com, ExecuteStatement, 1, bstr, xhr $+ $chr(40) $+ $chr(41)) || $comerr) { %error = Unable to retrieve data from specified URL :: $com(%com).error :: $com(%com).errortext }
  168.       elseif (!$com(%com, eval, 1, bstr, errortext) || $com(%com).result) { %error = $v1 }
  169.       if (%rem && $isfile(%file)) { .remove %file }
  170.     }
  171.   }
  172.   :error
  173.   %error = $iif($error, $v1, %error)
  174.   if (%error) {
  175.     reseterror
  176.     set -eu0 $+(%,%com,::Error) %error
  177.   }
  178. }
  179. alias JSON {
  180.   var %com, %x = 1, %i = 0, %get = parsedJSON, %tok, %res
  181.   if ($regex($1,/^\d+$/) && $0 === 1) {
  182.     while ($com(%x)) {
  183.       if (JSONHandler::* iswm $v1) {
  184.         %com = $v2
  185.         inc %i
  186.         if (%i === $1) { return %com }
  187.       }
  188.       inc %x
  189.     }
  190.     return $iif($1 == 0, %i)
  191.   }
  192.   elseif ($regex($1, /^JSONHandler::CHILD::([^:]+)::(.*)$/)) {
  193.     %com = $regml(1)
  194.     %get = $regml(2)
  195.   }
  196.   else { %com = JSONHandler:: $+ $1 }
  197.   if ($com(%com)) {
  198.     if ($0 == 1) {
  199.       if ($prop == isChild) { return $iif($regex($1, /^JSONHandler::CHILD::([^:]+)::(.*)$/), $true, $false) }
  200.       elseif ($prop == error) { return $iif($(,$+(%,%com,::error)), $true,$false) }
  201.       elseif ($prop == errortext) { return $(,$+(%,%com,::error)) }
  202.       elseif ($com($1)) { return $1 }
  203.     }
  204.     elseif (!$com(%com, eval, 1, bstr, status) || $com(%com).result != parsed) { set -eu0 $+(%,%com,::error) JSON Handler waiting for HTTP Request }
  205.     else {
  206.       %x = 2
  207.       while (%x <= $0) {
  208.         %tok = $(,$ $+ %x)
  209.         if (!$regex(%tok, /^\d+$/)) {
  210.           %tok = $qt($replace(%tok,\,\\,",\"))
  211.         }
  212.         %get = $+(%get,[,%tok,])
  213.         inc %x
  214.       }
  215.       if (!$com(%com, eval, 1, bstr, %get) || $comerr) { set -e $+(%,%com,::error) Invalid Item|index specified }
  216.       else {
  217.         %res = $com(%com).result
  218.         if (%res == [object]) { return JSONHandler::CHILD:: $+ $1 $+ :: $+ %get }
  219.         else { return %res }
  220.       }
  221.     }
  222.   }
  223. }
  224. alias JSONClose {
  225.   var %com = JSONHandler:: $+ $1
  226.   unset % [ $+ [ %com ] $+ ] ::*
  227.   if ($com(%com)) { .comclose $v1 }
  228.   if ($timer(%com)) { $+(.timer,%com) off }
  229. }
  230. alias JSONList {
  231.   var %x = 1, %i = 0
  232.   while ($com(%x)) {
  233.     if (JSONHandler::* iswm $v1) {
  234.       inc %i
  235.       echo $color(info text) -a * # $+ %i : $regsubex($v2, /^JSONHandler::/,)
  236.     }
  237.     inc %x
  238.   }
  239.   if (!%i) { echo $color(info text) -a * No active JSON handlers }  
  240. }
  241. alias JSON::ComOpen { .comopen $1- | if ($com($1) && !$comerr) { return $true } | :error | reseterror | if ($com($1)) { .comclose $1 } }
  242. alias JSON::Escape { return $replace($1,\,\\,",\") }
  243. alias JSON::File { var %a = 1 | while ($isfile(JSON $+ $1 $+ %a $+ .json)) { inc %a } | return $+(JSON, $1, %a, .json) }
  244. alias JSON::Funct { var %a = $1 $+ $chr(40), %i = 1 | while (%i < $0) { inc %i | %a = $+(%a,$iif(%i > 2,$chr(44)),$(, $ $+ %i)) } | return %a $+ $chr(41) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement