From b4fd5db5f0829c1bcdafa45c92301544c5620e8f Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 16 Nov 2015 18:18:11 -0800 Subject: twitchunfollow: new --- twitchunfollow.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 twitchunfollow.sh diff --git a/twitchunfollow.sh b/twitchunfollow.sh new file mode 100755 index 0000000..e48dc54 --- /dev/null +++ b/twitchunfollow.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl -d '' -X DELETE https://api.twitch.tv/kraken/users/$( cat ~/.config/twitch/username )/follows/channels/"$1"?oauth_token=$( cat ~/.config/twitch/access_token ) + -- cgit v1.2.3