diff --git a/tools/authenticator/README.md b/tools/authenticator/README.md new file mode 100644 index 0000000..b77bd06 --- /dev/null +++ b/tools/authenticator/README.md @@ -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`