@wcj/github-rank 22.6.6 → 22.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +26161 -26159
  2. package/dist/sifou-daily.json +55 -28
  3. package/dist/sifou-monthly.json +67 -67
  4. package/dist/sifou-weekly.json +142 -142
  5. package/dist/toutiao-30.json +39 -39
  6. package/dist/toutiao-7.json +94 -94
  7. package/dist/toutiao-90.json +13 -13
  8. package/dist/trending-daily.json +75 -75
  9. package/dist/trending-monthly.json +73 -73
  10. package/dist/trending-weekly.json +73 -73
  11. package/dist/users.china.json +1304 -1307
  12. package/dist/users.json +4295 -4329
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +26161 -26159
  16. package/web/data/sifou-daily.json +55 -28
  17. package/web/data/sifou-monthly.json +67 -67
  18. package/web/data/sifou-weekly.json +142 -142
  19. package/web/data/toutiao-30.json +39 -39
  20. package/web/data/toutiao-7.json +94 -94
  21. package/web/data/toutiao-90.json +13 -13
  22. package/web/data/trending-daily.json +75 -75
  23. package/web/data/trending-monthly.json +73 -73
  24. package/web/data/trending-weekly.json +73 -73
  25. package/web/data/users.china.json +1304 -1307
  26. package/web/data/users.json +4295 -4329
  27. package/web/index.html +1514 -1514
  28. package/web/repos.html +3654 -3654
  29. package/web/sifou-daily.html +109 -25
  30. package/web/sifou-monthly.html +116 -116
  31. package/web/sifou-weekly.html +137 -137
  32. package/web/toutiao-30.html +59 -59
  33. package/web/toutiao-7.html +73 -73
  34. package/web/toutiao-90.html +39 -39
  35. package/web/trending-monthly.html +75 -75
  36. package/web/trending-weekly.html +75 -75
  37. package/web/trending.html +77 -77
  38. package/web/users.china.html +753 -753
