cui-ying / 12306

12306抢票脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

写在前面:

​ 视频教程:https://www.bilibili.com/video/BV1mK4y1V7cd/

​ 项目原地址:https://github.com/testerSunshine/12306

​ 因作为没有维护,本人进行二次开发,现在可以用【2020-12-24】。有问题可以关注公众号:罐子里的茶,会有群二维码回复,有问题必定解答!最后祝大家都抢到过年的票。

qrcode_for_gh_0626c7a906e9_258

公众号二维码:https://gitee.com/gzldc/images/raw/master/2020-12-04/qrcode_for_gh_0626c7a906e9_258.jpg

启动命令: 1.安装依赖包: pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple 2.加入cdn: python3 run.py c 3.启动脚本: python3 run.py r

IP 代理池

推荐一个ip代理池的项目:https://github.com/Python3WebSpider/ProxyPool 简单使用方法:docker-compose up

本地云打码平台搭建(基于docker)

在安装好docker环境下,运行如下命令:

docker run -d -p 8080:80 --name 12306 yinaoxiong/12306_code_server

About

12306抢票脚本

License:MIT License


Languages

Language:Python 99.1%Language:Shell 0.5%Language:Dockerfile 0.4%