健康160全自动挂号脚本(停止维护,请移步至91160-cli)
- 实现基本功能
- 动态选择就诊人
- 接入IP池刷号
- 实现定时抢号
需要运行在 python 3.6 以上版本(其它版本暂未测试)
1. 安装依赖
git clone https://github.com/pengpan/91160
pip install -r requirements.txt
2. 启动程序
python main.py
1. 构建镜像
docker build -t 91160:latest .
2. 运行镜像
docker run --rm -it 91160:latest