twitchapi module

twitchapi.get_channel_users(channel: str) → list

Returns a list of users in the channel.

twitchapi.get_user_group(channel: str, user: str) → str
twitchapi.is_broadcasting(channel: str, client_id: str) → bool

Returns a bool if the channel is broadcasting.

Parameters:
  • channel – Name of the channel.
  • client_id – Your account’s

client-id. Look at “Getting a Client ID” here: https://dev.twitch.tv/docs/v5 :return: A bool if the channel is broadcasting.

twitchapi.is_vip(channel: str, user: str) → bool