Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@Teekeks Teekeks released this 19 Dec 18:45
ffc7311

Twitch

  • Added the following new Endpoint:
    • "Get Shared Chat Session" Twitch.get_shared_chat_session()

EventSub

  • Added the following new Topics:
    • "Channel Shared Chat Session Begin" EventSubBase.listen_channel_shared_chat_begin()
    • "Channel Shared Chat Session Update" EventSubBase.listen_channel_shared_chat_update()
    • "Channel Shared Chat Session End" EventSubBase.listen_channel_shared_chat_end()
  • Added the "Golden Kappa Train" info to the following Topics:
    • EventSubBase.listen_hype_train_begin()
    • EventSubBase.listen_hype_train_progress()
    • EventSubBase.listen_hype_train_end()

Chat

  • Added new middleware SharedChatOnlyCurrent which restricts the messages to only the current room (thanks @Latent-Logic )
  • Added support for source room and user tags
  • Added new option no_shared_chat_messages which controls if shared chat messages should be filtered out or not (thanks @Latent-Logic )

OAuth

  • Made it possible to specify target host and port in constructor of UserAuthenticator (thanks @nojoule )
  • Made it possible to control if a browser should be opened in UserAuthenticator.authenticate() (thanks @Latent-Logic )