PetterKraabol / Twitch-Python

Object-oriented Twitch API for Python developers
https://pypi.org/project/twitch-python
MIT License
214 stars 37 forks source link

OAuth now required for all endpoints #18

Closed Sevadus closed 3 years ago

Sevadus commented 4 years ago

As per https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916 all calls now require oauth. Can we get oauth support updated just like in twitch-chat-downloader?

0xjame5 commented 3 years ago

Hmm, dang...

PetterKraabol commented 3 years ago

Fixed in 0.0.19 https://pypi.org/project/twitch-python/0.0.19/

pip install twitch-python --upgrade