@@ -1,18 +1,8 @@
1
1
  [
2
- {
3
- "title": "架构师成长路线图",
4
- "description": "成长为软件架构师不是一件容易的事,这篇文章列举了架构师需要学习的技术储备,给出了成为软件架构师的路线图,帮助有志于在架构领域成长的同学可以明确学习的方向。原文:Master Pla...",
5
- "votes": "71",
6
- "url": "/k/27b6p2e",
7
- "avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
8
- "avatarAlt": "DeepNoMind - 独家号",
9
- "subjectName": "DeepNoMind",
10
- "homeUrl": "/subjects/460290"
11
- },
12
2
  {
13
3
  "title": "消息队列原理和选型:Kafka、RocketMQ 、RabbitMQ 和 ActiveMQ",
14
4
  "description": "",
15
- "votes": "70",
5
+ "votes": "88",
16
6
  "url": "/k/nuwnwro",
17
7
  "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
18
8
  "avatarAlt": "乱点技能树 - 独家号",
@@ -22,33 +12,43 @@
22
12
  {
23
13
  "title": "如何写出一篇好的技术方案?",
24
14
  "description": "",
25
- "votes": "53",
15
+ "votes": "59",
26
16
  "url": "/k/gl2cth8",
27
17
  "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
28
18
  "avatarAlt": "架构之美 - 独家号",
29
19
  "subjectName": "架构之美",
30
20
  "homeUrl": "/subjects/42200"
31
21
  },
32
- {
33
- "title": "6年团队Leader: 程序员的8种软技能",
34
- "description": "",
35
- "votes": "51",
36
- "url": "/k/ehsw14h",
37
- "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
38
- "avatarAlt": "架构必知必会 - 独家号",
39
- "subjectName": "架构必知必会",
40
- "homeUrl": "/subjects/472073"
41
- },
42
22
  {
43
23
  "title": "我做Go项目的一些实战经验",
44
24
  "description": "",
45
- "votes": "43",
25
+ "votes": "46",
46
26
  "url": "/k/n4zn8vb",
47
27
  "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
48
28
  "avatarAlt": "GoHackers - 独家号",
49
29
  "subjectName": "GoHackers",
50
30
  "homeUrl": "/subjects/1385"
51
31
  },
32
+ {
33
+ "title": "异步编程指北",
34
+ "description": "",
35
+ "votes": "35",
36
+ "url": "/k/k2ezpp7",
37
+ "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
38
+ "avatarAlt": "架构之美 - 独家号",
39
+ "subjectName": "架构之美",
40
+ "homeUrl": "/subjects/42200"
41
+ },
42
+ {
43
+ "title": "GitOps指南",
44
+ "description": "GitOps基于CICD和IaC,以一致的方式管理代码和部署,是DevOps最佳实践之一。本文完整介绍了GitOps的理念和实践,并介绍了Weave Cloud的GitOps模型和...",
45
+ "votes": "36",
46
+ "url": "/k/8a8c9ea",
47
+ "avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
48
+ "avatarAlt": "DeepNoMind - 独家号",
49
+ "subjectName": "DeepNoMind",
50
+ "homeUrl": "/subjects/460290"
51
+ },
52
52
  {
53
53
  "title": "如何设计可落地的重构技术方案——理论篇",
54
54
  "description": "",
@@ -62,37 +62,17 @@
62
62
  {
63
63
  "title": "2022 年值得学习的 Golang 包",
64
64
  "description": "",
65
- "votes": "29",
65
+ "votes": "30",
66
66
  "url": "/k/aqswd9s",
67
67
  "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
68
68
  "avatarAlt": "GoHackers - 独家号",
69
69
  "subjectName": "GoHackers",
70
70
  "homeUrl": "/subjects/1385"
71
71
  },
72
- {
73
- "title": "GitOps指南",
74
- "description": "GitOps基于CICD和IaC,以一致的方式管理代码和部署,是DevOps最佳实践之一。本文完整介绍了GitOps的理念和实践,并介绍了Weave Cloud的GitOps模型和...",
75
- "votes": "28",
76
- "url": "/k/8a8c9ea",
77
- "avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
78
- "avatarAlt": "DeepNoMind - 独家号",
79
- "subjectName": "DeepNoMind",
80
- "homeUrl": "/subjects/460290"
81
- },
82
- {
83
- "title": "实时数据架构与实践(用户画像篇)",
84
- "description": "",
85
- "votes": "25",
86
- "url": "/k/nab58ic",
87
- "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
88
- "avatarAlt": "架构之美 - 独家号",
89
- "subjectName": "架构之美",
90
- "homeUrl": "/subjects/42200"
91
- },
92
72
  {
93
73
  "title": "架构设计学习资料汇总",
94
74
  "description": "",
95
- "votes": "26",
75
+ "votes": "29",
96
76
  "url": "/k/6c0iwli",
97
77
  "avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
98
78
  "avatarAlt": "DeepNoMind - 独家号",
@@ -102,7 +82,7 @@
102
82
  {
103
83
  "title": "图文结合!Redis延迟队列golang高效实践",
104
84
  "description": "",
105
- "votes": "27",
85
+ "votes": "28",
106
86
  "url": "/k/rc9xqyk",
107
87
  "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
108
88
  "avatarAlt": "架构必知必会 - 独家号",
@@ -110,14 +90,14 @@
110
90
  "homeUrl": "/subjects/472073"
111
91
  },
112
92
  {
113
- "title": "2022年技术趋势报告(658页)",
93
+ "title": "千万级数据查询:CK、ES、RediSearch怎么选?",
114
94
  "description": "",
115
- "votes": "23",
116
- "url": "/k/npydybr",
117
- "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
118
- "avatarAlt": "乱点技能树 - 独家号",
119
- "subjectName": "乱点技能树",
120
- "homeUrl": "/subjects/194141"
95
+ "votes": "21",
96
+ "url": "/k/dgpcl68",
97
+ "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
98
+ "avatarAlt": "Bloomingroses - 独家号",
99
+ "subjectName": "Bloomingroses",
100
+ "homeUrl": "/subjects/98777"
121
101
  },
122
102
  {
123
103
  "title": "2022,值得学习系列之:函数式编程",
@@ -130,59 +110,49 @@
130
110
  "homeUrl": "/subjects/79906"
131
111
  },
132
112
  {
133
- "title": "如何优雅的关闭容器",
134
- "description": "",
135
- "votes": "17",
136
- "url": "/k/yxb5854",
137
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
138
- "avatarAlt": "Bloomingroses - 独家号",
139
- "subjectName": "Bloomingroses",
140
- "homeUrl": "/subjects/98777"
141
- },
142
- {
143
- "title": "千万级数据查询:CK、ES、RediSearch怎么选?",
144
- "description": "",
145
- "votes": "16",
146
- "url": "/k/dgpcl68",
147
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
148
- "avatarAlt": "Bloomingroses - 独家号",
149
- "subjectName": "Bloomingroses",
150
- "homeUrl": "/subjects/98777"
151
- },
152
- {
153
- "title": "高效学习的六大必备工具",
113
+ "title": "从Redis7.0发布看Redis的过去与未来",
154
114
  "description": "",
155
- "votes": "13",
156
- "url": "/k/3w13cze",
157
- "avatar": "https://img.toutiao.io/subject/11cc495ae64e477a9b099c30e240143f/thumb",
158
- "avatarAlt": "程序猿读书雷达 - 独家号",
159
- "subjectName": "程序猿读书雷达",
160
- "homeUrl": "/subjects/114561"
115
+ "votes": "21",
116
+ "url": "/k/nfcvuw0",
117
+ "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
118
+ "avatarAlt": "架构必知必会 - 独家号",
119
+ "subjectName": "架构必知必会",
120
+ "homeUrl": "/subjects/472073"
161
121
  },
162
122
  {
163
- "title": "从Redis7.0发布看Redis的过去与未来",
123
+ "title": "半夜数据库突发宕机,竟是Redis惹的锅???",
164
124
  "description": "",
165
- "votes": "18",
166
- "url": "/k/nfcvuw0",
125
+ "votes": "17",
126
+ "url": "/k/8ogtu83",
167
127
  "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
168
128
  "avatarAlt": "架构必知必会 - 独家号",
169
129
  "subjectName": "架构必知必会",
170
130
  "homeUrl": "/subjects/472073"
171
131
  },
172
132
  {
173
- "title": "异步编程指北",
133
+ "title": "字节序探析:大端与小端的比较",
174
134
  "description": "",
175
- "votes": "15",
176
- "url": "/k/jns9z8j",
135
+ "votes": "17",
136
+ "url": "/k/zet8l08",
177
137
  "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
178
138
  "avatarAlt": "趣编程的独家号 - 独家号",
179
139
  "subjectName": "趣编程的独家号",
180
140
  "homeUrl": "/subjects/465623"
181
141
  },
142
+ {
143
+ "title": "十年编程,我意识到除了给客户带来价值外,没有什么是真正重要的",
144
+ "description": "",
145
+ "votes": "16",
146
+ "url": "/k/57ytcg4",
147
+ "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
148
+ "avatarAlt": "架构之美 - 独家号",
149
+ "subjectName": "架构之美",
150
+ "homeUrl": "/subjects/42200"
151
+ },
182
152
  {
183
153
  "title": "Go Error 处理最佳实践",
184
154
  "description": "",
185
- "votes": "15",
155
+ "votes": "16",
186
156
  "url": "/k/pm6csan",
187
157
  "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
188
158
  "avatarAlt": "趣编程的独家号 - 独家号",
@@ -190,13 +160,43 @@
190
160
  "homeUrl": "/subjects/465623"
191
161
  },
192
162
  {
193
- "title": "十年编程,我意识到除了给客户带来价值外,没有什么是真正重要的",
163
+ "title": "高效学习的六大必备工具",
194
164
  "description": "",
195
- "votes": "14",
196
- "url": "/k/57ytcg4",
197
- "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
198
- "avatarAlt": "架构之美 - 独家号",
199
- "subjectName": "架构之美",
200
- "homeUrl": "/subjects/42200"
165
+ "votes": "13",
166
+ "url": "/k/3w13cze",
167
+ "avatar": "https://img.toutiao.io/subject/11cc495ae64e477a9b099c30e240143f/thumb",
168
+ "avatarAlt": "程序猿读书雷达 - 独家号",
169
+ "subjectName": "程序猿读书雷达",
170
+ "homeUrl": "/subjects/114561"
171
+ },
172
+ {
173
+ "title": "一文快速入门分库分表中间件 Sharding-JDBC (必修课)",
174
+ "description": "",
175
+ "votes": "13",
176
+ "url": "/k/559s1d3",
177
+ "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
178
+ "avatarAlt": "乱点技能树 - 独家号",
179
+ "subjectName": "乱点技能树",
180
+ "homeUrl": "/subjects/194141"
181
+ },
182
+ {
183
+ "title": "REDIS-CLUSTER集群SLOT迁移过程分析",
184
+ "description": "",
185
+ "votes": "15",
186
+ "url": "/k/gqd01cz",
187
+ "avatar": "https://img.toutiao.io/subject/7c016973c0bb4e13a28ab338153e7d12/thumb",
188
+ "avatarAlt": "萌叔 - 独家号",
189
+ "subjectName": "萌叔",
190
+ "homeUrl": "/subjects/334598"
191
+ },
192
+ {
193
+ "title": "一文概览 NLP 算法(Python)",
194
+ "description": "",
195
+ "votes": "12",
196
+ "url": "/k/jbwk2nr",
197
+ "avatar": "https://img.toutiao.io/subject/c8a60287ae464b8db21221a59774ceb3/thumb",
198
+ "avatarAlt": "AIHackers - 独家号",
199
+ "subjectName": "AIHackers",
200
+ "homeUrl": "/subjects/300686"
201
201
  }
202
202
  ]
@@ -72,7 +72,7 @@
72
72
  {
73
73
  "title": "聊聊接口设计的36个小技巧",
74
74
  "description": "",
75
- "votes": "124",
75
+ "votes": "125",
76
76
  "url": "/k/yqm776v",
77
77
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
78
78
  "avatarAlt": "进击的程序猿 - 独家号",
@@ -82,7 +82,7 @@
82
82
  {
83
83
  "title": "技术开发人员如何制定自己的OKR",
84
84
  "description": "",
85
- "votes": "115",
85
+ "votes": "116",
86
86
  "url": "/k/zq8oiet",
87
87
  "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
88
88
  "avatarAlt": "ASCE1885 - 独家号",
@@ -159,6 +159,16 @@
159
159
  "subjectName": "架构必知必会",
160
160
  "homeUrl": "/subjects/472073"
161
161
  },
162
+ {
163
+ "title": "消息队列原理和选型:Kafka、RocketMQ 、RabbitMQ 和 ActiveMQ",
164
+ "description": "",
165
+ "votes": "88",
166
+ "url": "/k/nuwnwro",
167
+ "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
168
+ "avatarAlt": "乱点技能树 - 独家号",
169
+ "subjectName": "乱点技能树",
170
+ "homeUrl": "/subjects/194141"
171
+ },
162
172
  {
163
173
  "title": "ThreadLocal夺命11连问",
164
174
  "description": "",
@@ -172,7 +182,7 @@
172
182
  {
173
183
  "title": "时间轮原理及其在框架中的应用",
174
184
  "description": "",
175
- "votes": "85",
185
+ "votes": "86",
176
186
  "url": "/k/1dwwpfd",
177
187
  "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
178
188
  "avatarAlt": "ASCE1885 - 独家号",
@@ -238,15 +248,5 @@
238
248
  "avatarAlt": "ASCE1885 - 独家号",
239
249
  "subjectName": "ASCE1885",
240
250
  "homeUrl": "/subjects/4829"
241
- },
242
- {
243
- "title": "聊聊我们是如何做系统保障方案的",
244
- "description": "",
245
- "votes": "73",
246
- "url": "/k/i8q3ye4",
247
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
248
- "avatarAlt": "Bloomingroses - 独家号",
249
- "subjectName": "Bloomingroses",
250
- "homeUrl": "/subjects/98777"
251
251
  }
252
252
  ]
@@ -4,9 +4,9 @@
4
4
  "language": "CSS",
5
5
  "color": "#563d7c",
6
6
  "description": "",
7
- "forked": "4234",
8
- "stargazers_count": 14638,
9
- "todayStar": "356 stars today",
7
+ "forked": "4307",
8
+ "stargazers_count": 15229,
9
+ "todayStar": "610 stars today",
10
10
  "html_url": "https://github.com/bradtraversy/50projects50days",
11
11
  "rank": 1
12
12
  },
@@ -15,9 +15,9 @@
15
15
  "language": "C#",
16
16
  "color": "#178600",
17
17
  "description": "",
18
- "forked": "84",
19
- "stargazers_count": 2582,
20
- "todayStar": "238 stars today",
18
+ "forked": "88",
19
+ "stargazers_count": 2792,
20
+ "todayStar": "217 stars today",
21
21
  "html_url": "https://github.com/mxgmn/MarkovJunior",
22
22
  "rank": 2
23
23
  },
@@ -26,9 +26,9 @@
26
26
  "language": "Dockerfile",
27
27
  "color": "#384d54",
28
28
  "description": "",
29
- "forked": "3549",
30
- "stargazers_count": 10877,
31
- "todayStar": "82 stars today",
29
+ "forked": "3566",
30
+ "stargazers_count": 11038,
31
+ "todayStar": "170 stars today",
32
32
  "html_url": "https://github.com/vulhub/vulhub",
33
33
  "rank": 3
34
34
  },
@@ -37,9 +37,9 @@
37
37
  "language": "C++",
38
38
  "color": "#f34b7d",
39
39
  "description": "",
40
- "forked": "16797",
41
- "stargazers_count": 13191,
42
- "todayStar": "55 stars today",
40
+ "forked": "16802",
41
+ "stargazers_count": 13263,
42
+ "todayStar": "84 stars today",
43
43
  "html_url": "https://github.com/MarlinFirmware/Marlin",
44
44
  "rank": 4
45
45
  },
