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 79ee24f commit 5a734b6Copy full SHA for 5a734b6
README.md
@@ -2,6 +2,7 @@
2
some python spiders with BeautifulSoup
3
4
## githubSpider
5
-
+- 爬取关注或粉丝列表 [followXXXList](github/github_followXXXList.py)
6
+- 爬取用户个人信息 [userInfo](github/github_userInfo.py)
7
## 58同城Spider
8
github/github_userInfo.py
@@ -1,7 +1,7 @@
1
# coding:utf-8
import requests
from bs4 import BeautifulSoup
-from githubFollowXXXList import count
+from github_followXXXList import count
import time
url = 'https://github.com/'
0 commit comments