Skip to content

Commit f0eacf4

Browse files
committed
README.md
1 parent 0be400b commit f0eacf4

File tree

5 files changed

+12
-131
lines changed

5 files changed

+12
-131
lines changed

58tongcheng/channel_extact.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

58tongcheng/count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import time
2-
from page_parsing import url_list
2+
from tc_itemInfo import url_list
33

44
while True:
55
print url_list.find().count()

58tongcheng/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding:utf-8
22
from multiprocessing import Pool
3-
from channel_extact import channel_list
3+
from tc_urlLists import channel_list
44
from page_parsing import get_links_from
55

66
def get_all_links_from(channel):

58tongcheng/page_parsing.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# pythonSpider
2-
some python spiders with BeautifulSoup
2+
some python spiders with BeautifulSoup & requests
33

4-
## [githubSpider](github)
5-
- 爬取关注或粉丝列表 [followXXXList](github/github_followXXXList.py)
6-
- 爬取用户个人信息 [userInfo](github/github_userInfo.py)
4+
## [github](github)
5+
- 爬取关注或粉丝列表 [followXXXList.py](github/github_followXXXList.py)
6+
- 爬取用户个人信息 [userInfo.py](github/github_userInfo.py)
77

8-
## 58同城Spider
8+
## [58同城](58tongcheng)
9+
- 获取所有的二级菜单列表 [tc_urlLists.py](58tongcheng/tc_urlLists.py)
10+
- 获取每一个url下的具体信息 [tc_itemInfo.py](58tongcheng/tc_itemInfo.py)
911

12+
## [豆瓣](douban)
13+
- 获取单个电影的短评 [douban_comment.py](douban/douban_comment.py)
14+
- 获取单个电影的所有大图海报 [douban_photosR.py](douban/douban_photosR.py)

0 commit comments

Comments
 (0)