@@ -48,9 +48,9 @@
48
48
  "language": "Python",
49
49
  "color": "#3572A5",
50
50
  "description": "",
51
- "forked": "287",
52
- "stargazers_count": 1498,
53
- "todayStar": "210 stars today",
51
+ "forked": "317",
52
+ "stargazers_count": 1639,
53
+ "todayStar": "151 stars today",
54
54
  "html_url": "https://github.com/elebumm/RedditVideoMakerBot",
55
55
  "rank": 5
56
56
  },
@@ -59,9 +59,9 @@
59
59
  "language": "Rust",
60
60
  "color": "#dea584",
61
61
  "description": "",
62
- "forked": "79",
63
- "stargazers_count": 2908,
64
- "todayStar": "129 stars today",
62
+ "forked": "86",
63
+ "stargazers_count": 3048,
64
+ "todayStar": "148 stars today",
65
65
  "html_url": "https://github.com/EmbarkStudios/kajiya",
66
66
  "rank": 6
67
67
  },
@@ -70,9 +70,9 @@
70
70
  "language": "C++",
71
71
  "color": "#f34b7d",
72
72
  "description": "",
73
- "forked": "82",
74
- "stargazers_count": 1119,
75
- "todayStar": "267 stars today",
73
+ "forked": "90",
74
+ "stargazers_count": 1328,
75
+ "todayStar": "219 stars today",
76
76
  "html_url": "https://github.com/google/highway",
