Giter VIP home page Giter VIP logo

jd_robot's Introduction

JD_Robot

京东抢购

Python爬虫,扫码登录京东网站,查询商品库存,价格,显示购物车详情等。
可以指定抢购商品,自动购买下单,然后手动去京东付款就行。

版本历史

运行环境

Python 3

第三方库

  • requests: 简单好用,功能强大的Http请求库
  • bs4: 从HTML或XML文件中提取数据的Python库
  • lxml: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries

环境配置

pip install requests
pip install bs4
pip install xlml

使用帮助

> python scraper-jd.py -h
usage: scraper-jd.py [-h] [-g GOOD] [-c COUNT]
                     [-w WAIT] [-f] [-s]

Simulate to login Jing Dong, and buy sepecified good

optional arguments:
  -h, --help            show this help message and exit
  -g GOOD, --good GOOD  Jing Dong good ID
  -c COUNT, --count COUNT
                        The count to buy
  -w WAIT, --wait WAIT  Flush time interval, unit MS
  -f, --flush           Continue flash if good out of stock
  -s, --submit          Submit the order to Jing Dong

实例输出

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
[ERROR] checkLogin: [Errno 2] No such file or directory: 'cookie'
Fri Jul 26 10:32:25 2019 > 自动登录中... 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fri Jul 26 10:32:25 2019 > 请打开京东手机客户端准备扫码登录:
201 : 二维码未扫描请扫描二维码
201 : 二维码未扫描请扫描二维码
201 : 二维码未扫描请扫描二维码
201 : 二维码未扫描请扫描二维码
201 : 二维码未扫描请扫描二维码
201 : 二维码未扫描请扫描二维码
200 : AAEAMJO13YdPif0VLnrBInm9aLcfcVYeGu2_TEBgU0wTmLpTB3s_0a4s3Xw4YmsVCBYBDQ
登录成功
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fri Jul 26 10:32:50 2019 > 商品详情
编号5173441
库存:�ֻ�
价格4477.00
名称Apple iPad Pro 平板电脑 10.5 英寸64G WLAN+Cellular版/A10X MQFF2CH/A玫瑰金色
加入购物车链接http://cart.jd.com/gate.action?pid=5173441&pcount=1&ptype=1
商品已成功加入购物车+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fri Jul 26 10:32:52 2019 > 购物车明细
购买    数量     价格        总价        商品
 +      1       ¥4477.00    ¥4477.00    Apple iPad Pro 平板电脑 10.5 英寸64G WLAN+Cellular版/A10X MQFF2CH/A玫瑰金色
总数: 1
总额: 4477.00
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fri Jul 26 10:32:52 2019 > 订单详情
应付款:¥4477.00
收货人** 137****3886
寄送至浙江 台州市 温岭市 **
下单成功订单号100442880794
请前往京东官方商城付款

代码仅供学习之用,京东网页不断变化,代码并不一定总是能正常运行。
如果您发现有Bug,Welcome to Pull Request.

jd_robot's People

Contributors

linyeli60 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.