Test if Twitch stream is live with Python and TwitchAPI

Ok now I’m getting back “False” (not from the Exception).
I’m not quite sure if I understood you right. Is it right to put the client secret as the token?

API_HEADERS = {
    'Client-ID' : 'myClientID',
    'Authorization' : 'Bearer '+"client_secret",
}

Your example works btw.