From 83232a0352d3fbfaeab9f5d320dcac3abde03737 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 21 Oct 2015 16:56:39 -0700 Subject: twitchfollow.sh: new --- twitchfollow.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 twitchfollow.sh diff --git a/twitchfollow.sh b/twitchfollow.sh new file mode 100755 index 0000000..ce3c6ca --- /dev/null +++ b/twitchfollow.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl -d '' -X PUT https://api.twitch.tv/kraken/users/bungmonkey/follows/channels/"$1"?oauth_token=$(cat ~/.config/twitch/access_token) + -- cgit v1.2.3