Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

Add 'Get Chat Settings' and 'Update Chat Settings' #96

Closed transgwender closed 2 years ago

transgwender commented 2 years ago

Twitch has recently added the ability to use the API to modify the chat settings: (see: https://dev.twitch.tv/docs/api/reference#get-chat-settings). It would be useful to be able to have this functionality, so that users may be able to program in behavior to modify their chat settings. Some examples of this use might be to either automatically change the chat settings to slow mode when chat spam becomes too high, or to create a local button to press to change chat modes incase of sudden hate raids, and so on. It would be useful to add the api request to the rest of the api requests the library allows a user to make.