Closed ftk789 closed 11 months ago
Yes, you can use UserAuthenticationStorageHelper
(or implement such a mechanic on your own) to keep a token between program restarts.
I wrote a tutorial here: https://pytwitchapi.dev/en/latest/tutorial/reuse-user-token.html
Yes, you can use
UserAuthenticationStorageHelper
(or implement such a mechanic on your own) to keep a token between program restarts.I wrote a tutorial here: https://pytwitchapi.dev/en/latest/tutorial/reuse-user-token.html
Oh my god, What a fast reply, Thank you very much, I didn't know there was a Storage Helper by you, Thank you very much <3
Is it possible to make it only Authentication once? Instead of it opening the Auth link everytime I execute the python script?