健康160自动挂号
-
自动预约
-
自动挂号
-
自动抢号
pip install -r requirements.txt
-
使用pip命令安装所需库
pip install -r requirements.txt
-
运行main.py
python3 main.py
-
后台运行
nohup python3 main.py >> output.log 2>&1 &
tail -fn 20 output.log
ps -aux | grep main.py
kill id
-
git clone https://github.com/jhao104/proxy_pool.git
-
开启 redis
-
配置 proxy_pool setting
-
设置 enableProxy 为 True
-
运行
python3 proxyPool.py schedule
python3 proxyPool.py server
Inspired by @pengpan