pullrequests Search Results · repo:Teekeks/pyTwitchAPI language:Python
Filter by
54 results
(121 ms)54 results
inTeekeks/pyTwitchAPI (press backspace or delete to remove)I know there s a rework of the oauth system planned for v5.0.0, but this should do fine in the meantime.
UserAuth
Domi-G
- Opened on Mar 6
- #347
Two fixes:
- Twitch.get_emote_sets() was previously unpacking the data array when there is also a template property that needs to
be provided
- tier is only provided as a property for emotes from ...
moralrecordings
- 2
- Opened on Jan 12
- #339
Twitch is rolling out shared chat rooms between streamers, and it can result in a bot responding to commands or messages
from other chatrooms. This adds an optional (default on) filter for messages to ...
Latent-Logic
- 4
- Opened on Oct 15, 2024
- #334
Using the UserAuthenticator could not catch the redirect call with a non default port. This fixes it.
nojoule
- Opened on Aug 21, 2024
- #331
If client secret is invalid, refresh_access_token() throws a KeyError while trying to access the data key access_token ,
because the response status code 403 is handled correctly.
Implementation:
- ...
PythBuster
- Opened on Jul 29, 2024
- #324
https://github.com/Teekeks/pyTwitchAPI/pull/321 broke python parsing
raise ValueError( transaction_ids can t be longer than 100 entries )
...
Latent-Logic
- Opened on Jul 29, 2024
- #323
Fixes various typos/grammatical issues in the code.
image
THE-Spellchecker
- Opened on Jul 21, 2024
- #321
If you re reconnecting to a websocket you need to re-subscribe to the desired events within 10 seconds or else it will
close the connection. If we ve forgotten the subscription that the user asked for, ...
Latent-Logic
- 2
- Opened on Jul 19, 2024
- #319
Didn t actually test this, but it should just work(TM). Just a bool that is true when message is the chatter s first
message ever sent in a channel, false otherwise.
lbrooney
- 1
- Opened on Jun 12, 2024
- #313
A simple and kinda hacky Solution for implementing the Implicit Grant Flow.
Probably missed some documentation
Braastos
- 1
- Opened on May 29, 2024
- #311