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

Client_id #26

Closed dagro105 closed 7 years ago

dagro105 commented 8 years ago

Hi guys,

I'm starting to use the Twitch Api to check out some statistic stuff. How do I put my client_id into that program? Do I need to give it via the url-query (...?&client_id=...) or is there a smoother way to send my client_id to each query? (I'm still a beginner in programming so pls don't be so hard!

ingwinlu commented 8 years ago

If you want to use python-twitch you can NOT use a client_id yet. As it is not implemented.

martinjuhasz commented 7 years ago

is this still true?

ingwinlu commented 7 years ago

yes as I have not yet gotten around to it even though it is required now, see #29

ingwinlu commented 7 years ago

client id can now be provided, let me know if you need anything else or if it isn't working for you as expected.