PawanOsman / GoogleBard

GoogleBard - A reverse engineered API for Google Bard chatbot for NodeJS
https://bard.google.com
MIT License
415 stars 57 forks source link

__Secure-1PSIDTS is also needed #36

Open neuronetio opened 1 year ago

neuronetio commented 1 year ago

I figured out that __Secure-1PSIDTS also must be included in the cookies.

Aleho84 commented 1 year ago

I confirm what Neuronetio says

MarcosEich commented 1 year ago

Thanks for the info. Also had to include __Secure-1PSIDTS

kamalkech commented 11 months ago

That s not good idea any more, why not simplify the life and use just a token why need all this :

let cookies = `NID=; SID=; __Secure-1PSID=; __Secure-3PSID=; HSID=; SSID=; APISID=; SAPISID=; __Secure-1PAPISID=; __Secure-3PAPISID=; SIDCC=; __Secure-1PSIDCC=; __Secure-3PSIDCC=`;

now i stop testing bard because this implementation still not good, back to openai