python-twitch-client
python-twitch-client copied to clipboard
Python wrapper for Twitch API
I needed it to be async for a project of my own, so I did it myself. Maybe add an "async" branch and put this there so people can choose...
Simply adds the `search_channels` endpoint to the Helix API. https://dev.twitch.tv/docs/api/reference#search-channels
since the beginning of the year, twitch has been sending emails to users of the v5 endpoint with the message that v5 support will be switched off on 2/28/2022.
When I manually enter v5 endpoints, it gives me this message "message": "It's time to kick ass and serve v3... and I'm all outta v3. See https://dev.twitch.tv/docs" How is the...
Hello, I'm pretty sure I'm doing something wrong, but I didn't find examples, so maybe it really doesn't work. this is the request I'm doing for get_clips: clip_settings = {...
Can't find this name in twitch module. I've checked dir(twitch) and get this list: ['Callable', 'Chat', 'Helix', 'List', 'TMI', 'V5', '__all__', '__annotations__', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__',...
Test done: ran `twitch_client.users.get_follows()` twice for the same user_id, using different offset parameter values: 0 and 1 - Expected outcome: different list of followed channels for different offset parameter values....
Getting a error when querying streams that have emojis in any of their status UnicodeEncodeError: 'UCS-2' codec can't encode characters in position 711-711: Non-BMP character not supported in Tk Not...
I'm developing a console application to browse and watch Twitch streams (among other things) and would like to see if there's any interest in a PR that would add HTTPS...
I've set the oauth token when creating the client object and the return json is incomplete, seems to be snipped. Because of this the _total attribute is missing. client =...