forked from ButterAndButterfly/GithubTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 866 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"token":"token",
"tasks":[
{
"type": "get_total_stars_and_forks",
"name":"nICEnnnnnnnLee",
"output":"data/total.json"
},{
"type": "get_stars_history",
"name":"nICEnnnnnnnLee",
"repo":"BilibiliDown",
"div":7,
"output":"data/stars_history.jpg"
},{
"type": "get_top_star_repos",
"name":"ButterAndButterfly",
"top":3,
"output":"data/top/ButterAndButterfly/top3.json"
},{
"type": "get_top_star_repos",
"name":"nICEnnnnnnnLee",
"top":4,
"output":"data/top/nICEnnnnnnnLee/top4.json"
},{
"type": "render_template",
"template_path":"README_template.md",
"output":"data/README.md"
}
]
}