Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 52972d8

Browse files
committed
add: CAPTCHA instructions
1 parent d3f82c6 commit 52972d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ Source: `examples/multi.php`.
2828

2929
First, you need to sign in on bing.com and get your `_U` cookie.
3030

31+
> ❗ Make sure you send a first message to Bing Chat before using your cookie (CAPTCHA bypass)
32+
3133
<details>
3234
<summary>How to get this cookie?</summary>
3335

3436
1. Navigate to bing.com
3537
2. Sign in using your Microsoft account
36-
3. Back on bing.com, right-click and select "Inspect" - the browser console appears
38+
3. Back on bing.com, go to Bing Chat page and send a message (CAPTCHA verification occurs sometimes)
39+
4. Then, right-click and select "Inspect" - the browser console appears
3740
4. Go to "Application" tab
3841
5. Select "Cookies" > "https://www.bing.com" in the sidebar
3942
6. Search for "_U" cookie
@@ -52,7 +55,7 @@ $ai = new BingAI($cookie);
5255
$valid = $ai->checkCookie();
5356
```
5457

55-
</details>
58+
</details>
5659

5760
---------------------------------------
5861

0 commit comments

Comments
 (0)