diff --git a/Google-Bard.md b/Google-Bard.md new file mode 100644 index 0000000..59e5a18 --- /dev/null +++ b/Google-Bard.md @@ -0,0 +1,19 @@ +Get `__Secure-1PSID` cookie from https://bard.google.com/ +
+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." +} +``` \ No newline at end of file