https://github.com/zpoint/helth160_appointment
自动预约
https://github.com/zpoint/helth160_appointment
Last synced: about 1 month ago
JSON representation
自动预约
- Host: GitHub
- URL: https://github.com/zpoint/helth160_appointment
- Owner: zpoint
- Created: 2019-06-21T06:20:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T11:07:57.000Z (almost 7 years ago)
- Last Synced: 2026-01-01T09:06:28.682Z (5 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 自动预约
公立医院牙科实在是太难约上了, 目前打算开发几个简单功能使用
## 环境
>= python3.5.2
## to do
- [ ] 医院科室查询展示对应信息
- [ ] 根据条件查询是否有位置
- [ ] 预约
- [ ] 主循环, 从配置读取配置信息, 处理
- [ ] 成功/失败邮件发送通知
- [ ] 成功/失败公众号发送通知
- [ ] 登陆(不打算做, 毕竟自用, 目前扣出 cookie 即可)