12306/config/ticket_config.yaml

81 lines
2.2 KiB
YAML
Raw Normal View History

2018-01-07 01:54:36 +00:00
---
#station_date:出发日期格式ex2018-01-06
2018-01-07 04:36:44 +00:00
#station_trains:过滤车次格式ex
# - "G1353"
# - "G1329"
# - "G1355"
# - "G1303"
# - "G1357"
# - "G1305"
# - "G1359"
# - "G1361"
# - "G1373"
# - "G1363"
2018-01-07 01:54:36 +00:00
#from_station: 始发站
#to_station: 到达站
#set_type: 坐席(商务座,二等座,特等座,软卧,硬卧,硬座,无座)
#is_more_ticket:余票不足是否自动提交
2018-01-10 05:36:50 +00:00
#select_refresh_interval:抢票刷新间隔时间1为一秒0.1为100毫秒以此类推 如果捡漏推荐为1秒刷票设置0.01
#expect_refresh_interval:售票未开始等待刷新间隔时间1为一秒0.1为100毫秒以此类推
2018-01-08 14:09:33 +00:00
#ticket_black_list:加入小黑屋的等待时间默认3 min
2018-01-10 05:36:50 +00:00
#enable_proxy:是否开启代理模式,代理速度比较慢,如果是抢票阶段,不建议开启
2018-01-07 01:54:36 +00:00
#ticke_peoples: 乘客
#damatu打码兔账号用于自动登录
#is_aotu_code是否自动打码如果选择Ture,则调用打码兔打码,默认不使用打码兔
#is_email: 是否需要邮件通知 ex: True or False 切记邮箱加完一定要到config目录下测试emailConf功能是否正常
#email: 发送的邮箱地址 ex: 1@qq.com
#notice_email_list: 被通知人邮箱 ex: 2@qq.com
#username: 邮箱账号
#password: 邮箱密码
#host: 邮箱地址
2018-01-07 01:54:36 +00:00
set:
station_date: "2018-02-07"
2018-01-07 04:36:44 +00:00
station_trains:
- "G4741"
- "G2365"
- "G1371"
- "G1377"
- "G4933"
2018-01-11 09:26:54 +00:00
# - "G1359"
# - "G1361"
# - "G1373"
# - "G1363"
# - "G4933"
from_station: "上海"
to_station: "长沙"
2018-01-07 01:54:36 +00:00
set_type:
- "一等座"
2018-01-10 05:36:50 +00:00
is_more_ticket: True
ticke_peoples:
- "宋倩倩"
# - "彭淑杰"
12306count:
2018-01-12 06:42:30 +00:00
# - uesr: ""
# - pwd: "apple1995"
- uesr: ""
- pwd: "songyu1995"
2018-01-07 01:54:36 +00:00
2018-01-11 09:26:54 +00:00
select_refresh_interval: 0.1
expect_refresh_interval: 0.3
ticket_black_list_time: 3
is_aotu_code: False
2018-01-10 05:36:50 +00:00
#enable_proxy: False
2018-01-07 01:54:36 +00:00
damatu:
2018-01-12 06:42:30 +00:00
uesr: ""
pwd: "wen1995"
email_conf:
is_email: True
email: ""
notice_email_list: ""
username: ".wen"
password: "!"
host: "mail..com"
2018-01-07 01:54:36 +00:00