v1.0: 重写核心代码,清理空壳脚本
- 重写 ticket_script.py: 状态机、完整的选票/下单流程、反检测 - 重写 scripts/: 验证码处理、定时调度、NTP校时、多账户管理 - 删除空壳 appium_simulator.py - 清理配置文件中的硬编码密码 - 重写 README,去除虚假宣传
This commit is contained in:
20
config/platform_config.json
Normal file
20
config/platform_config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"platforms": {
|
||||
"damai": {
|
||||
"platform_name": "大麦网",
|
||||
"login_url": "https://www.damai.cn/login",
|
||||
"login_method": "scan",
|
||||
"mobile_url": "https://m.damai.cn/"
|
||||
},
|
||||
"taopiaopiao": {
|
||||
"platform_name": "淘票票",
|
||||
"login_url": "https://m.taopiaopiao.com/",
|
||||
"login_method": "sms"
|
||||
},
|
||||
"showstart": {
|
||||
"platform_name": "秀动",
|
||||
"login_url": "https://www.showstart.com/",
|
||||
"login_method": "scan"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user