77
77
  "rank": 7
78
78
  },
@@ -81,9 +81,9 @@
81
81
  "language": "Python",
82
82
  "color": "#3572A5",
83
83
  "description": "",
84
- "forked": "1330",
85
- "stargazers_count": 6363,
86
- "todayStar": "90 stars today",
84
+ "forked": "1342",
85
+ "stargazers_count": 6541,
86
+ "todayStar": "186 stars today",
87
87
  "html_url": "https://github.com/arc298/instagram-scraper",
88
88
  "rank": 8
89
89
  },
@@ -92,9 +92,9 @@
92
92
  "language": "Python",
93
93
  "color": "#3572A5",
94
94
  "description": "",
95
- "forked": "3389",
96
- "stargazers_count": 1444,
97
- "todayStar": "101 stars today",
95
+ "forked": "3461",
96
+ "stargazers_count": 1524,
97
+ "todayStar": "100 stars today",
98
98
  "html_url": "https://github.com/anasty17/mirror-leech-telegram-bot",
99
99
  "rank": 9
100
100
  },
@@ -103,9 +103,9 @@
103
103
  "language": "Python",
104
104
  "color": "#3572A5",
105
105
  "description": "",
106
- "forked": "202",
107
- "stargazers_count": 2334,
108
- "todayStar": "296 stars today",
106
+ "forked": "224",
107
+ "stargazers_count": 2795,
108
+ "todayStar": "486 stars today",
109
109
  "html_url": "https://github.com/borisdayma/dalle-mini",
