Created Google Bard (markdown)

BobMaster 2023-04-18 00:56:14 +08:00
parent 30cd61092f
commit 92f2c26f93

19
Google-Bard.md Normal file

@ -0,0 +1,19 @@
Get `__Secure-1PSID` cookie from https://bard.google.com/
<br>
sample `.env`
```env
SERVER_URL="xxxxx.xxxxxx.xxxxxxxxx"
ACCESS_TOKEN="xxxxxxxxxxxxxxxxx"
USERNAME="@chatgpt"
BARD_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx."
```
sample `config.json`
```json
{
"server_url": "xxxx.xxxx.xxxxx",
"access_token": "xxxxxxxxxxxxxxxxxxxxxx",
"username": "@chatgpt",
"bard_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx."
}
```