File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
</p >
7
7
8
8
## 运行步骤
9
- 这个脚本主要使用收集 GitHub 上优秀的项目,用于编写[ 《HelloGitHub 月刊》] ( https://github.com/521xueweihan/HelloGitHub ) ,后面还会持续开发~
9
+ 这个脚本主要用于收集 GitHub 上优秀的项目,用于编写[ 《HelloGitHub 月刊》] ( https://github.com/521xueweihan/HelloGitHub ) ,后面还会持续开发~
10
10
11
- 1 . 安装依赖:` pip install -r requirements.txt `
12
- 2 . 配置脚本中相关参数:
11
+ 1 . ** 安装依赖** :` pip install -r requirements.txt `
12
+ 2 . ** 配置脚本中相关参数** :
13
13
```
14
14
# github帐号
15
15
ACCOUNT = {
31
31
# qq邮件服务文档:http://service.mail.qq.com/cgi-bin/help?id=28
32
32
```
33
33
34
- ** 最后 ** :` python github_bot.py `
34
+ 3. ** 运行脚本 ** :` python github_bot.py `
35
35
36
36
## 开发日志
37
- #### 2017-4-6
37
+ #### 2017-04-06
38
38
1 . GitHub Api 更新,event 最多获取 300 条
39
39
2 . 新注册帐号 521hellogithub 用于获取每天的数据
40
40
41
- #### 2017-3 -28
41
+ #### 2017-03 -28
42
42
增加收集项目 star 临界值
43
43
44
- #### 2016-9 -29
44
+ #### 2016-09 -29
45
45
- GitHub 今日热点项目不统计自己的项目
46
46
- 错误日志放到脚本的同目录下
47
47
48
- #### 2016-9 -24
48
+ #### 2016-09 -24
49
49
实现根据 star 数量,从高到低展示。
50
50
51
- #### 2016-9-5
51
+ #### 2016-09-05
52
52
实现请求 GitHub Api 获取关注的用户 star 的项目、过滤内容、定时发邮件
53
53
54
54
## Todo
You can’t perform that action at this time.
0 commit comments