myfanhua/turb-gpt-free-register — explained in plain English
Analysis updated 2026-05-18
Automate the signup form for creating multiple ChatGPT accounts using a chosen browser automation or protocol driver.
Pull email verification codes automatically from a configured pool of disposable or temporary mailboxes.
Automatically complete Codex OAuth authorization, including SMS phone verification, after each account is created.
Manage registered accounts, email pools, and Codex credentials through a local web dashboard.
| myfanhua/turb-gpt-free-register | jlevy/repren | yuwen-cool/yuwen-publish-precheck | |
|---|---|---|---|
| Stars | 371 | 371 | 375 |
| Language | Python | Python | Python |
| Setup difficulty | hard | easy | easy |
| Complexity | 4/5 | 1/5 | 2/5 |
| Audience | developer | developer | writer |
Figures from each repo's GitHub metadata at analysis time.
Needs Python 3.10+, Node.js 18+, a proxy or VPN, and paid API keys for the chosen email, browser automation, or SMS verification services.
This project is a tool for automating the bulk creation of ChatGPT and OpenAI accounts, along with automatically completing Codex OAuth authorization for each account it creates. It is a modification and extension of an earlier open source project with the same purpose. It offers both a command line interface and a local web interface, with the web interface described as the recommended way to run it day to day. The registration step supports five different drivers, or methods, for filling out the signup form: a pure network protocol approach using request signing and proof of work handling, and four different browser automation drivers, including fingerprint-randomizing browsers and cloud-hosted stealth browser sessions, each meant to get past the signup flow's verification steps and regional page variations. For supplying email addresses, it supports several sources, including pools of pre-existing Outlook accounts, temporary Cloudflare Worker mailboxes, a paid temporary email API, and other inbox providers, with verification codes pulled automatically from whichever source is configured. After an account is registered, the tool can automatically walk through the Codex OAuth authorization flow as well, including handling phone number verification by connecting to SMS reception services that supply disposable numbers, entering the number, and retrying with a different number if the first attempt fails. Successful Codex credentials are saved to a local folder. Setup requires Python 3.10 or newer and Node.js 18 or newer, along with a proxy or VPN, and API keys for whichever email, browser automation, or SMS service you choose to use, stored in a local .env file. The web interface itself requires an authorization code to access, either set in the environment file or generated automatically and printed to the log on first run. The README states that the open source version only ships source code and configuration templates, and that any real account data, tokens, and credentials produced while running it are excluded from the repository.
A tool that automates bulk registration of ChatGPT accounts and Codex OAuth authorization, using browser automation and disposable email or SMS services.
Mainly Python. The stack also includes Python, Playwright, Selenium.
No license is stated in the README, so reuse and redistribution terms are unclear.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.