110
110
  "rank": 10
111
111
  },
@@ -114,9 +114,9 @@
114
114
  "language": "C++",
115
115
  "color": "#f34b7d",
116
116
  "description": "",
117
- "forked": "6781",
118
- "stargazers_count": 38768,
119
- "todayStar": "68 stars today",
117
+ "forked": "6784",
118
+ "stargazers_count": 38864,
119
+ "todayStar": "108 stars today",
120
120
  "html_url": "https://github.com/ocornut/imgui",
121
121
  "rank": 11
122
122
  },
@@ -125,9 +125,9 @@
125
125
  "language": "",
126
126
  "color": "",
127
127
  "description": "",
128
- "forked": "7269",
129
- "stargazers_count": 53603,
130
- "todayStar": "196 stars today",
128
+ "forked": "7287",
129
+ "stargazers_count": 53822,
130
+ "todayStar": "239 stars today",
131
131
  "html_url": "https://github.com/florinpop17/app-ideas",
132
132
  "rank": 12
133
133
  },
@@ -136,9 +136,9 @@
136
136
  "language": "Python",
137
137
  "color": "#3572A5",
138
138
  "description": "",
139
- "forked": "1351",
140
- "stargazers_count": 4425,
141
- "todayStar": "34 stars today",
139
+ "forked": "1357",
140
+ "stargazers_count": 4460,
141
+ "todayStar": "43 stars today",
142
142
  "html_url": "https://github.com/projectdiscovery/nuclei-templates",
