mirror of
https://wget.la/https://github.com/432539/gpt
synced 2026-08-18 03:57:00 +08:00
Initial commit: GPT 账号注册机 (open source)
只开源「GPT 账号注册机 / 管理」(account-manager):账号列表/导入导出、检测/批量检测、 拿 RT、协议/浏览器注册等注册机能力。批量直开 / 协议支付 / 提取链接 / 直卡直开 等其它功能 不含实现代码,仅通过 iframe 内嵌外链访问。真实机密均由 .gitignore 忽略,仅提供脱敏示例配置。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"raw": "host:port:username:password",
|
||||
"host": "proxy.example.com",
|
||||
"port": 3010,
|
||||
"username": "your-user",
|
||||
"password": "your-pass"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"concurrency": 20,
|
||||
"headless": true,
|
||||
"launchTimeout": 60000,
|
||||
"cloakLicenseKey": "",
|
||||
"regPassword": "",
|
||||
"captcha": {
|
||||
"provider": "yescaptcha",
|
||||
"apiKey": "",
|
||||
"endpoint": ""
|
||||
},
|
||||
"sms": {
|
||||
"provider": "smsbower",
|
||||
"pollTimeout": 180000,
|
||||
"smscode": {
|
||||
"apiKey": "",
|
||||
"baseUrl": "https://api.smscode.gg/v1",
|
||||
"countryId": 0,
|
||||
"serviceId": 0,
|
||||
"productId": 0,
|
||||
"catalogProductId": 0,
|
||||
"maxPrice": ""
|
||||
},
|
||||
"smsbower": {
|
||||
"apiKey": "",
|
||||
"baseUrl": "https://smsbower.page/stubs/handler_api.php",
|
||||
"country": 10,
|
||||
"service": "dr",
|
||||
"maxPrice": "0.2"
|
||||
},
|
||||
"herosms": {
|
||||
"apiKey": "",
|
||||
"baseUrl": "https://hero-sms.com/stubs/handler_api.php",
|
||||
"country": 22,
|
||||
"service": "dr",
|
||||
"maxPrice": ""
|
||||
}
|
||||
},
|
||||
"probeTokenAutoRefresh": true,
|
||||
"probeTokenAutoRefreshMin": 15
|
||||
}
|
||||
Reference in New Issue
Block a user