Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
/ Spider-taobao Public archive

python爬虫练习,selenium+xpath 爬取淘宝个人的历史购买数据并简单汇总

License

Notifications You must be signed in to change notification settings

HK-bruc1/Spider-taobao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

淘宝个人购买数据爬虫(已经失效......)

二、使用教程

  1. 下载chrome浏览器
  2. 查看chrome浏览器的版本号,点击这里下载对应版本号的chromedriver驱动
  3. pip安装下列包,其他的根据程序里下就行(建议在pycharm的虚拟环境下运行,项目删掉时对应相关库也会删掉)
  • pip install selenium
  • pip install lxml
  1. 把所有库下载好以后,在下面的主程序中修改成自己的账号和密码(再去淘宝看一下交易成功的商品总的页数,去程序里修改一下)直接运行就可以了

About

python爬虫练习,selenium+xpath 爬取淘宝个人的历史购买数据并简单汇总

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages