Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabber-slt/chatgpt4-limitation-surpass
This project utilizes Playwright in conjunction with TypeScript to automate the process of asking questions to GPT-4 every 5 minutes.
https://github.com/sabber-slt/chatgpt4-limitation-surpass
automation chatgpt4 playwright typescript
Last synced: about 3 hours ago
JSON representation
This project utilizes Playwright in conjunction with TypeScript to automate the process of asking questions to GPT-4 every 5 minutes.
- Host: GitHub
- URL: https://github.com/sabber-slt/chatgpt4-limitation-surpass
- Owner: sabber-slt
- Created: 2023-10-20T15:44:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T15:47:06.000Z (about 1 year ago)
- Last Synced: 2024-01-07T06:42:52.810Z (11 months ago)
- Topics: automation, chatgpt4, playwright, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT-4's automation surpasses the limitation of 50 questions every 3 hours
This project utilizes Playwright in conjunction with TypeScript to automate the process of asking questions to GPT-4 every 5 minutes.
### Prerequisites
- Node.js (version 16 or higher recommended)
- Yarn or npm (for package management)### How to use?
- First, you need to download the Chromium browser separately. Once downloaded, log in to your OpenAI account. Next, install the "Edit This Cookie" extension. After installation, export your cookies and save them to a file named "cookie.json" in the root directory.
- Please note that you should capitalize the first character in 'samesite' when setting cookies. Failing to do so will result in an error.
- For simplicity, I did not create an API for this program. Instead, you can input your questions directly into the index.ts file.Then run
```bash
yarn dev
```- When you visit the ChatGPT main page for the first time, click the 'OK' button.