@GrandThief【爽蹬team】方便大家在CPA快捷停用OpenAI免费账户,做了个脚本 中发帖

xzzvsxd/cpa-authfiles-cli: CPA auth-files CLI (CLIProxyAPI /v0/management/auth-files) 
支持快捷启停: 
1) 列出所有 team 账号(只看 enabled)
python3 cpa_authfiles.py list --plan team --enabled-only 
# 2) 查看某个账号的文件信息(支持 email / name) 
python3 cpa_authfiles.py show 88i07rn1g@duckmail.sbs 
# 3) 一键禁用某个 free 账号(默认拒绝禁用非 free,除非 --force) 
python3 cpa_authfiles.py disable 00fg6ydd@duckmail.sbs 
# 4) 一键启用 
python3 cpa_auth...
 
 
Back to Top