From 9797e9ad05f2e510d879143b3e8071a717c825f9 Mon Sep 17 00:00:00 2001 From: "MinWoo(Daniel) Park" Date: Wed, 6 Mar 2024 12:48:54 +0900 Subject: [PATCH] doc: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e87630..144a9b6 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,11 @@ pip install -q -U python-gemini-api from gemini import Gemini cookies = { - "key": "value" -} + "__Secure-1PSID" : "value", + "__Secure-1PSIDTS" : "value", + "NID" : "value", + # Cookies may vary by account or region. Consider sending the entire cookie file. + } GeminiClient = Gemini(cookies=cookies) # GeminiClient = Gemini(cookie_fp="folder/cookie_file.json") # Or use cookie file path