git-creat7/grokregister-cpa — explained in plain English
Analysis updated 2026-05-18
Automate creating test accounts on Grok for research or personal study, per the project's stated scope.
Feed newly created account credentials automatically into a running CLIProxyAPI instance.
Convert an existing list of saved session cookies into CLIProxyAPI's credential format in bulk.
Run several browser sessions in parallel to provision multiple accounts at once.
| git-creat7/grokregister-cpa | karpathy/researchpooler | tiantiangpu/reg-factory | |
|---|---|---|---|
| Stars | 461 | 460 | 469 |
| Language | Python | Python | Python |
| Last pushed | — | 2023-09-01 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the README's own disclaimer to be respected: intended for automation research and testing, and use must follow the target service's terms of service and local law.
grokRegister-cpa is a Python tool that automates creating multiple Grok accounts using temporary email addresses, and then feeds the resulting login credentials into a separate open source proxy project called CLIProxyAPI, either by writing files to a local folder that CLIProxyAPI watches, or by uploading them to a running CLIProxyAPI server over its management API. The README states plainly that it is meant only for automation research, testing environments, and personal study, and that users are responsible for following the target site's terms of service and any relevant laws. The tool offers both a graphical interface and a command line mode. Either way, it opens a real Chrome or Chromium browser to step through the Grok signup page, using a temporary email service to receive a verification code and complete the registration form. Several temporary email providers are supported and configurable, including DuckMail, Cloudflare based mail workers, and a couple of others. Once a signup succeeds, the tool exchanges the resulting session cookie for OAuth style access and refresh tokens through an authorization flow, then writes or uploads that credential in the format CLIProxyAPI expects. Configuration happens through a JSON file where you control things like how many browser sessions run at once, which email provider to use, how many accounts to create, and whether to store credentials locally, remotely, or both. The project also ships a separate script that can convert already collected session cookies into the same credential format without running the full registration flow again, useful if you already have a list of accounts saved from an earlier run. The tool requires Python, a Chrome or Chromium browser, and network access to the relevant signup and email provider endpoints. It is released under the MIT license. Given that it automates account creation against a third party service, using it in a way that conflicts with that service's terms is the user's own responsibility, as the README itself notes.
A Python tool that automates signing up Grok accounts with temporary emails and loads the resulting credentials into a proxy project called CLIProxyAPI.
Mainly Python. The stack also includes Python, Chromium, OAuth.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.