summaryrefslogtreecommitdiff
path: root/twitchfollow.sh
blob: ce3c6ca037ce0e76e8fd1f2e22a27e3cb832e15b (plain)
1
2
3
4
#!/bin/sh

curl -d '' -X PUT https://api.twitch.tv/kraken/users/bungmonkey/follows/channels/"$1"?oauth_token=$(cat ~/.config/twitch/access_token)