Skip to content

Commit cf6f5a5

Browse files
authored
Update README.md
1 parent 6deb39e commit cf6f5a5

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
# Python-sipder
2+
23
## python爬虫学习教程
3-
###1. 利用requests和beautisoup处理网页
4-
requests1.py 介绍了如何下载图片的教程
5-
###2. 爬取妹子图爬虫
4+
5+
###爬取妹子图爬虫
66

77
By [Jim-Bin](https://github.com/Jim-bin).
88

99
####Description
1010

11-
1211
目标是爬取妹子图图片
1312
目前实现的爬取[妹子图](http://www.meizitu.com/)
1413

15-
1614
####Installation
1715

18-
> git clone https://github.com/Jim-bin/Python-spider.git
19-
> cd Python-spider
20-
> sudo easy_install virtualenv
21-
> virtualenv venv
22-
> windows下按照如下方式激活虚拟环境: venv\Scripts\activate
23-
linux下按照如下方式激活虚拟环境: source venv/bin/activate
2416
> pip install bs4
2517
pip install requests
2618

2719
####Usage
2820

29-
* 妹子图:`python meizitu_pro.py`
21+
* 妹子图:`python meizitu3.py`

0 commit comments

Comments
 (0)