Files
grokRegister-cpa/config.example.json
T
Git-creat7 3c5e86c35d feat: Grok 注册机 — 注册即入库 CLIProxyAPI (CPA)
- GUI / CLI 批量注册 Grok 账号
- SSO → device-flow OAuth → 本地 auth 目录或远程 Management API
- Cloudflare / DuckMail / YYDS 临时邮箱
- Ctrl+C 安全停止,清理阶段不刷 traceback
2026-07-11 06:45:02 -05:00

24 lines
761 B
JSON
Executable File

{
"duckmail_api_key": "",
"cloudflare_api_base": "https://temp-mail.example.com",
"cloudflare_api_key": "",
"cloudflare_auth_mode": "none",
"cloudflare_custom_auth": "",
"cloudflare_path_domains": "/api/domains",
"cloudflare_path_accounts": "/api/new_address",
"cloudflare_path_token": "/api/token",
"cloudflare_path_messages": "/api/mails",
"proxy": "",
"enable_nsfw": true,
"register_count": 1,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
"cpa_auto_add": false,
"cpa_auth_dir": "",
"cpa_remote_url": "",
"cpa_management_key": "",
"defaultDomains": "example.com",
"email_provider": "cloudflare",
"yyds_api_key": "",
"yyds_jwt": ""
}