Skip to content

在电商网站上买东西肯定要看买家秀,然而某种款式or颜色的买家秀可能很少,要翻很久才能看到,所以我用Python做了个爬虫,把不同类别的买家秀分别存储

Notifications You must be signed in to change notification settings

edisonleolhl/BuyersShow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 开发笔记:https://www.jianshu.com/p/c84f943eca5c

  • 环境要求:Python3.x,chromedriver.exe(项目已有)

  • 运行:在当前项目中,打开命令行,输入

      python items.py
    

    终端提示输入商品url,按下回车即可,例如

      Please input the item url:https://item.jd.com/5089235.html
    

    在当前项目文件夹中会新建“all_items”文件夹,其中会建立若干子文件夹,存储不同商品的买家秀。 同一个商品的买家秀按款式命名,易于查看。

  • TODO:

    解决追评中的图片与款式匹配的问题。

About

在电商网站上买东西肯定要看买家秀,然而某种款式or颜色的买家秀可能很少,要翻很久才能看到,所以我用Python做了个爬虫,把不同类别的买家秀分别存储

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages