Auto Retrive cookies. #11

Closed
opened 2026-02-13 17:27:38 -06:00 by mirrors · 1 comment
Owner

Originally created by @jollyolliel on GitHub (Apr 2, 2024).

In the docs it shows that we can use browser-cookies3 to automaticaly retrive cookies. Could you add in the docs a small discription on how to use it?

Originally created by @jollyolliel on GitHub (Apr 2, 2024). In the docs it shows that we can use browser-cookies3 to automaticaly retrive cookies. Could you add in the docs a small discription on how to use it?
mirrors 2026-02-13 17:27:38 -06:00
Author
Owner

@HanaokaYuzu commented on GitHub (Apr 5, 2024):

Try the following snippet with necessary asyncio boilerplate:

sh:

pip install -U gemini_webapi
pip install -U browser-cookies3

Python:

client = GeminiClient()
await client.init()
@HanaokaYuzu commented on GitHub (Apr 5, 2024): Try the following snippet with necessary asyncio boilerplate: sh: ```sh pip install -U gemini_webapi pip install -U browser-cookies3 ``` Python: ```python client = GeminiClient() await client.init() ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mirrors/Gemini-API#11
No description provided.