可用
This commit is contained in:
39
config.yaml
Normal file
39
config.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
# 全局配置
|
||||
global:
|
||||
max_concurrency: 20
|
||||
timeout: 30
|
||||
retry_times: 3
|
||||
|
||||
# 数据库配置
|
||||
database:
|
||||
path: "cursor.db"
|
||||
pool_size: 10
|
||||
|
||||
# 代理配置
|
||||
proxy:
|
||||
api_url: "https://api.proxyscrape.com/v2/?request=displayproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all&format=text"
|
||||
batch_size: 100
|
||||
check_interval: 300
|
||||
|
||||
# 注册配置
|
||||
register:
|
||||
delay_range: [1, 2]
|
||||
batch_size: 15
|
||||
#这里是注册的并发数量
|
||||
|
||||
# 邮件配置
|
||||
email:
|
||||
file_path: "email.txt"
|
||||
|
||||
captcha:
|
||||
provider: "capsolver" # 可选值: "capsolver" 或 "yescaptcha"
|
||||
capsolver:
|
||||
api_key: "CAP-E0A11882290AC7ADE2F799286B8E2DA497D7CD0510BFA477F3900507809F8AA3"
|
||||
#api_key: "CAP-D87AD373EB0849F6F7BC511D772389EC0707D4BC74451F7B83425F820A70C2C0"
|
||||
website_url: "https://authenticator.cursor.sh"
|
||||
website_key: "0x4AAAAAAAMNIvC45A4Wjjln"
|
||||
yescaptcha:
|
||||
client_key: ""
|
||||
website_url: "https://authenticator.cursor.sh"
|
||||
website_key: "0x4AAAAAAAMNIvC45A4Wjjln"
|
||||
use_cn_server: false
|
||||
Reference in New Issue
Block a user