12306/README.md

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 12306
- python版本支持
- 2.7
- 依赖库
- 项目 requirements.txt
- 安装方法 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
- 项目声明:
- 本软件只供学习交流使用务作为商业用途作者qq 931128603
- 2017.5.13跟新
1. 增加登陆错误判断(密码错误&ip校验
2. 修改queryOrderWaitTime校验orderId字段bug校验msg字段bug校验messagesbug
3. 修改checkQueueOrder 校验 data 字段的列表推导式bug
4. 增加代理ip方法目前已可以过滤有用ip
- 2018.1.7 号更新
1. 增加自动配置
```
#station_date:出发日期格式ex2018-01-06
#from_station: 始发站
#to_station: 到达站
#set_type: 坐席(商务座,二等座,特等座,软卧,硬卧,硬座,无座)
#is_more_ticket:余票不足是否自动提交
#select_refresh_interval:刷新间隔时间1为一秒0.1为100毫秒以此类推
#ticke_peoples: 乘客
#damatu:打码图账号,用于自动登录
```
2. 优化订票流程
3. 支持自动刷票,自动订票