Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

pengpan/91160

Repository files navigation

健康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

Releases

No releases published

Packages

No packages published