youtube-studio
youtube-studio copied to clipboard
How can i get SESSION_TOKEN without entering to youtube studio in python automatically?
When you are uploading video, to interact with youtube api you need to have SESSION_TOKEN. I checked documentation and i have seen that i need to make request to studio.youtube.com and get response of /grst endpoint. Can i get SESSION_TOKEN without entering to youtube studio in python automatically?
+1
+1
I know it's essential for using this package in your projects, but to my current knowledge of how Youtube tokens are being generated, unfortunately, it's not feasible. I went down the rabbit hole trying to figure it out, but have not been successful.
I know it's essential for using this package in your projects, but to my current knowledge of how Youtube tokens are being generated, unfortunately, it's not feasible. I went down the rabbit hole trying to figure it out, but have not been successful.
Thank you
I try generate them with captured data but i think it's available for 3 or 4 days
the problem with botguardResponse and challenge it's generated by javascript so no way to execute js then return values from it ?
Thanks Again :)