FlorianSteenbuck / multistreamchat

A Simple Python Script to create a Multi Chat with apps, filters and pushers.
1 stars 0 forks source link

How to get the Youtube keys? #3

Open Bluscream opened 7 years ago

Bluscream commented 7 years ago

livechatid = "" apikey = "" ownerchannelid = ""

How to get them?

FlorianSteenbuck commented 7 years ago

With the developer console. The problem why I dont use here the oauth credentials are the possibility of get multi streams and chats. To get a clean code multiple things need to change. I currently got no time for create whole new clean code. Its just a working version of the code yet

Bluscream commented 7 years ago

Thanks, I assume their saved as cookies or smth then?

FlorianSteenbuck commented 6 years ago

I am trying to use the official APIs first. As you can see using the client, html or reverse engineering methods on websites is not the right method on YouTube (see NewPipe). Since localStorage their is no need for cookies. Both can be used with abstract all to a session id. A gateway would solve this problem. This can also be safe developed with a cache everything option. Best way would be a tangle or blockchain solution. Because cache everything would cost too much.

Another solution would be to use username + password + oauth auto method.