Skip to content

Instantly share code, notes, and snippets.

@necrogami
Created February 27, 2016 02:18
Show Gist options
  • Select an option

  • Save necrogami/c72a49f439eef7f5f8f8 to your computer and use it in GitHub Desktop.

Select an option

Save necrogami/c72a49f439eef7f5f8f8 to your computer and use it in GitHub Desktop.
Do {
$partner = (C:\ProgramData\chocolatey\bin\curl.exe -ks https://api.twitch.tv/kraken/channels/kiwifails | jq .partner)
echo $partner
if ($partner -eq "true") {
echo "KIWI IS A PARTNER!!!!!!!"
echo "kiwi fails is now a partner go subscribe" | cscript //nologo "C:\Program Files\Jampal\ptts.vbs"
}
sleep 30
} While (1 -eq 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment