diff --git a/.gitignore b/.gitignore index d78a6d54..41838a20 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.html *.pyc -*.yaml *.log .idea/ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 6614418c..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index a3bd1a84..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/config/ticket_config.yaml b/config/ticket_config.yaml index 63f415b2..75432629 100755 --- a/config/ticket_config.yaml +++ b/config/ticket_config.yaml @@ -5,14 +5,17 @@ set: # - 2018-01-06 # - 2018-01-07 station_dates: - - "2019-01-18" + - "2020-01-17" + - "2020-01-18" + - "2020-01-19" # 是否根据时间范围 和 乘车类型 购票 # 否则将需要手动填写车次 is_by_time: False # 列车类型: 高铁 G 动车 D 其它火车 O - train_types: [G,D,O] + # train_types: [G,D,O] + train_types: [O] # 可接受最早出发时间 格式ex: # departure_time: "8:00" @@ -30,15 +33,13 @@ set: # - "G1353" # - "G1329" station_trains: - - "G6153" - - "G6184" - - "G6173" + - "Z230" # 出发城市,比如深圳北,就填深圳就搜得到 - from_station: "邵阳" + from_station: "深圳" # 到达城市 比如深圳北,就填深圳就搜得到 - to_station: "深圳北" + to_station: "乌鲁木齐" # 座位(list) 多个座位ex: # - "商务座" @@ -51,7 +52,7 @@ set: # - "无座" # - "动卧" set_type: - - "二等座" + - "硬卧" # 当余票小于乘车人,如果选择优先提交,则删减联系人和余票数一致在提交 is_more_ticket: False @@ -60,12 +61,12 @@ set: # - "张三" # - "李四" ticke_peoples: - - "" + - "范利楠" # 12306登录账号(list) 12306account: - - user: "qqxin1011" - - pwd: "" + - user: "18503038114" + - pwd: "Fanfanbh.89757" # 加入小黑屋时间默认为5分钟,此功能为了防止僵尸票导致一直下单不成功错过正常的票, ticket_black_list_time: 5 @@ -78,8 +79,8 @@ auto_code_type: 2 # 打码平台账号 auto_code_account: - user: "931128603" - pwd: "" + user: "547878909" + pwd: "Fanfanbh.89757" # 邮箱配置,如果抢票成功,将通过邮件配置通知给您 # 列举163 @@ -96,16 +97,16 @@ auto_code_account: # host: "smtp.qq.com" email_conf: is_email: True - email: "931128603@qq.com " - notice_email_list: "931128603@qq.com" - username: "931128603" - password: "" + email: "547878909@qq.com " + notice_email_list: "547878909@qq.com" + username: "547878909" + password: "dqoejlnpspeibffg" host: "smtp.qq.com" # 是否开启 pushbear 微信提醒, 使用前需要前往 http://pushbear.ftqq.com 扫码绑定获取 send_key 并关注获得抢票结果通知的公众号 pushbear_conf: - is_pushbear: False - send_key: "" + is_pushbear: True + send_key: "9265-46915d80411be105bc2a04b57c6ad30e" # 是否开启cdn查询,可以更快的检测票票 1为开启,2为关闭 is_cdn: 1 diff --git a/tkcode.png b/tkcode.png index 35a70ff2..8e830952 100644 Binary files a/tkcode.png and b/tkcode.png differ diff --git a/uml/wx.jpeg b/uml/wx.jpeg deleted file mode 100644 index df53a48c..00000000 Binary files a/uml/wx.jpeg and /dev/null differ diff --git a/uml/zfb.jpeg b/uml/zfb.jpeg deleted file mode 100644 index 3ec49b2a..00000000 Binary files a/uml/zfb.jpeg and /dev/null differ