Skip to content

caijihui/py_spiders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spider 爬虫

  • 安装扩展
    • pip3 install -r requirements.txt
  • 初始化,安装scrapy
    • pip3 install scrapy
  • 创建爬虫
    • scrapy genspider name domain

爬取微博热搜

    scrapy crawl weiboHot

爬取豆瓣电源top250

    scrapy crawl doubanTop250

About

spiders 爬虫。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages