# 12306 **Repository Path**: seastaros/a12306 ## Basic Information - **Project Name**: 12306 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 写在前面: ​ 项目原地址: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) 公众号二维码: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环境下,运行如下命令: ```angular2html docker run -d -p 8080:80 --name 12306 yinaoxiong/12306_code_server ```