Teekeks / pyTwitchAPI

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

HomeAssistant integration stopped working #268

Closed bergdahl closed 1 year ago

bergdahl commented 1 year ago

This is due to the get_users_follows() API stopped working 3rd of August. I changed that call to use the get_channel_followers instead, but version 3.12.0 does not contain commit 26f2126 which is needed for this to work, as it requires MODERATOR_READ_FOLLOWERS scope.

Can we get a new version release so I can fix the HA integration please?

Teekeks commented 1 year ago

would a RC do it? only thing thats gonna change till the full release will be documentation and maybe some code usefull for mocking, should not impact anything used by HA

bergdahl commented 1 year ago

I already tested that the commit works, but HA needs to get it from pypi. Thus the need for a new release.

Teekeks commented 1 year ago

v4.0.0 is now available via pypi