@wcj/github-rank 23.7.27 → 23.7.28
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.
- package/README.md +1 -1
- package/dist/repos.json +21153 -21153
- package/dist/trending-daily.json +182 -182
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +177 -177
- package/dist/users.china.json +1693 -1658
- package/dist/users.json +6753 -6753
- package/package.json +1 -1
- package/web/data/repos.json +21153 -21153
- package/web/data/trending-daily.json +182 -182
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +177 -177
- package/web/data/users.china.json +1693 -1658
- package/web/data/users.json +6753 -6753
- package/web/index.html +5070 -5070
- package/web/repos.html +2792 -2792
- package/web/trending-monthly.html +151 -151
- package/web/trending-weekly.html +167 -155
- package/web/trending.html +159 -167
- package/web/users.china.html +1342 -1309
package/dist/trending-daily.json
CHANGED
|
@@ -1,178 +1,178 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
3
|
+
"full_name": "Stability-AI/generative-models",
|
|
4
4
|
"language": "Python",
|
|
5
5
|
"color": "#3572A5",
|
|
6
|
-
"description": "
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
6
|
+
"description": "Generative Models by Stability AI",
|
|
7
|
+
"forked": "703",
|
|
8
|
+
"stargazers_count": 4743,
|
|
9
|
+
"todayStar": "572 stars today",
|
|
10
|
+
"html_url": "https://github.com/Stability-AI/generative-models",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
14
|
+
"full_name": "liltom-eth/llama2-webui",
|
|
15
15
|
"language": "Python",
|
|
16
16
|
"color": "#3572A5",
|
|
17
|
-
"description": "
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
17
|
+
"description": "Run Llama 2 locally with gradio UI on GPU or CPU from anywhere (Linux/Windows/Mac). Supporting Llama-2-7B/13B/70B with 8-bit, 4-bit. Supporting GPU inference (6 GB VRAM) and CPU inference.",
|
|
18
|
+
"forked": "83",
|
|
19
|
+
"stargazers_count": 914,
|
|
20
|
+
"todayStar": "214 stars today",
|
|
21
|
+
"html_url": "https://github.com/liltom-eth/llama2-webui",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
"full_name": "THUDM/CodeGeeX2",
|
|
26
|
+
"language": "Python",
|
|
27
|
+
"color": "#3572A5",
|
|
28
|
+
"description": "CodeGeeX2: A More Powerful Multilingual Code Generation Model",
|
|
29
|
+
"forked": "58",
|
|
30
|
+
"stargazers_count": 799,
|
|
31
|
+
"todayStar": "129 stars today",
|
|
32
|
+
"html_url": "https://github.com/THUDM/CodeGeeX2",
|
|
33
|
+
"rank": 3
|
|
34
|
+
},
|
|
24
35
|
{
|
|
25
36
|
"full_name": "google/security-research",
|
|
26
37
|
"language": "C",
|
|
27
38
|
"color": "#555555",
|
|
28
39
|
"description": "This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
40
|
+
"forked": "306",
|
|
41
|
+
"stargazers_count": 2256,
|
|
42
|
+
"todayStar": "149 stars today",
|
|
32
43
|
"html_url": "https://github.com/google/security-research",
|
|
33
|
-
"rank":
|
|
44
|
+
"rank": 4
|
|
34
45
|
},
|
|
35
46
|
{
|
|
36
|
-
"full_name": "
|
|
47
|
+
"full_name": "karpathy/llama2.c",
|
|
37
48
|
"language": "Python",
|
|
38
49
|
"color": "#3572A5",
|
|
39
|
-
"description": "
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
44
|
-
"rank": 4
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"full_name": "microsoft/TypeChat",
|
|
48
|
-
"language": "TypeScript",
|
|
49
|
-
"color": "#3178c6",
|
|
50
|
-
"description": "TypeChat is a library that makes it easy to build natural language interfaces using types.",
|
|
51
|
-
"forked": "148",
|
|
52
|
-
"stargazers_count": 4032,
|
|
53
|
-
"todayStar": "640 stars today",
|
|
54
|
-
"html_url": "https://github.com/microsoft/TypeChat",
|
|
50
|
+
"description": "Inference Llama 2 in one file of pure C",
|
|
51
|
+
"forked": "671",
|
|
52
|
+
"stargazers_count": 9083,
|
|
53
|
+
"todayStar": "1616 stars today",
|
|
54
|
+
"html_url": "https://github.com/karpathy/llama2.c",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "
|
|
60
|
-
"color": "#
|
|
61
|
-
"description": "
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
58
|
+
"full_name": "goldbergyoni/nodebestpractices",
|
|
59
|
+
"language": "Dockerfile",
|
|
60
|
+
"color": "#384d54",
|
|
61
|
+
"description": "✅ The Node.js best practices list (July 2023)",
|
|
62
|
+
"forked": "9446",
|
|
63
|
+
"stargazers_count": 91226,
|
|
64
|
+
"todayStar": "221 stars today",
|
|
65
|
+
"html_url": "https://github.com/goldbergyoni/nodebestpractices",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "
|
|
72
|
-
"description": "
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
69
|
+
"full_name": "1c7/chinese-independent-developer",
|
|
70
|
+
"language": "",
|
|
71
|
+
"color": "",
|
|
72
|
+
"description": "👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 -- 分享大家都在做什么",
|
|
73
|
+
"forked": "2127",
|
|
74
|
+
"stargazers_count": 24032,
|
|
75
|
+
"todayStar": "58 stars today",
|
|
76
|
+
"html_url": "https://github.com/1c7/chinese-independent-developer",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "#
|
|
83
|
-
"description": "
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
80
|
+
"full_name": "T0biasCZe/AdbFileManager",
|
|
81
|
+
"language": "C#",
|
|
82
|
+
"color": "#178600",
|
|
83
|
+
"description": "Fast Android <-> Windows file manager using ADB protocol",
|
|
84
|
+
"forked": "14",
|
|
85
|
+
"stargazers_count": 224,
|
|
86
|
+
"todayStar": "26 stars today",
|
|
87
|
+
"html_url": "https://github.com/T0biasCZe/AdbFileManager",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "
|
|
93
|
-
"color": "#
|
|
94
|
-
"description": "
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
91
|
+
"full_name": "microsoft/ML-For-Beginners",
|
|
92
|
+
"language": "HTML",
|
|
93
|
+
"color": "#e34c26",
|
|
94
|
+
"description": "12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all",
|
|
95
|
+
"forked": "10854",
|
|
96
|
+
"stargazers_count": 52457,
|
|
97
|
+
"todayStar": "371 stars today",
|
|
98
|
+
"html_url": "https://github.com/microsoft/ML-For-Beginners",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "
|
|
105
|
-
"description": "
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
102
|
+
"full_name": "codecrafters-io/build-your-own-x",
|
|
103
|
+
"language": "",
|
|
104
|
+
"color": "",
|
|
105
|
+
"description": "Master programming by recreating your favorite technologies from scratch.",
|
|
106
|
+
"forked": "20479",
|
|
107
|
+
"stargazers_count": 209898,
|
|
108
|
+
"todayStar": "134 stars today",
|
|
109
|
+
"html_url": "https://github.com/codecrafters-io/build-your-own-x",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "
|
|
116
|
-
"description": "
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
113
|
+
"full_name": "abhishekkrthakur/approachingalmost",
|
|
114
|
+
"language": "",
|
|
115
|
+
"color": "",
|
|
116
|
+
"description": "Approaching (Almost) Any Machine Learning Problem",
|
|
117
|
+
"forked": "725",
|
|
118
|
+
"stargazers_count": 4185,
|
|
119
|
+
"todayStar": "75 stars today",
|
|
120
|
+
"html_url": "https://github.com/abhishekkrthakur/approachingalmost",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "#
|
|
127
|
-
"description": "
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
124
|
+
"full_name": "samber/lo",
|
|
125
|
+
"language": "Go",
|
|
126
|
+
"color": "#00ADD8",
|
|
127
|
+
"description": "💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)",
|
|
128
|
+
"forked": "547",
|
|
129
|
+
"stargazers_count": 12477,
|
|
130
|
+
"todayStar": "28 stars today",
|
|
131
|
+
"html_url": "https://github.com/samber/lo",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
138
|
-
"description": "
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
135
|
+
"full_name": "suno-ai/bark",
|
|
136
|
+
"language": "JupyterNotebook",
|
|
137
|
+
"color": "#DA5B0B",
|
|
138
|
+
"description": "🔊 Text-Prompted Generative Audio Model",
|
|
139
|
+
"forked": "2601",
|
|
140
|
+
"stargazers_count": 24140,
|
|
141
|
+
"todayStar": "330 stars today",
|
|
142
|
+
"html_url": "https://github.com/suno-ai/bark",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
146
|
+
"full_name": "Codium-ai/pr-agent",
|
|
147
147
|
"language": "Python",
|
|
148
148
|
"color": "#3572A5",
|
|
149
|
-
"description": "
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
149
|
+
"description": "🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍",
|
|
150
|
+
"forked": "65",
|
|
151
|
+
"stargazers_count": 1072,
|
|
152
|
+
"todayStar": "88 stars today",
|
|
153
|
+
"html_url": "https://github.com/Codium-ai/pr-agent",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
157
|
+
"full_name": "honghuangdc/soybean-admin",
|
|
158
158
|
"language": "TypeScript",
|
|
159
159
|
"color": "#3178c6",
|
|
160
|
-
"description": "
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
160
|
+
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,NaiveUI and UnoCSS [一个基于Vue3、Vite3、TypeScript、NaiveUI 和 UnoCSS的清新优雅的中后台模版]",
|
|
161
|
+
"forked": "976",
|
|
162
|
+
"stargazers_count": 4851,
|
|
163
|
+
"todayStar": "38 stars today",
|
|
164
|
+
"html_url": "https://github.com/honghuangdc/soybean-admin",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "",
|
|
170
|
-
"color": "",
|
|
171
|
-
"description": "
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
168
|
+
"full_name": "krahets/hello-algo",
|
|
169
|
+
"language": "Java",
|
|
170
|
+
"color": "#b07219",
|
|
171
|
+
"description": "《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。",
|
|
172
|
+
"forked": "1612",
|
|
173
|
+
"stargazers_count": 14809,
|
|
174
|
+
"todayStar": "31 stars today",
|
|
175
|
+
"html_url": "https://github.com/krahets/hello-algo",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -180,98 +180,98 @@
|
|
|
180
180
|
"language": "JavaScript",
|
|
181
181
|
"color": "#f1e05a",
|
|
182
182
|
"description": "Collection of publicly available IPTV channels from all over the world",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
183
|
+
"forked": "594",
|
|
184
|
+
"stargazers_count": 66660,
|
|
185
|
+
"todayStar": "255 stars today",
|
|
186
186
|
"html_url": "https://github.com/iptv-org/iptv",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "
|
|
192
|
-
"color": "#
|
|
193
|
-
"description": "
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
190
|
+
"full_name": "srbhr/Resume-Matcher",
|
|
191
|
+
"language": "Python",
|
|
192
|
+
"color": "#3572A5",
|
|
193
|
+
"description": "Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.",
|
|
194
|
+
"forked": "77",
|
|
195
|
+
"stargazers_count": 432,
|
|
196
|
+
"todayStar": "76 stars today",
|
|
197
|
+
"html_url": "https://github.com/srbhr/Resume-Matcher",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "
|
|
204
|
-
"description": "
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
201
|
+
"full_name": "brave-people/Dev-Event",
|
|
202
|
+
"language": "",
|
|
203
|
+
"color": "",
|
|
204
|
+
"description": "🎉🎈 개발자 {웨비나, 컨퍼런스, 해커톤} 행사를 알려드립니다. [with 남송리 삼번지]",
|
|
205
|
+
"forked": "414",
|
|
206
|
+
"stargazers_count": 5550,
|
|
207
|
+
"todayStar": "3 stars today",
|
|
208
|
+
"html_url": "https://github.com/brave-people/Dev-Event",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
215
|
-
"description": "
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
212
|
+
"full_name": "k3s-io/k3s",
|
|
213
|
+
"language": "Go",
|
|
214
|
+
"color": "#00ADD8",
|
|
215
|
+
"description": "Lightweight Kubernetes",
|
|
216
|
+
"forked": "2095",
|
|
217
|
+
"stargazers_count": 23799,
|
|
218
|
+
"todayStar": "22 stars today",
|
|
219
|
+
"html_url": "https://github.com/k3s-io/k3s",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
226
|
-
"description": "
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
223
|
+
"full_name": "emilk/egui",
|
|
224
|
+
"language": "Rust",
|
|
225
|
+
"color": "#dea584",
|
|
226
|
+
"description": "egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native",
|
|
227
|
+
"forked": "1136",
|
|
228
|
+
"stargazers_count": 15849,
|
|
229
|
+
"todayStar": "16 stars today",
|
|
230
|
+
"html_url": "https://github.com/emilk/egui",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "",
|
|
236
|
-
"color": "",
|
|
237
|
-
"description": "
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
234
|
+
"full_name": "microsoft/TypeChat",
|
|
235
|
+
"language": "TypeScript",
|
|
236
|
+
"color": "#3178c6",
|
|
237
|
+
"description": "TypeChat is a library that makes it easy to build natural language interfaces using types.",
|
|
238
|
+
"forked": "156",
|
|
239
|
+
"stargazers_count": 4406,
|
|
240
|
+
"todayStar": "451 stars today",
|
|
241
|
+
"html_url": "https://github.com/microsoft/TypeChat",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
245
|
+
"full_name": "Heroic-Games-Launcher/HeroicGamesLauncher",
|
|
246
246
|
"language": "TypeScript",
|
|
247
247
|
"color": "#3178c6",
|
|
248
|
-
"description": "
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
248
|
+
"description": "A Native GOG and Epic Games Launcher for Linux, Windows and Mac.",
|
|
249
|
+
"forked": "308",
|
|
250
|
+
"stargazers_count": 5721,
|
|
251
|
+
"todayStar": "16 stars today",
|
|
252
|
+
"html_url": "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
259
|
-
"description": "
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
256
|
+
"full_name": "microsoft/playwright",
|
|
257
|
+
"language": "TypeScript",
|
|
258
|
+
"color": "#3178c6",
|
|
259
|
+
"description": "Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.",
|
|
260
|
+
"forked": "2910",
|
|
261
|
+
"stargazers_count": 53362,
|
|
262
|
+
"todayStar": "31 stars today",
|
|
263
|
+
"html_url": "https://github.com/microsoft/playwright",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
270
|
-
"description": "
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
267
|
+
"full_name": "pot-app/pot-desktop",
|
|
268
|
+
"language": "JavaScript",
|
|
269
|
+
"color": "#f1e05a",
|
|
270
|
+
"description": "🌈一个跨平台的划词翻译软件 | A cross-platform software for text translation.",
|
|
271
|
+
"forked": "141",
|
|
272
|
+
"stargazers_count": 3297,
|
|
273
|
+
"todayStar": "99 stars today",
|
|
274
|
+
"html_url": "https://github.com/pot-app/pot-desktop",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|