Skip to content

Instantly share code, notes, and snippets.

@matya
matya / gist:17d9a1710785b766ccd795efc75cbeb8
Last active January 9, 2024 20:23
Check if a twitch user has affiliated or partnered in an easy and dirty way
#!/bin/bash
### Available under MIT License
### Warning> not too much error handling ;)
user='streamer_user_name'
want='affiliate'
# https://dev.twitch.tv/docs/authentication/register-app/
client_id='twitch_client_id'