ingwinlu / python-twitch

python-twitch is an python module for simple interaction with twitch.
http://ingwinlu.github.io/python-twitch/
GNU General Public License v3.0
34 stars 17 forks source link

API's being removed this year #332

Open miawgogo opened 6 years ago

miawgogo commented 6 years ago

Twitch is moving to something dubbed New Twitch API,

They will be removing V3 and V5 this year

https://dev.twitch.tv/docs/v5

miawgogo commented 6 years ago

The python code this project is based on has helix implemented https://github.com/MrSprigster/script.module.python.twitch/

miawgogo commented 6 years ago

I have a new version with the new code from Mr Sprigster in my repo https://github.com/ioangogo/python-twitch

no tests though

ingwinlu commented 6 years ago

looks great, do you plan on PR'ing when you are done?

miawgogo commented 6 years ago

Probably, just added the v3 stuff back(for backwards compatiblity with exisitng users, i dont think v2 exists) I just need to write some tests for v5 and helix