1
0

Auth readme

This commit is contained in:
Antonio Cheong 2023-04-12 18:51:08 +08:00 committed by GitHub
parent 4c8fe2a329
commit 1f92070f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Automated authentication for ChatGPT
Fetches access tokens from a large number of accounts
## Setup
### `proxies.txt`
Format:
```
IP:HOST:User:Password
...
```
### `accounts.txt`
Format:
```
email:password
...
```
Remember to:
`touch access_tokens.txt authenticated_accounts.txt`