Skip to content

hanyucd/spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

爬虫

qqRead_spider.py: Requests 结合 BeautifulSoup 写的爬虫,并以 JSON 格式显示。

paChong_AiCar.java: IO 流结合正则表达式写的 Java 爬虫。

douban_spider.js: 使用 Node 内置模块(https、fs、path) 和 第三方模块 cheerio, 爬取豆瓣电影 Top250 的电影信息 & 图片。