Files
AI-Account-Toolkit/GPT-team/config.yaml
2026-03-16 09:17:04 +08:00

51 lines
1.8 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================================
# 自动回调脚本 配置文件
# ============================================================
# 注册账号总数
total_accounts: 1
# ------------------------------------------------------------
# 临时邮箱 API 配置
# ------------------------------------------------------------
temp_mail:
worker_domain: ""
email_domains:
- "xxx.xyz"
- "xxx.eu.org"
admin_password: "xxxxxx"
# ------------------------------------------------------------
# CLI Proxy API (CPA) 配置
# ------------------------------------------------------------
cli_proxy:
management_url: "http://xxx.comn:8317/management.html#/oauth"
password: "xxxxxx"
api_base: "http://xxx.comn:8317"
upload_enabled: true # true=注册后自动上传到CPA | false=只保存本地
# ------------------------------------------------------------
# 输出文件
# ------------------------------------------------------------
output:
accounts_file: "accounts.txt" # 格式email|password|时间(一行一个)
invite_tracker_file: "invite_tracker.json"
results_file: "results.txt" # get_tokens.py 输出email|email_jwt|access_token
# ------------------------------------------------------------
# 车头Team配置
# 只需填 email 和 max_invitesaccount_id/auth_token 自动获取
# password 可不填 → 自动使用邮箱验证码登录
# jwt: 母号在 email.xxx.xyz 里的 JWT Token可选填了就不需要API查询
# 获取方式:登录 https://email.xxx.xyz → 用母号邮箱登录 → 复制 Token
# ------------------------------------------------------------
teams:
- name: "1"
email: "xxx@xxx.xyz"
password: "xxxxxx"
jwt: "eyJhbGxxxxxx" # ← 填入母号在 email.856777.xyz 的 JWT 后OTP 可自动接收
max_invites: 4