143
143
  "rank": 13
144
144
  },
@@ -147,9 +147,9 @@
147
147
  "language": "Shell",
148
148
  "color": "#89e051",
149
149
  "description": "",
150
- "forked": "4824",
151
- "stargazers_count": 60844,
152
- "todayStar": "84 stars today",
150
+ "forked": "4826",
151
+ "stargazers_count": 60999,
152
+ "todayStar": "176 stars today",
153
153
  "html_url": "https://github.com/papers-we-love/papers-we-love",
154
154
  "rank": 14
155
155
  },
@@ -158,9 +158,9 @@
158
158
  "language": "Python",
159
159
  "color": "#3572A5",
160
160
  "description": "",
161
- "forked": "1284",
162
- "stargazers_count": 15925,
163
- "todayStar": "95 stars today",
161
+ "forked": "1304",
162
+ "stargazers_count": 16300,
163
+ "todayStar": "407 stars today",
164
164
  "html_url": "https://github.com/shimohq/chinese-programmer-wrong-pronunciation",
165
165
  "rank": 15
166
166
  },
@@ -169,9 +169,9 @@
169
169
  "language": "",
170
170
  "color": "",
171
171
  "description": "",
172
- "forked": "18574",
173
- "stargazers_count": 28779,
174
- "todayStar": "13 stars today",
172
+ "forked": "18579",
173
+ "stargazers_count": 28806,
174
+ "todayStar": "26 stars today",
175
175
  "html_url": "https://github.com/CSSEGISandData/COVID-19",
176
176
  "rank": 16
177
177
  },
@@ -180,9 +180,9 @@
180
180
  "language": "Go",
181
181
  "color": "#00ADD8",
182
182
  "description": "",
183
- "forked": "2806",
184
- "stargazers_count": 16273,
185
- "todayStar": "62 stars today",
183
+ "forked": "2814",
184
+ "stargazers_count": 16358,
185
+ "todayStar": "90 stars today",
186
186
  "html_url": "https://github.com/v2fly/v2ray-core",
