Skip to content

sunmsn/91160

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

健康160全自动挂号脚本

Build Status

规划

  • 实现基本功能
  • 动态选择就诊人
  • 接入IP池刷号
  • 实现定时抢号

使用

需要运行在 python 3.6 以上版本(其它版本暂未测试)

1. 安装依赖

git clone https://github.com/pengpan/91160

pip install -r requirements.txt

2. 启动程序

python main.py

Docker 使用

1. 构建镜像

docker build -t 91160:latest .

2. 运行镜像

docker run --rm -it 91160:latest

About

健康160全自动挂号脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Dockerfile 2.0%