youtube-studio icon indicating copy to clipboard operation
youtube-studio copied to clipboard

How can i get SESSION_TOKEN without entering to youtube studio in python automatically?

Open alexxrdev opened this issue 2 years ago • 4 comments

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?

alexxrdev avatar Feb 15 '23 13:02 alexxrdev

+1

Kakarotto22 avatar Mar 29 '23 20:03 Kakarotto22

+1

ItzmeSwapy avatar Mar 29 '23 22:03 ItzmeSwapy

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.

adasq avatar Mar 30 '23 08:03 adasq

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 :)

Kakarotto22 avatar Mar 30 '23 19:03 Kakarotto22