git404hub

what is turb-gpt-free-register fr?

myfanhua/turb-gpt-free-register — explained in plain English

Analysis updated 2026-05-18

371PythonAudience · developerComplexity · 4/5Setup · hard

tl;dr

A tool that automates bulk registration of ChatGPT accounts and Codex OAuth authorization, using browser automation and disposable email or SMS services.

vibe map

mindmap
  root((turb-gpt-free-register))
    What it does
      Bulk account registration
      Codex OAuth automation
      SMS and email handling
    Tech stack
      Python
      Playwright and Selenium
      curl_cffi protocol driver
    Use cases
      Automate signup flow
      Auto fetch verification codes
      Manage accounts via WebUI
    Setup
      Needs Python and Node
      Needs proxy or VPN
      Needs paid API keys

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automate the signup form for creating multiple ChatGPT accounts using a chosen browser automation or protocol driver.

VIBE 2

Pull email verification codes automatically from a configured pool of disposable or temporary mailboxes.

VIBE 3

Automatically complete Codex OAuth authorization, including SMS phone verification, after each account is created.

VIBE 4

Manage registered accounts, email pools, and Codex credentials through a local web dashboard.

what's the stack?

PythonPlaywrightSeleniumcurl_cffi

how it stacks up fr

myfanhua/turb-gpt-free-registerjlevy/reprenyuwen-cool/yuwen-publish-precheck
Stars371371375
LanguagePythonPythonPython
Setup difficultyhardeasyeasy
Complexity4/51/52/5
Audiencedeveloperdeveloperwriter

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

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.

No license is stated in the README, so reuse and redistribution terms are unclear.

in plain english

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.

prompts (copy fr)

prompt 1
Explain the difference between the protocol, roxy, and cloak registration drivers in this project.
prompt 2
Walk me through configuring a Cloudflare Worker temporary email source for this tool.
prompt 3
Help me understand what the WebUI authorization code setting does and how to configure it securely.
prompt 4
Show me how the Codex OAuth automation handles SMS phone verification retries.

Frequently asked questions

what is turb-gpt-free-register fr?

A tool that automates bulk registration of ChatGPT accounts and Codex OAuth authorization, using browser automation and disposable email or SMS services.

What language is turb-gpt-free-register written in?

Mainly Python. The stack also includes Python, Playwright, Selenium.

What license does turb-gpt-free-register use?

No license is stated in the README, so reuse and redistribution terms are unclear.

How hard is turb-gpt-free-register to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is turb-gpt-free-register for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.