chinafltv/grokregister — explained in plain English
Analysis updated 2026-05-18
Batch create multiple Grok accounts using disposable forwarded email addresses.
Collect SSO login tokens from each newly created account automatically.
Convert collected tokens into OAuth JSON files formatted for the cliproxyapi tool.
Export account credentials and tokens to a CSV file instead of JSON.
| chinafltv/grokregister | 410979729/scope-recall | abdullahselek/reducepy | |
|---|---|---|---|
| Stars | 33 | 33 | 33 |
| Language | Python | Python | Python |
| Last pushed | — | — | 2022-04-03 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Cloudflare Email Routing domain and a duckmail inbox configured before it will run.
GrokRegister is a Python script that automates creating multiple xAI or Grok accounts in bulk, collects the SSO login token from each one, and can convert that token into an OAuth JSON file formatted for a separate tool called cliproxyapi. The README is written in Chinese, with an English version linked at the top. To use it, you first set up a Python virtual environment and install the dependencies listed in a requirements file. Configuration happens in a file called config.toml, where you need to fill in a domain name set up through Cloudflare Email Routing, along with the address and password of a duckmail inbox that the Cloudflare domain forwards mail to. The tool needs these because each new account registration requires a working email address to receive a verification message. The README recommends first running the script in a warm profile mode, where a person manually completes a Cloudflare check once, before running the actual bulk registration command, which reads how many accounts to create and how many worker processes to use from the config file. Output can be produced in two formats, controlled by an output type setting. The default format writes one JSON file per account containing a flattened OAuth credential that can be fed directly into cliproxyapi. The alternate format appends each account's email, password, SSO token, and name fields as rows in a CSV file. The JSON output mode depends on an additional Python package called curl-cffi, which is checked for at startup. The README includes an explicit disclaimer stating the project is for learning and personal technical research only, that users are responsible for complying with the terms of service of xAI, Grok, Cloudflare, and email providers as well as local laws, and that automated registration and token collection can lead to account bans or legal responsibility that the author does not accept. It also warns that generated credentials are sensitive and should not be committed to public repositories, and states plainly that the project has no official relationship with xAI or Grok. No license file is mentioned in the README.
A Python script that automates bulk registration of xAI Grok accounts and converts the resulting login tokens into OAuth files for another proxy tool.
Mainly Python. The stack also includes Python, curl-cffi, Cloudflare Email Routing.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.