Skip to content

Commit 7348f0c

Browse files
committed
read
1 parent ef4d978 commit 7348f0c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

github/ReadMe.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# github
22
###githubFollowXXList 模块:
33

4-
- ```
5-
count(Tag):
6-
```
4+
- `count(Tag):`
75

8-
**Tag**:传入一个tag对象例如![Tag](http://github.com/Yangzhedi/pythonSpider/github/imgs/tag.png)
6+
**Tag**:传入一个tag对象例如![Tag](http://yangzhedi.github.io/img/tag.png)
97
然后返回此tag下的人数,(出现k时候会有误差)
108

119
方法返回获取当前tag下的人数
1210

13-
- ```
14-
get_follow_counts_pages(url,person,boo):
15-
```
11+
- `get_follow_counts_pages(url,person,boo):`
1612

1713
**url**就是github的网址:'https://github.com/'
1814

@@ -24,9 +20,7 @@ get_follow_counts_pages(url,person,boo):
2420

2521

2622

27-
- ```
28-
get_follow_lists(url,person,boo,pages):
29-
```
23+
- `get_follow_lists(url,person,boo,pages):`
3024

3125
**url**, **person** ,**boo**和上一个方法一样,
3226
**pages**是指想获取第几页的following或者followers的列表
@@ -36,8 +30,7 @@ get_follow_lists(url,person,boo,pages):
3630

3731
###githubUserInfo 模块:
3832

39-
- ```
40-
get_user_info(url,person):
41-
```
33+
- `get_user_info(url,person):`
34+
4235
返回一个字典:包含用户的全称,个人介绍,项目个数,关注人数,粉丝人数,共送出多少star,
4336

github/imgs/tag.png

-1017 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)