-
-
Notifications
You must be signed in to change notification settings - Fork 520
Add auto rotation cookies #191
Comments
I used browser_cookie3, I go to read the Google Chrome cookies that I opened previously, and then I can make all the calls I want without having to manually update the values. if it gives you the permission denied error, the shortcut to the chrome executable should be modified by adding --disable-features=LockProfileCookieDatabase
|
does it work? After more time unused tokens still works ? |
if it works; |
marco99asr Also, anyone can contribute by making modifications and creating a Pull Request without having to wait. We always look forward to active communication and your opinions. |
we have to understand how client refresh tokens when they expire. |
using this i never saw change cookies.... def saveCookiesNull(): def loadCookie(cookie): def saveCookies(cookie, value): def find_cookie(cookie, field, check): ---------------------main------------------------------------ session = requests.Session() printLog(session.cookies) response = bard.get_answer(input_text) PPSID = find_cookie(session.cookies, '__Secure-1PSID', PPSID) saveCookies("__Secure-1PSID", PPSID) |
sad story im blocked by bard server: 2023-11-14 22:18:25,276 - DEBUG - https://bard.google.com:443 "GET / HTTP/1.1" 302 363 |
The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time (rate limiting). |
[NOTICE] Please, go to Gemini-API https://github.com/dsdanielpark/Gemini-API
|
Any system to be able to auto-generate the bard cookies automatically with the Google session to be able to make the system completely autonomous
The text was updated successfully, but these errors were encountered: