Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Mar 6, 2024
1 parent ded6550 commit 9797e9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9797e9a

Please sign in to comment.