-
-
Notifications
You must be signed in to change notification settings - Fork 526
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 Google - Gemini APIA unofficial Python wrapper, python-gemini-api, operates through reverse-engineering, utilizing cookie values to interact with Google Gemini for users struggling with frequent authentication problems or unable to authenticate via Google Authentication. Collaborated competently with Antonio Cheong. What is Gemini?[Paper] [Official Website] [Official API] [API Documents] Gemini is a family of generative AI models developed by Google DeepMind that is designed for multimodal use cases. The Gemini API gives you access to the Gemini Pro and Gemini Pro Vision models. In February 2024, Google's Bard service was changed to Gemini. Installationpip install python-gemini-api pip install git+https://github.com/dsdanielpark/Gemini-API.git For the updated version, use as follows:
|
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: