GoogleBard icon indicating copy to clipboard operation
GoogleBard copied to clipboard

GoogleBard - A reverse engineered API for Google Bard chatbot for NodeJS

Results 15 GoogleBard issues
Sort by recently updated
recently updated
newest added

This is my bard url, I don't have account number 1,2,3 https://bard.google.com/u/0/chat

Sometimes it just comes back to this error SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS But in bard there is text

For How much time does the cookie Valid ? Am i required to change the cookie every x hours or days ?

project/node_modules/ts-node/dist/index.js:851 return old(m, filename); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module

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

The value of __Secure-1PSIDTS (or __Secure-2PSIDTS, __Secure-3PSIDTS, etc, depending on the user number) must be included in the cookie. This is what the cookies variable should look like in order...

Sometimes response is simple en or [SWML_HOME_TOWN] . What might be the reason @PawanOsman

Sometimes googlebard response country code like (zh-hans,en) ```js let response = await bot.ask(sendMessage,message.author.id) ```

Hello, thank you for the help, because it's really helpful. I want to know how to get the cookie, directly with a code, if you an astuce, because, the problem,...