v1.0: 重写核心代码,清理空壳脚本
- 重写 ticket_script.py: 状态机、完整的选票/下单流程、反检测 - 重写 scripts/: 验证码处理、定时调度、NTP校时、多账户管理 - 删除空壳 appium_simulator.py - 清理配置文件中的硬编码密码 - 重写 README,去除虚假宣传
This commit is contained in:
32
config/demo_config.json
Normal file
32
config/demo_config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"global": {
|
||||
"log_level": "INFO",
|
||||
"timezone": "Asia/Shanghai"
|
||||
},
|
||||
"accounts": {
|
||||
"acc_primary": {
|
||||
"platform": "taopiaopiao",
|
||||
"credentials": {
|
||||
"mobile": "138xxxxxxxx",
|
||||
"password": ""
|
||||
},
|
||||
"target": {
|
||||
"event_url": "https://example.com/detail/987654321",
|
||||
"priorities": {
|
||||
"date": [1, 2],
|
||||
"session": [1],
|
||||
"price_range": "lowest_to_highest"
|
||||
},
|
||||
"tickets": 2,
|
||||
"viewers": [0, 1]
|
||||
}
|
||||
}
|
||||
},
|
||||
"strategy": {
|
||||
"auto_strike": true,
|
||||
"strike_time": "2026-01-25T12:00:00",
|
||||
"preheat_stages": [5.0, 2.0, 0.5],
|
||||
"max_retries": 180
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user