Skip to content

xiaoxia0722/The-crawler-of-actual-combat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

爬虫项目实战

  1. 爬取英雄联盟所有英雄的皮肤

抓取英雄联盟所有英雄的皮肤(LOL hero skin photo文件夹)

这次抓取皮肤图片一共有两种方法:

  • lol_hero_photo.py
    • 使用普通方式抓取
    • 抓取时间长
  • lol_hero_photo_thread.py
    • 使用多线程进行抓取
    • 抓取时间比普通方法要短很多

因为抓取的次数不多,所以就没用使用代理。

About

爬虫项目实战合集

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages