Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 782 Bytes

-jdBuyMask 京东口罩抢购助手

下载代码,添加商品id即可快速下单抢购到口罩(如果有的话)。

环境准备

  1. 安装python3.6.8

  2. 安装依赖

    pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
    

使用说明

  1. 获取area、cookies_String,填入configDemo.ini文件
  2. 获取更多skuids商品,填入configDemo.ini文件。可跳过
  3. 运行app.py

其他

源码来自:https://github.com/cycz/jdBuyMask。感谢作者!

改造方向:

  • 更pythonic。
  • 更具可读性和可学习性。
  • 更结构化。jd_goods.py方法全为商品相关,jd_cart为购物车相关,jd_utils为京东网页相关。

avatar