# jd_seckill_python **Repository Path**: kuls/jd_seckill_python ## Basic Information - **Project Name**: jd_seckill_python - **Description**: 京东|茅台|使用教程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 5 - **Created**: 2021-01-06 - **Last Updated**: 2022-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jd_seckill_python 使用教程,详细! ## 源码下载 ![](https://gitee.com/kuls/pic-md/raw/master/2021-1-6/1609928538682-image.png) 回复【茅台】 ## 使用方法 1、创建虚拟环境 ```python # 创建虚拟环境 $ python3 -m venv . # 进入虚拟环境 $ source bin/activate ``` 2、进入项目,安装相关依赖包 ```python # Linux和mac OS python -m pip install -r requirements.txt # windows还需要安装lxml,需要手动安装,并且将requirement.txt的lxml删除 https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml ``` 3、获取eid 和 fp 随机寻找一个商品,下单,然后到付款页面,如下。 ![](https://gitee.com/kuls/pic-md/raw/master/2021-1-6/1609928706180-image.png) 在console中输入_JdTdudfp 获取到相关值,然后去config.ini中修改 记得修改抢购的时间。 ![](https://gitee.com/kuls/pic-md/raw/master/2021-1-6/1609928858934-image.png) 4、开通plus会员,信用分越高,几率越大 ```python python main.py ``` 执行文件,先预约,然后到指定时间前开启脚本执行就可以了。