187
187
  "rank": 17
188
188
  },
@@ -191,9 +191,9 @@
191
191
  "language": "",
192
192
  "color": "",
193
193
  "description": "",
194
- "forked": "24",
195
- "stargazers_count": 186,
196
- "todayStar": "40 stars today",
194
+ "forked": "28",
195
+ "stargazers_count": 224,
196
+ "todayStar": "44 stars today",
197
197
  "html_url": "https://github.com/guilhermemm-dev/links",
198
198
  "rank": 18
199
199
  },
@@ -202,9 +202,9 @@
202
202
  "language": "Go",
203
203
  "color": "#00ADD8",
204
204
  "description": "",
205
- "forked": "578",
206
- "stargazers_count": 10206,
207
- "todayStar": "66 stars today",
205
+ "forked": "586",
206
+ "stargazers_count": 10480,
207
+ "todayStar": "282 stars today",
208
208
  "html_url": "https://github.com/tinygo-org/tinygo",
209
209
  "rank": 19
210
210
  },
@@ -213,9 +213,9 @@
213
213
  "language": "TypeScript",
214
214
  "color": "#2b7489",
215
215
  "description": "",
216
- "forked": "2881",
217
- "stargazers_count": 58878,
218
- "todayStar": "187 stars today",
216
+ "forked": "2884",
217
+ "stargazers_count": 59066,
218
+ "todayStar": "209 stars today",
219
219
  "html_url": "https://github.com/sveltejs/svelte",
220
220
  "rank": 20
221
221
  },
@@ -224,9 +224,9 @@
224
224
  "language": "HTML",
225
225
  "color": "#e34c26",
226
226
  "description": "",
227
- "forked": "7741",
228
- "stargazers_count": 26786,
229
- "todayStar": "55 stars today",
227
+ "forked": "7753",
228
+ "stargazers_count": 26901,
229
+ "todayStar": "122 stars today",
230
230
  "html_url": "https://github.com/QSCTech/zju-icicles",
231
231
  "rank": 21
232
232
  },
@@ -235,9 +235,9 @@
235
235
  "language": "Python",
236
236
  "color": "#3572A5",
237
237
  "description": "",
238
- "forked": "733",
239
- "stargazers_count": 5004,
240
- "todayStar": "193 stars today",
238
+ "forked": "757",
239
+ "stargazers_count": 5286,
240
+ "todayStar": "287 stars today",
241
241
  "html_url": "https://github.com/iperov/DeepFaceLive",
242
242
  "rank": 22
243
243
  },
@@ -246,9 +246,9 @@
246
246
  "language": "JupyterNotebook",
247
247
  "color": "#DA5B0B",
248
248
  "description": "",
249
- "forked": "1216",
250
- "stargazers_count": 5112,
251
- "todayStar": "73 stars today",
249
+ "forked": "1225",
250
+ "stargazers_count": 5252,
251
+ "todayStar": "138 stars today",
252
252
  "html_url": "https://github.com/AI4Finance-Foundation/FinRL",
253
253
  "rank": 23
254
254
  },
@@ -257,9 +257,9 @@
257
257
  "language": "JupyterNotebook",
258
258
  "color": "#DA5B0B",
259
259
  "description": "",
260
- "forked": "10364",
261
- "stargazers_count": 20955,
262
- "todayStar": "77 stars today",
260
+ "forked": "10378",
261
+ "stargazers_count": 21078,
262
+ "todayStar": "127 stars today",
263
263
  "html_url": "https://github.com/ageron/handson-ml2",
264
264
  "rank": 24
265
265
  },
@@ -268,9 +268,9 @@
268
268
  "language": "TypeScript",
269
269
  "color": "#2b7489",
270
270
  "description": "",
271
- "forked": "522",
272
- "stargazers_count": 4183,
273
- "todayStar": "64 stars today",
271
+ "forked": "527",
272
+ "stargazers_count": 4293,
273
+ "todayStar": "116 stars today",
274
274
  "html_url": "https://github.com/vuejs/vitepress",
275
275
  "rank": 25
276
276
  }