Harry Antonio Cheong commited on
Commit
3d39175
·
unverified ·
1 Parent(s): f194c63

Reformat README.md (#24)

Browse files

* Update README.md

* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: Antonio Cheong <[email protected]>

Files changed (1) hide show
  1. README.md +67 -12
README.md CHANGED
@@ -1,35 +1,84 @@
 
 
1
  # Edge GPT
2
- ChatGPT with internet access
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  > ## UPDATE 2023/02/11 - Public access has been revoked by Microsoft. It still works if you have access to the waitlist. Please check out https://github.com/acheong08/SydneyAuth if you do have access and contact me. You can securely share access with the community if you don't mind.
5
 
6
- <details>
7
- <summary>
 
 
 
8
 
9
- ## Setup (Required)
10
- </summary>
11
 
 
 
 
 
 
 
 
 
12
  ### Requirements (Required)
 
 
 
13
  - A Microsoft Account with early access to http://bing.com/chat
14
  - Microsoft Edge
 
 
 
 
15
 
16
- ### Checking access (Required)
 
 
 
 
 
 
17
  - Install the latest version of Microsoft Edge
18
  - Open http://bing.com/chat
19
  - If you see a chat feature, you are good to go
 
 
 
 
 
 
 
 
 
 
20
 
21
- ### Getting authentication (Optional)
22
  - Open the developer tools (F12)
23
  - Go to the Application tab → Storage → Cookies
24
  - Find the cookie named "_U"
25
  - Copy the value of the cookie
26
-
27
  </details>
28
 
29
- ## Installation
30
- - `python3 -m pip install EdgeGPT`
31
 
32
- ## Demo usage
 
 
 
 
 
33
  ```
34
  $ python3 -m EdgeGPT -h
35
 
@@ -50,6 +99,7 @@ options:
50
  --bing-cookie BING_COOKIE (Required)
51
  ```
52
 
 
53
  ## Developer
54
  Use Async for the best experience
55
 
@@ -73,6 +123,11 @@ if __name__ == "__main__":
73
  ## Work in progress
74
  - Error handling
75
 
76
- # Credits
 
 
77
  - pig#8932 (Discord) - Sharing account with beta access
78
  - [Jimmy-Z](https://github.com/Jimmy-Z) - Bugfixes
 
 
 
 
1
+ <div align="center">
2
+
3
  # Edge GPT
4
+
5
+ *The reverse engineering the chat feature of the new version of Bing
6
+
7
+ </div>
8
+
9
+ <p align="center">
10
+ <a href="https://github.com/acheong08/EdgeGPT">
11
+ <img alt="PyPI version" src="https://img.shields.io/pypi/v/EdgeGPT">
12
+ </a>
13
+ <img alt="Python version" src="https://img.shields.io/badge/python-3.7+-blue.svg">
14
+ </p>
15
+
16
+ #
17
 
18
  > ## UPDATE 2023/02/11 - Public access has been revoked by Microsoft. It still works if you have access to the waitlist. Please check out https://github.com/acheong08/SydneyAuth if you do have access and contact me. You can securely share access with the community if you don't mind.
19
 
20
+ ## Table of Contents
21
+ - [Steup](#steup)
22
+ - [Usage](#usage)
23
+ - [Work in progress](#work-in-progress)
24
+ - [Contributing](#contributing)
25
 
26
+ ## Steup
 
27
 
28
+ ### Install package
29
+ ```bash
30
+ python3 -m pip install EdgeGPT
31
+ ```
32
+
33
+ <details>
34
+ <summary>
35
+
36
  ### Requirements (Required)
37
+
38
+ </summary>
39
+
40
  - A Microsoft Account with early access to http://bing.com/chat
41
  - Microsoft Edge
42
+ - python 3.7+
43
+
44
+ </details>
45
+
46
 
47
+ <details>
48
+ <summary>
49
+
50
+ ### Checking access (Required)
51
+
52
+ </summary>
53
+
54
  - Install the latest version of Microsoft Edge
55
  - Open http://bing.com/chat
56
  - If you see a chat feature, you are good to go
57
+
58
+ </details>
59
+
60
+
61
+ <details>
62
+ <summary>
63
+
64
+ ### Getting authentication (Required)
65
+
66
+ </summary>
67
 
 
68
  - Open the developer tools (F12)
69
  - Go to the Application tab → Storage → Cookies
70
  - Find the cookie named "_U"
71
  - Copy the value of the cookie
72
+
73
  </details>
74
 
 
 
75
 
76
+
77
+ ## Usage
78
+
79
+ ### Demo usage
80
+
81
+
82
  ```
83
  $ python3 -m EdgeGPT -h
84
 
 
99
  --bing-cookie BING_COOKIE (Required)
100
  ```
101
 
102
+
103
  ## Developer
104
  Use Async for the best experience
105
 
 
123
  ## Work in progress
124
  - Error handling
125
 
126
+
127
+ ## Contributors
128
+ This project exists thanks to all the people who contribute.
129
  - pig#8932 (Discord) - Sharing account with beta access
130
  - [Jimmy-Z](https://github.com/Jimmy-Z) - Bugfixes
131
+ <a href="https://github.com/acheong08/EdgeGPT/graphs/contributors">
132
+ <img src="https://contrib.rocks/image?repo=acheong08/EdgeGPT" />
133
+ </a>