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

Commit

Permalink
�doc: add short advice for authentication to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Jan 8, 2024
1 parent 5ba4b32 commit 777e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ pip install bardapi==0.1.23a
<br>

## Authentication
> **Warning** Do not expose the `__Secure-1PSID`
> **Warning** Do not expose the `__Secure-1PSID`. For testing purposes only; avoid direct application use. Cookie values change periodically (every 15-20 minutes). Frequent session changes may briefly block access; headless mode is challenging. Rate limiting applies and changes often. If the cookie changes, log out of your Google account, close the browser, and enter the new cookie value. Or manually reset the cookie for a new value. See FAQ and issue pages for details.
1. Visit https://bard.google.com/
2. F12 for console
3. Session: Application → Cookies → Copy the value of `__Secure-1PSID` cookie.
Expand Down

0 comments on commit 777e224

Please sign in to comment.