Discover and explore top open-source AI tools and projects—updated daily.
0x5uo2henAutomated OpenAI account registration and token extraction tool
New!
Top 71.9% on SourcePulse
OpenAI/ChatGPT Fully Automatic Registration Machine & Token Extractor provides an automated script for registering OpenAI/ChatGPT accounts and extracting authentication tokens. It targets developers or power users needing to programmatically access OpenAI services, offering a solution to bypass current anti-bot measures and obtain essential API credentials.
How It Works
The script automates the entire registration process, including email verification via the mail.tm API. It employs curl_cffi to mimic browser TLS fingerprints, evading Cloudflare and network-level detection. Crucially, it bypasses OpenAI's Sentinel anti-bot system by obtaining necessary authorization tokens before key requests and intercepts the OAuth2 PKCE flow to extract access_token and refresh_token.
Quick Start & Requirements
git clone https://github.com/0x5uo2hen/codex_register.git and cd codex_register.pip install curl_cffi.python chatgpt.py for continuous registration or python chatgpt.py --once for a single account. Local proxies can be configured via --proxy.email----password in accounts.txt, and detailed token information (access, refresh, ID tokens) is stored in token_[email]_[timestamp].json files within the tokens/ directory.Highlighted Details
curl_cffi.mail.tm for temporary email verification.access_token, refresh_token, and id_token via OAuth2 PKCE flow interception.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), roadmap, or sponsorships are present in the provided README snippet.
Licensing & Compatibility
Limitations & Caveats
The project is intended strictly for educational purposes and not for commercial use or TOS-violating activities. OpenAI's anti-bot and risk control policies are subject to frequent changes, meaning the script's effectiveness is not guaranteed long-term. Users bear full responsibility for any account risks or legal issues arising from its use.
2 weeks ago
Inactive