Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Chatgpt Puppeteer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Chatgpt Puppeteer
Commits
75c4e3e0
Commit
75c4e3e0
authored
Dec 22, 2022
by
Travis Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update ts docs
parent
d1b74a87
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
95 additions
and
68 deletions
+95
-68
docs/classes/AChatGPTAPI.md
docs/classes/AChatGPTAPI.md
+6
-6
docs/classes/ChatGPTAPI.md
docs/classes/ChatGPTAPI.md
+12
-12
docs/classes/ChatGPTAPIBrowser.md
docs/classes/ChatGPTAPIBrowser.md
+11
-11
docs/classes/ChatGPTError.md
docs/classes/ChatGPTError.md
+4
-4
docs/modules.md
docs/modules.md
+60
-35
docs/readme.md
docs/readme.md
+2
-0
No files found.
docs/classes/AChatGPTAPI.md
View file @
75c4e3e0
...
...
@@ -49,7 +49,7 @@ An error if it fails.
#### Defined in
[
src/abstract-chatgpt-api.ts:69
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L69
)
[
src/abstract-chatgpt-api.ts:69
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L69
)
__
_
...
...
@@ -66,7 +66,7 @@ otherwise.
#### Defined in
[
src/abstract-chatgpt-api.ts:39
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L39
)
[
src/abstract-chatgpt-api.ts:39
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L39
)
__
_
...
...
@@ -87,7 +87,7 @@ An error if the session failed to initialize properly.
#### Defined in
[
src/abstract-chatgpt-api.ts:10
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L10
)
[
src/abstract-chatgpt-api.ts:10
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L10
)
__
_
...
...
@@ -111,7 +111,7 @@ Access credentials for the new session.
#### Defined in
[
src/abstract-chatgpt-api.ts:49
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L49
)
[
src/abstract-chatgpt-api.ts:49
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L49
)
__
_
...
...
@@ -135,7 +135,7 @@ Access credentials for the new session.
#### Defined in
[
src/abstract-chatgpt-api.ts:59
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L59
)
[
src/abstract-chatgpt-api.ts:59
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L59
)
__
_
...
...
@@ -164,4 +164,4 @@ the `response` text.
#### Defined in
[
src/abstract-chatgpt-api.ts:30
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L30
)
[
src/abstract-chatgpt-api.ts:30
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L30
)
docs/classes/ChatGPTAPI.md
View file @
75c4e3e0
...
...
@@ -64,7 +64,7 @@ to obtain your `clearanceToken`.
#### Defined in
[
src/chatgpt-api.ts:45
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L45
)
[
src/chatgpt-api.ts:45
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L45
)
## Accessors
...
...
@@ -80,7 +80,7 @@ Gets the current Cloudflare clearance token (`cf_clearance` cookie value).
#### Defined in
[
src/chatgpt-api.ts:143
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L143
)
[
src/chatgpt-api.ts:143
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L143
)
__
_
...
...
@@ -96,7 +96,7 @@ Gets the current session token.
#### Defined in
[
src/chatgpt-api.ts:138
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L138
)
[
src/chatgpt-api.ts:138
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L138
)
__
_
...
...
@@ -112,7 +112,7 @@ Gets the currently signed-in user, if authenticated, `null` otherwise.
#### Defined in
[
src/chatgpt-api.ts:133
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L133
)
[
src/chatgpt-api.ts:133
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L133
)
__
_
...
...
@@ -128,7 +128,7 @@ Gets the current user agent.
#### Defined in
[
src/chatgpt-api.ts:148
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L148
)
[
src/chatgpt-api.ts:148
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L148
)
## Methods
...
...
@@ -152,7 +152,7 @@ An error if it fails.
#### Defined in
[
src/chatgpt-api.ts:470
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L470
)
[
src/chatgpt-api.ts:470
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L470
)
__
_
...
...
@@ -173,7 +173,7 @@ the token fails.
#### Defined in
[
src/chatgpt-api.ts:367
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L367
)
[
src/chatgpt-api.ts:367
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L367
)
__
_
...
...
@@ -194,7 +194,7 @@ is valid.
#### Defined in
[
src/chatgpt-api.ts:156
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L156
)
[
src/chatgpt-api.ts:156
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L156
)
__
_
...
...
@@ -224,7 +224,7 @@ A valid access token
#### Defined in
[
src/chatgpt-api.ts:386
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L386
)
[
src/chatgpt-api.ts:386
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L386
)
__
_
...
...
@@ -252,7 +252,7 @@ Access credentials for the new session.
#### Defined in
[
src/abstract-chatgpt-api.ts:59
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/abstract-chatgpt-api.ts#L59
)
[
src/abstract-chatgpt-api.ts:59
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/abstract-chatgpt-api.ts#L59
)
__
_
...
...
@@ -287,7 +287,7 @@ The response from ChatGPT
#### Defined in
[
src/chatgpt-api.ts:180
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L180
)
[
src/chatgpt-api.ts:180
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L180
)
__
_
...
...
@@ -307,4 +307,4 @@ ___
#### Defined in
[
src/chatgpt-api.ts:324
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api.ts#L324
)
[
src/chatgpt-api.ts:324
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api.ts#L324
)
docs/classes/ChatGPTAPIBrowser.md
View file @
75c4e3e0
...
...
@@ -60,7 +60,7 @@ Creates a new client for automating the ChatGPT webapp.
#### Defined in
[
src/chatgpt-api-browser.ts:38
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api-browser.ts#L38
)
[
src/chatgpt-api-browser.ts:38
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api-browser.ts#L38
)
## Accessors
...
...
@@ -74,7 +74,7 @@ Creates a new client for automating the ChatGPT webapp.
#### Defined in
[
src/chatgpt-api-browser.ts:5
41
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L541
)
[
src/chatgpt-api-browser.ts:5
99
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L599
)
## Methods
...
...
@@ -94,7 +94,7 @@ Creates a new client for automating the ChatGPT webapp.
#### Defined in
[
src/chatgpt-api-browser.ts:
187
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L187
)
[
src/chatgpt-api-browser.ts:
204
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L204
)
__
_
...
...
@@ -114,7 +114,7 @@ ___
#### Defined in
[
src/chatgpt-api-browser.ts:2
24
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L224
)
[
src/chatgpt-api-browser.ts:2
41
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L241
)
__
_
...
...
@@ -138,7 +138,7 @@ An error if it fails.
#### Defined in
[
src/chatgpt-api-browser.ts:5
26
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L526
)
[
src/chatgpt-api-browser.ts:5
74
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L574
)
__
_
...
...
@@ -159,7 +159,7 @@ otherwise.
#### Defined in
[
src/chatgpt-api-browser.ts:3
16
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L316
)
[
src/chatgpt-api-browser.ts:3
35
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L335
)
__
_
...
...
@@ -184,7 +184,7 @@ An error if the session failed to initialize properly.
#### Defined in
[
src/chatgpt-api-browser.ts:106
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/chatgpt-api-browser.ts#L106
)
[
src/chatgpt-api-browser.ts:106
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/chatgpt-api-browser.ts#L106
)
__
_
...
...
@@ -204,7 +204,7 @@ Attempts to handle 403 errors by refreshing the page.
#### Defined in
[
src/chatgpt-api-browser.ts:
296
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L296
)
[
src/chatgpt-api-browser.ts:
313
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L313
)
__
_
...
...
@@ -224,7 +224,7 @@ Attempts to handle 401 errors by re-authenticating.
#### Defined in
[
src/chatgpt-api-browser.ts:2
77
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L277
)
[
src/chatgpt-api-browser.ts:2
94
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L294
)
__
_
...
...
@@ -238,7 +238,7 @@ ___
#### Defined in
[
src/chatgpt-api-browser.ts:5
18
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L518
)
[
src/chatgpt-api-browser.ts:5
66
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L566
)
__
_
...
...
@@ -271,4 +271,4 @@ the `response` text.
#### Defined in
[
src/chatgpt-api-browser.ts:
393
](
https://github.com/transitive-bullshit/chatgpt-api/blob/7222b7f/src/chatgpt-api-browser.ts#L393
)
[
src/chatgpt-api-browser.ts:
412
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d1b74a8/src/chatgpt-api-browser.ts#L412
)
docs/classes/ChatGPTError.md
View file @
75c4e3e0
...
...
@@ -66,7 +66,7 @@ node_modules/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es2022.error
#### Defined in
[
src/types.ts:297
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/types.ts#L297
)
[
src/types.ts:297
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/types.ts#L297
)
__
_
...
...
@@ -76,7 +76,7 @@ ___
#### Defined in
[
src/types.ts:296
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/types.ts#L296
)
[
src/types.ts:296
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/types.ts#L296
)
__
_
...
...
@@ -86,7 +86,7 @@ ___
#### Defined in
[
src/types.ts:294
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/types.ts#L294
)
[
src/types.ts:294
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/types.ts#L294
)
__
_
...
...
@@ -96,4 +96,4 @@ ___
#### Defined in
[
src/types.ts:295
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
7222b7f
/src/types.ts#L295
)
[
src/types.ts:295
](
https://github.com/transitive-bullshit/chatgpt-api/blob/
d1b74a8
/src/types.ts#L295
)
docs/modules.md
View file @
75c4e3e0
This diff is collapsed.
Click to expand it.
docs/readme.md
View file @
75c4e3e0
...
...
@@ -350,6 +350,8 @@ All of these awesome projects are built using the `chatgpt` package. 🤯
-
[
Electron Bot
](
https://github.com/ShiranAbir/chaty
)
-
[
Kodyfire CLI
](
https://github.com/nooqta/chatgpt-kodyfire
)
-
[
Twitch Bot
](
https://github.com/BennyDeeDev/chatgpt-twitch-bot
)
-
[
Continuous Conversation
](
https://github.com/DanielTerletzkiy/chat-gtp-assistant
)
-
[
Figma plugin
](
https://github.com/frederickk/chatgpt-figma-plugin
)
If you create a cool integration, feel free to open a PR and add it to the list.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment