• This repository has been archived on 24/May/2022
  • Stars
    star
    101
  • Rank 336,209 (Top 7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

健康160全自动挂号脚本

健康160全自动挂号脚本(停止维护,请移步至91160-cli

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