Skip to content

Commit

Permalink
revise read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqiangzhang committed Apr 11, 2019
1 parent 5c6cf93 commit 8e5447a
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
<a href="https://github.com/shengqiangzhang/examples-of-web-crawlers/network/members"><img src="https://img.shields.io/github/forks/shengqiangzhang/examples-of-web-crawlers.svg?style=social"></a>
</p>

<br />
<br />

## 简介
一些常见的网站爬虫例子,代码通用性较高,时效性较久。**项目代码对新手比较友好**,尽量用简单的python代码,并配有大量注释。



<br />
<br />

## [1.淘宝模拟登录][taobao_login]
### 使用教程
Expand Down Expand Up @@ -44,6 +48,8 @@ weibo_password = "改成你的微博密码"



<br />
<br />

## [2.天猫商品数据爬虫][tmall_crawler]
### 使用教程
Expand Down Expand Up @@ -79,6 +85,8 @@ weibo_password = "改成你的微博密码"



<br />
<br />

## [3.爬取淘宝我已购买的宝贝数据][taobao_buy_crawler]
### 使用教程
Expand Down Expand Up @@ -113,6 +121,8 @@ weibo_password = "改成你的微博密码"



<br />
<br />

## [4.每天不同时间段通过微信发消息提醒女友][say_to_lady]
### 简介
Expand Down Expand Up @@ -204,6 +214,8 @@ str_birthday = 亲爱的,生日快乐,我已经给你准备好了礼物哦



<br />
<br />

## [5.爬取5K分辨率超清唯美壁纸][crawler_5K_wallpaper]

Expand All @@ -213,8 +225,6 @@ str_birthday = 亲爱的,生日快乐,我已经给你准备好了礼物哦

<br />

<br />

这里有一款Mac下的小清新壁纸神器[Pap.er][8],可能是Mac下最好的壁纸软件,**自带5K超清分辨率壁纸**,富有多种类型壁纸,当我们想在Windows或者Linux下使用的时候,就可以考虑将**5K超清分辨率壁纸**爬取下来。

### 使用教程
Expand Down Expand Up @@ -245,6 +255,8 @@ from contextlib import closing



<br />
<br />

## [6.爬取豆瓣排行榜电影数据(含GUI界面版)][getMovieInRankingList]

Expand Down Expand Up @@ -294,6 +306,8 @@ from contextlib import closing



<br />
<br />

## [7.多线程+代理池爬取天天基金网、股票数据(无需使用爬虫框架)][fund_data]

Expand Down Expand Up @@ -342,6 +356,8 @@ from contextlib import closing



<br />
<br />

## 补充

Expand All @@ -351,6 +367,8 @@ from contextlib import closing



<br />
<br />

## License
[The MIT License (MIT)][6]
Expand Down

0 comments on commit 8e5447a

Please sign in to comment.