Skip to content

Commit 5a734b6

Browse files
committed
readme
1 parent 79ee24f commit 5a734b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
some python spiders with BeautifulSoup
33

44
## githubSpider
5-
5+
- 爬取关注或粉丝列表 [followXXXList](github/github_followXXXList.py)
6+
- 爬取用户个人信息 [userInfo](github/github_userInfo.py)
67
## 58同城Spider
78

github/github_userInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding:utf-8
22
import requests
33
from bs4 import BeautifulSoup
4-
from githubFollowXXXList import count
4+
from github_followXXXList import count
55
import time
66

77
url = 'https://github.com/'

0 commit comments

Comments
 (0)