Bulk ChatGPT account creation that bypasses OpenAI anti-abuse checks (violates OpenAI Terms of Service)
Retrieve session tokens from previously created accounts
Capture pay.openai.com checkout URLs for ChatGPT Plus
Study how Camoufox plus curl_cffi can mimic a real Firefox client across browser and network layers
Needs Python 3.11+, Camoufox binary, Playwright, an email provider integration, and Xvfb on Linux; designed to violate OpenAI Terms of Service.
This repository is a Vietnamese-language tool that automates the creation of ChatGPT accounts in bulk. The README states that for each run it signs up a new ChatGPT account, turns on two-factor authentication, and then captures both the session token and a payment checkout URL. The output for each finished account is one line in the form email, password, and 2FA secret. The author lists an average time of about 28 to 35 seconds per account. The tool combines two pieces of software. The first is Camoufox, a stealth build of Firefox that mimics a real browser well enough to get past OpenAI's anti-abuse checks during the signup flow, including setting the password, typing the email code, and filling in the name and birthdate form. The second is curl_cffi, a Python HTTP library that can imitate a Firefox client at the network level. After the browser-driven signup finishes, curl_cffi is used to read the session cookie and call OpenAI's auth endpoint to get an access token. The README describes three operating modes accessible from a local web interface on port 8089. The Reg tab does batch signups, the Get Session tab logs back into an existing account to fetch the session JSON, and the Get Link tab returns the pay.openai.com checkout URL used for ChatGPT Plus. Input email accounts can come from three sources: Outlook combos read through the Microsoft Graph API, iCloud addresses forwarded through a Cloudflare Worker, or Gmail addresses verified through a third-party API service. Installation is a single setup script per platform. The script creates a Python virtual environment, installs dependencies including Playwright and Camoufox, fetches the Camoufox browser binary, creates runtime folders for profiles and sessions, and starts the local web UI. Python 3.11 or newer is required, with macOS or Windows recommended; Linux needs Xvfb to run Camoufox headlessly. A command-line interface is also provided for single signups or scripted batches, with options for picking a mail provider, supplying Outlook combos inline or from a pool file, choosing headed or headless mode, and routing through a proxy. The README is longer than what was shown.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.