PythonTwitchBotFramework icon indicating copy to clipboard operation
PythonTwitchBotFramework copied to clipboard

asynchronous twitchbot framework made in pure python

Results 3 PythonTwitchBotFramework issues
Sort by recently updated
recently updated
newest added

Hello, as implemented right now, the function simply does not work as expected. The function **get_user_followers** defined [here](https://github.com/sharkbound/PythonTwitchBotFramework/blob/master/twitchbot/util/twitch_api_util.py#L81) does not return all followers. According to the [API documentation](https://dev.twitch.tv/docs/api/reference#get-users-follows) only 20...

refence impl: https://github.com/Elektordi/obs-websocket-py

enhancement