We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6deb39e commit cf6f5a5Copy full SHA for cf6f5a5
README.md
@@ -1,29 +1,21 @@
1
# Python-sipder
2
+
3
## python爬虫学习教程
-###1. 利用requests和beautisoup处理网页
4
- requests1.py 介绍了如何下载图片的教程
5
-###2. 爬取妹子图爬虫
+###爬取妹子图爬虫
6
7
By [Jim-Bin](https://github.com/Jim-bin).
8
9
####Description
10
11
-
12
目标是爬取妹子图图片
13
目前实现的爬取[妹子图](http://www.meizitu.com/),
14
15
16
####Installation
17
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
24
> pip install bs4
25
pip install requests
26
27
####Usage
28
29
- * 妹子图:`python meizitu_pro.py`
+ * 妹子图:`python meizitu3.py`
0 commit comments