Implement weekly GitHub crawler (#5)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jmservera committed
May 18, 2026 at 11:05 UTC
fb14275c03fd41554c4f276d037ee21d90141066
5 files changed
+10518
.squad/agents/bender/history.md
+1
@@ -16,3 +16,4 @@
16
17
- **2026-05-18T10:06:38.734+02:00:** GitHub Actions can run the standalone `copilot` CLI (`@github/copilot`) in programmatic mode with `copilot -p ...`. The safest documented CI auth flow is a fine-grained PAT with the **Copilot Requests** account permission passed as `COPILOT_GITHUB_TOKEN`; `gh auth token` only exposes an existing `gh` token and `gh-copilot` is deprecated in favor of the standalone CLI. GitHub Models (`models: read`) is the clean fallback if direct Copilot CLI automation proves brittle.
18
- **2026-05-18T10:11:20Z:** Team decided Phase 0 PRD decomposition is final; 24 GitHub issues created (4 investigation + 20 implementation). PRD decomposition captures all decisions. MCP tools can crawl beyond GitHub with remote call allowlist. Ready for issue creation.
19
+- **2026-05-18T10:27:35.339+02:00:** The crawler now uses `GET /search/repositories` for both `created:>{last_week_date} stars:>50` and `pushed:>{last_week_date} stars:>50`, comparing current stars against the most recent prior `data/raw/*.json` snapshot when available to estimate weekly star gains. It authenticates with `GITHUB_TOKEN`, paginates up to the GitHub Search API's 1,000-result ceiling, caches README checks in-process, applies exponential backoff with jitter for rate limits, and skips repos whose README lookup is blocked by org SAML enforcement.
.squad/decisions/inbox/bender-crawler-implementation.md
new
+18
@@ -0,0 +1,18 @@
1
+# Bender crawler implementation
2
+
3
+- **Date:** 2026-05-18T10:27:35.339+02:00
4
+- **Owner:** Bender
5
+- **Context:** Issue #5 crawler implementation
6
+
7
+## Decision
8
+Use a stdlib-only Python crawler (`urllib`) that writes `data/raw/YYYY-WNN.json`, computes trending rank from the latest prior raw snapshot when available, and defaults to fetching the top 250 search results per query while still supporting pagination up to GitHub's 1,000-result search limit via `--max-results`.
9
+
10
+## Why
11
+- Keeps CI setup minimal (`requirements.txt` can stay dependency-free)
12
+- Makes weekly crawls deterministic and cheap enough for local and Actions runs
13
+- Preserves a path to deeper crawls without changing the data contract
14
+
15
+## Notes
16
+- Search endpoints used: `created:>{date} stars:>50` and `pushed:>{date} stars:>50`
17
+- Significance filter excludes forks, repos without descriptions, repos without READMEs, and obvious tutorial/homework/template repos by heuristic keywords/topics
18
+- Repos whose README endpoint is blocked by org SAML enforcement are skipped instead of failing the whole crawl
data/raw/2026-W21.json
new
+10079
@@ -0,0 +1,10079 @@
1
+{
2
+ "week": "2026-W21",
3
+ "crawled_at": "2026-05-18T08:54:09Z",
4
+ "new_repos": [
5
+ {
6
+ "name": "YellowKey",
7
+ "owner": "Nightmare-Eclipse",
8
+ "full_name": "Nightmare-Eclipse/YellowKey",
9
+ "description": "YellowKey Bitlocker Bypass Vulnerability",
10
+ "language": null,
11
+ "stars": 3234,
12
+ "forks": 693,
13
+ "created_at": "2026-05-12T15:54:59Z",
14
+ "topics": [],
15
+ "license": "MIT",
16
+ "url": "https://github.com/Nightmare-Eclipse/YellowKey"
17
+ },
18
+ {
19
+ "name": "zero",
20
+ "owner": "vercel-labs",
21
+ "full_name": "vercel-labs/zero",
22
+ "description": "The programming language for agents",
23
+ "language": "C",
24
+ "stars": 1936,
25
+ "forks": 122,
26
+ "created_at": "2026-05-15T16:55:16Z",
27
+ "topics": [],
28
+ "license": "Apache-2.0",
29
+ "url": "https://github.com/vercel-labs/zero"
30
+ },
31
+ {
32
+ "name": "vggt-omega",
33
+ "owner": "facebookresearch",
34
+ "full_name": "facebookresearch/vggt-omega",
35
+ "description": "[CVPR 2026 Oral] VGGT Omega",
36
+ "language": "Python",
37
+ "stars": 855,
38
+ "forks": 16,
39
+ "created_at": "2026-05-14T04:43:13Z",
40
+ "topics": [],
41
+ "license": "NOASSERTION",
42
+ "url": "https://github.com/facebookresearch/vggt-omega"
43
+ },
44
+ {
45
+ "name": "agents-best-practices",
46
+ "owner": "DenisSergeevitch",
47
+ "full_name": "DenisSergeevitch/agents-best-practices",
48
+ "description": "Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.",
49
+ "language": null,
50
+ "stars": 757,
51
+ "forks": 63,
52
+ "created_at": "2026-05-15T21:32:21Z",
53
+ "topics": [
54
+ "agent-skill",
55
+ "agent-skills",
56
+ "agentic-workflows",
57
+ "agents",
58
+ "ai-agents",
59
+ "anthropic",
60
+ "claude",
61
+ "claude-code",
62
+ "codex",
63
+ "codex-skill",
64
+ "mcp",
65
+ "prompt-engineering"
66
+ ],
67
+ "license": "MIT",
68
+ "url": "https://github.com/DenisSergeevitch/agents-best-practices"
69
+ },
70
+ {
71
+ "name": "Nginx-Rift",
72
+ "owner": "DepthFirstDisclosures",
73
+ "full_name": "DepthFirstDisclosures/Nginx-Rift",
74
+ "description": "exploit for CVE-2026-42945",
75
+ "language": "Python",
76
+ "stars": 689,
77
+ "forks": 117,
78
+ "created_at": "2026-05-12T23:05:32Z",
79
+ "topics": [],
80
+ "license": null,
81
+ "url": "https://github.com/DepthFirstDisclosures/Nginx-Rift"
82
+ },
83
+ {
84
+ "name": "codex-complexity-optimizer",
85
+ "owner": "Kappaemme-git",
86
+ "full_name": "Kappaemme-git/codex-complexity-optimizer",
87
+ "description": "Codex skill for safe codebase complexity analysis and performance optimization reports",
88
+ "language": "Python",
89
+ "stars": 687,
90
+ "forks": 37,
91
+ "created_at": "2026-05-15T13:33:28Z",
92
+ "topics": [],
93
+ "license": "MIT",
94
+ "url": "https://github.com/Kappaemme-git/codex-complexity-optimizer"
95
+ },
96
+ {
97
+ "name": "DeepSeek-V4-Pro-App",
98
+ "owner": "yaassin12",
99
+ "full_name": "yaassin12/DeepSeek-V4-Pro-App",
100
+ "description": "DeepSeek V4 Pro: Advanced AI desktop app. Features: 1.6T MoE architecture, 1M token context window, Engram memory. Pro coding agent, Think Mode (High/Max), repo-level reasoning, complex bug fixing. Real-time web search, local API key storage, cross-file analysis, low-latency streaming interface.",
101
+ "language": "C++",
102
+ "stars": 618,
103
+ "forks": 2,
104
+ "created_at": "2026-05-12T15:00:14Z",
105
+ "topics": [
106
+ "agentic-ai",
107
+ "ai-application",
108
+ "ai-application-development",
109
+ "deep-seek",
110
+ "deepseek",
111
+ "deepseek-api",
112
+ "deepseek-chat",
113
+ "deepseek-ocr-2",
114
+ "deepseek-r1",
115
+ "deepseek-r1-zero",
116
+ "deepseek-v4-download",
117
+ "deepseek-v4-pro"
118
+ ],
119
+ "license": "MIT",
120
+ "url": "https://github.com/yaassin12/DeepSeek-V4-Pro-App"
121
+ },
122
+ {
123
+ "name": "skills",
124
+ "owner": "chrisbanes",
125
+ "full_name": "chrisbanes/skills",
126
+ "description": "Skills for Kotlin, Jetpack Compose, and Android development",
127
+ "language": null,
128
+ "stars": 616,
129
+ "forks": 29,
130
+ "created_at": "2026-05-12T07:34:30Z",
131
+ "topics": [
132
+ "android",
133
+ "compose-multiplatform",
134
+ "coroutines",
135
+ "jetpack-compose",
136
+ "kotlin",
137
+ "kotlin-multiplatform",
138
+ "skills"
139
+ ],
140
+ "license": "Apache-2.0",
141
+ "url": "https://github.com/chrisbanes/skills"
142
+ },
143
+ {
144
+ "name": "TomodachiPC",
145
+ "owner": "mark9-droid",
146
+ "full_name": "mark9-droid/TomodachiPC",
147
+ "description": "Tomodachi Life Living The Dream PC: Ultimate Mii manager and life simulator. Virtual island community, custom apartment editor, food preferences database, gift system. Mii personality maker, character interaction logs, voice synthesizer, QR code gallery, daily events tracker, dream collection, island news.",
148
+ "language": "C++",
149
+ "stars": 606,
150
+ "forks": 0,
151
+ "created_at": "2026-05-12T13:58:17Z",
152
+ "topics": [
153
+ "island-life",
154
+ "life-sim",
155
+ "life-simulator",
156
+ "living-the-dream",
157
+ "mii",
158
+ "mii-game",
159
+ "mii-sharing",
160
+ "nintendo-port",
161
+ "nintendo-switch-emulator",
162
+ "nintendo-tomodachi-life",
163
+ "nintendoswitch",
164
+ "tomodachi",
165
+ "tomodachi-life",
166
+ "tomodachi-life-2026",
167
+ "tomodachi-life-desktop",
168
+ "tomodachi-life-living-the-dream",
169
+ "tomodachi-life-pc",
170
+ "tomodachi-life-windows",
171
+ "tomodachi-living-the-dream",
172
+ "tomodachi-pc"
173
+ ],
174
+ "license": "MIT",
175
+ "url": "https://github.com/mark9-droid/TomodachiPC"
176
+ },
177
+ {
178
+ "name": "zerostack",
179
+ "owner": "gi-dellav",
180
+ "full_name": "gi-dellav/zerostack",
181
+ "description": "Minimalistic coding agent written in Rust, optimized for memory footprint and performance",
182
+ "language": "Rust",
183
+ "stars": 604,
184
+ "forks": 42,
185
+ "created_at": "2026-05-12T19:31:49Z",
186
+ "topics": [],
187
+ "license": "GPL-3.0",
188
+ "url": "https://github.com/gi-dellav/zerostack"
189
+ },
190
+ {
191
+ "name": "mykonos-island-voxels",
192
+ "owner": "boona13",
193
+ "full_name": "boona13/mykonos-island-voxels",
194
+ "description": "A browser-based isometric island builder with the soft, sun-bleached look of Mykonos. Vanilla ES modules, no bundler, mobile-friendly.",
195
+ "language": "JavaScript",
196
+ "stars": 599,
197
+ "forks": 137,
198
+ "created_at": "2026-05-14T05:35:33Z",
199
+ "topics": [
200
+ "canvas2d",
201
+ "city-builder",
202
+ "html5-game",
203
+ "isometric-game",
204
+ "mobile-friendly",
205
+ "open-source",
206
+ "vanilla-js"
207
+ ],
208
+ "license": "MIT",
209
+ "url": "https://github.com/boona13/mykonos-island-voxels"
210
+ },
211
+ {
212
+ "name": "Subnautica-2-Release",
213
+ "owner": "Juwluuu",
214
+ "full_name": "Juwluuu/Subnautica-2-Release",
215
+ "description": "Subnautica 2: Early Access release, Have Multiplayer 4-player co-op multiplayer, Planet Zazura exploration, DNA BioMod system, Tadpole modular submersible, new Leviathans list, CICADA crash site lore. Xbox Game Pass, Steam preload, base building blueprints, ocean currents, crafting recipes",
216
+ "language": "C++",
217
+ "stars": 578,
218
+ "forks": 0,
219
+ "created_at": "2026-05-14T15:08:34Z",
220
+ "topics": [
221
+ "early-access-subnautica-2",
222
+ "nitrox-pirate",
223
+ "pc-ports",
224
+ "playstation-5",
225
+ "porting-game",
226
+ "ps5-bot",
227
+ "ps5-stock",
228
+ "subnautica",
229
+ "subnautica-2",
230
+ "subnautica-2-coming-to-ps5",
231
+ "subnautica-2-multiplayer",
232
+ "subnautica-2-on-ps5",
233
+ "subnautica-2-release",
234
+ "subnautica-2-release-date-ps5",
235
+ "subnautica-2-steam",
236
+ "subnautica-2-xbox",
237
+ "subnautica-multiplayer",
238
+ "unknown-worlds"
239
+ ],
240
+ "license": "MIT",
241
+ "url": "https://github.com/Juwluuu/Subnautica-2-Release"
242
+ },
243
+ {
244
+ "name": "GreenPlasma",
245
+ "owner": "Nightmare-Eclipse",
246
+ "full_name": "Nightmare-Eclipse/GreenPlasma",
247
+ "description": "GreenPlasma Windows CTFMON Arbitrary Section Creation Elevation of Privileges Vulnerability",
248
+ "language": "C++",
249
+ "stars": 575,
250
+ "forks": 173,
251
+ "created_at": "2026-05-12T15:56:16Z",
252
+ "topics": [],
253
+ "license": "MIT",
254
+ "url": "https://github.com/Nightmare-Eclipse/GreenPlasma"
255
+ },
256
+ {
257
+ "name": "Delta-exec",
258
+ "owner": "snoozinjs",
259
+ "full_name": "snoozinjs/Delta-exec",
260
+ "description": "Delta exec Roblox PC mobile game assistant Autofarm, automatic questing, item collector, world teleports, chest tracker. Supported modes: Blox Fruits, Pet Simulator 99, Anime Defenders, MM2, Sol’s RNG. Speed simulator, high jump, flight mode, infinite resources, mobile optimization, cloud configs.",
261
+ "language": "C++",
262
+ "stars": 572,
263
+ "forks": 0,
264
+ "created_at": "2026-05-13T16:53:49Z",
265
+ "topics": [
266
+ "adopt-me-dupe-2026",
267
+ "adopt-me-script-spawn-pets",
268
+ "blox-fruits-auto-farm-2026",
269
+ "blox-fruits-autofarm-2026",
270
+ "blox-fruits-script-2025",
271
+ "blox-fruits-script-auto-bounty",
272
+ "blox-fruits-script-auto-farm-no-key",
273
+ "delta",
274
+ "delta-exploit",
275
+ "delta-exploits",
276
+ "delta-exucator",
277
+ "delta-new",
278
+ "delta-new-update",
279
+ "delta-pc",
280
+ "delta-queue",
281
+ "document-delta",
282
+ "free-pets",
283
+ "pet-simulator-script",
284
+ "pet-simulator-x",
285
+ "trade-glitch"
286
+ ],
287
+ "license": "MIT",
288
+ "url": "https://github.com/snoozinjs/Delta-exec"
289
+ },
290
+ {
291
+ "name": "VoidStrap-For-Roblox",
292
+ "owner": "DARKHOLEUM",
293
+ "full_name": "DARKHOLEUM/VoidStrap-For-Roblox",
294
+ "description": "VoidStrap: Roblox bootstrapper, launcher utility. FFlag Editor, FastFlags, FPS Unlocker, memory trimmer, CPU watcher. UI customization, Aero theme, AniWatch layout, Nvidia Profile Inspector, .NET 10. Font sharpening, skybox changer, Join-Game Notify, AppSettings JSON, client optimization.",
295
+ "language": "C#",
296
+ "stars": 570,
297
+ "forks": 1,
298
+ "created_at": "2026-05-14T15:37:45Z",
299
+ "topics": [
300
+ "bloxstrap",
301
+ "bootstrapper",
302
+ "client-optimizer",
303
+ "customizations",
304
+ "fps-unlocker",
305
+ "launcher",
306
+ "modding",
307
+ "performance-optimizations",
308
+ "roblox",
309
+ "smooth-roblox-pc",
310
+ "voidstrap",
311
+ "voidstrap-client",
312
+ "voidstrap-download",
313
+ "voidstrap-roblox"
314
+ ],
315
+ "license": "MIT",
316
+ "url": "https://github.com/DARKHOLEUM/VoidStrap-For-Roblox"
317
+ },
318
+ {
319
+ "name": "ssh-keysign-pwn",
320
+ "owner": "0xdeadbeefnetwork",
321
+ "full_name": "0xdeadbeefnetwork/ssh-keysign-pwn",
322
+ "description": "Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels.",
323
+ "language": "C",
324
+ "stars": 560,
325
+ "forks": 71,
326
+ "created_at": "2026-05-14T22:44:21Z",
327
+ "topics": [],
328
+ "license": null,
329
+ "url": "https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn"
330
+ },
331
+ {
332
+ "name": "KMSAutoTool",
333
+ "owner": "ltyzen",
334
+ "full_name": "ltyzen/KMSAutoTool",
335
+ "description": "System license utility Windows product key manager Office license assistant Volume Licensing tool HWID management system deployment utility desktop OS setup enterprise license emulator digital license helper software repository installer package system verification tool.",
336
+ "language": "C++",
337
+ "stars": 553,
338
+ "forks": 0,
339
+ "created_at": "2026-05-12T12:40:55Z",
340
+ "topics": [
341
+ "kms-activator-2026",
342
+ "kms-client",
343
+ "kms-genuine-tool",
344
+ "kms-host-server",
345
+ "kms-office",
346
+ "kms-piko",
347
+ "kms-pisco",
348
+ "kms-server",
349
+ "kms-server-service-auto",
350
+ "kms-tools-download",
351
+ "kms-tools-portable",
352
+ "kmsauto-",
353
+ "kmsauto-net-2026",
354
+ "kmspico-2026",
355
+ "kmspico-multi-portable",
356
+ "kmspico-offline",
357
+ "kmspico-portable-2026",
358
+ "kmspico-windows-11-portable",
359
+ "kmspisco",
360
+ "office-kms-support"
361
+ ],
362
+ "license": "MIT",
363
+ "url": "https://github.com/ltyzen/KMSAutoTool"
364
+ },
365
+ {
366
+ "name": "OPAutoClicker",
367
+ "owner": "jiaoyanming0-bot",
368
+ "full_name": "jiaoyanming0-bot/OPAutoClicker",
369
+ "description": "OP Auto Clicker: Fast click interval, milliseconds, seconds. Left, right, middle button. keyboard auto clicker Single, double, triple click. Repeat until stopped, fixed count. Current location, pick coordinates. Hotkey trigger, start stop shortcut. Record playback, macro, Roblox AFK, Minecraft, mouse emulator, portable. ",
370
+ "language": "C#",
371
+ "stars": 532,
372
+ "forks": 2,
373
+ "created_at": "2026-05-14T16:02:07Z",
374
+ "topics": [
375
+ "auto-clicker",
376
+ "auto-clicker-op",
377
+ "autoclick",
378
+ "autoclicktool",
379
+ "hotkey",
380
+ "macro",
381
+ "macros",
382
+ "op-auto-clicker",
383
+ "op-auto-clicker-download",
384
+ "op-auto-clicker-install",
385
+ "opclicker"
386
+ ],
387
+ "license": "MIT",
388
+ "url": "https://github.com/jiaoyanming0-bot/OPAutoClicker"
389
+ },
390
+ {
391
+ "name": "Umbrella-HWID-Tool",
392
+ "owner": "zigabratun",
393
+ "full_name": "zigabratun/Umbrella-HWID-Tool",
394
+ "description": "Umbrella Spoofer: HWID changer, hardware identifier modification, disk serial number spoofing, MAC address changer. Kernel-level driver, SMBIOS UUID update, registry cleanup, motherboard serials. Anti-cheat integrity, EAC validation, BattlEye status, hardware ban removal, permanent spoofing.",
395
+ "language": "TypeScript",
396
+ "stars": 528,
397
+ "forks": 0,
398
+ "created_at": "2026-05-16T16:30:05Z",
399
+ "topics": [
400
+ "device-shadow-mode",
401
+ "disk-serial-spoof",
402
+ "game-spoofing",
403
+ "hardware-id-change",
404
+ "hardware-spoof",
405
+ "hardware-spoof-suite",
406
+ "hardware-spoofing",
407
+ "identity-shift",
408
+ "mac-address-changer",
409
+ "mac-spoofing",
410
+ "machine-spoof-core",
411
+ "spoof",
412
+ "spoof-detected",
413
+ "spoofer-hwid-premium",
414
+ "spoofer-tools",
415
+ "spoofing",
416
+ "spoofing-detection",
417
+ "system-anonymizer",
418
+ "system-reconfiguration"
419
+ ],
420
+ "license": "MIT",
421
+ "url": "https://github.com/zigabratun/Umbrella-HWID-Tool"
422
+ },
423
+ {
424
+ "name": "MaaNTE",
425
+ "owner": "TheRunicDev",
426
+ "full_name": "TheRunicDev/MaaNTE",
427
+ "description": "MaaNTE Neverness to Everness (NTE) MAAFramework 强力驱动!QQ交流群 异环小助手,由 Automation assistant for Neverness to Everness Auto fishing, auto-sell fish, auto-buy bait. Features: auto coffee making, cafe revenue extraction, auto-skip story dialogue, auto-claim daily rewards.",
428
+ "language": null,
429
+ "stars": 519,
430
+ "forks": 1,
431
+ "created_at": "2026-05-12T13:10:07Z",
432
+ "topics": [
433
+ "computer-vision",
434
+ "genshin-impact",
435
+ "maaframework",
436
+ "neverness-to-everness-software",
437
+ "nevernesstoeverness",
438
+ "nte",
439
+ "nte-auto-fish",
440
+ "nte-ray-tracing"
441
+ ],
442
+ "license": "MIT",
443
+ "url": "https://github.com/TheRunicDev/MaaNTE"
444
+ },
445
+ {
446
+ "name": "blooket-hacks",
447
+ "owner": "PrimeKeeper58",
448
+ "full_name": "PrimeKeeper58/blooket-hacks",
449
+ "description": "blooket menu || blooket || blooket hacks",
450
+ "language": "JavaScript",
451
+ "stars": 515,
452
+ "forks": 3,
453
+ "created_at": "2026-05-13T22:45:27Z",
454
+ "topics": [
455
+ "blooket",
456
+ "blooket-bot",
457
+ "blooket-flooder",
458
+ "blooket-game",
459
+ "blooket-simulator",
460
+ "blooket-tricks",
461
+ "blooket-utilities",
462
+ "blooketapi"
463
+ ],
464
+ "license": "MIT",
465
+ "url": "https://github.com/PrimeKeeper58/blooket-hacks"
466
+ },
467
+ {
468
+ "name": "Prodigy-Hacks",
469
+ "owner": "EnsignKazekage",
470
+ "full_name": "EnsignKazekage/Prodigy-Hacks",
471
+ "description": "Prodigymathgamehacking || prodigy hacks || prodigymathgame",
472
+ "language": "Python",
473
+ "stars": 513,
474
+ "forks": 0,
475
+ "created_at": "2026-05-13T23:40:15Z",
476
+ "topics": [
477
+ "prodigy",
478
+ "prodigygame",
479
+ "prodigyhacks",
480
+ "prodigyhackscripts",
481
+ "prodigymathgamehacking"
482
+ ],
483
+ "license": "MIT",
484
+ "url": "https://github.com/EnsignKazekage/Prodigy-Hacks"
485
+ },
486
+ {
487
+ "name": "pocs",
488
+ "owner": "v12-security",
489
+ "full_name": "v12-security/pocs",
490
+ "description": "poc it like it's hot",
491
+ "language": "C",
492
+ "stars": 511,
493
+ "forks": 89,
494
+ "created_at": "2026-05-13T08:17:58Z",
495
+ "topics": [],
496
+ "license": null,
497
+ "url": "https://github.com/v12-security/pocs"
498
+ },
499
+ {
500
+ "name": "LockDown-Browser-Bypass-Tool",
501
+ "owner": "CometBisonCrack",
502
+ "full_name": "CometBisonCrack/LockDown-Browser-Bypass-Tool",
503
+ "description": "Windows utility that restores standard keyboard shortcuts and window management capabilities during restricted browser sessions.",
504
+ "language": "C#",
505
+ "stars": 496,
506
+ "forks": 0,
507
+ "created_at": "2026-05-15T12:03:22Z",
508
+ "topics": [
509
+ "dll-hooking",
510
+ "dll-injection",
511
+ "dll-injector",
512
+ "lockdown-browser",
513
+ "lockdown-browser-bypass",
514
+ "proctored-exam",
515
+ "proctored-exam-bypass",
516
+ "respondus",
517
+ "respondus-lockdown",
518
+ "respondus-lockdown-browser"
519
+ ],
520
+ "license": "MIT",
521
+ "url": "https://github.com/CometBisonCrack/LockDown-Browser-Bypass-Tool"
522
+ },
523
+ {
524
+ "name": "Roblox-Hub-2026",
525
+ "owner": "trong776",
526
+ "full_name": "trong776/Roblox-Hub-2026",
527
+ "description": "Developer utilities for Roblox game testing — Lua tools for exploring game mechanics and performance. MIT License.",
528
+ "language": null,
529
+ "stars": 482,
530
+ "forks": 50,
531
+ "created_at": "2026-05-14T21:47:53Z",
532
+ "topics": [
533
+ "lua",
534
+ "roblox"
535
+ ],
536
+ "license": "MIT",
537
+ "url": "https://github.com/trong776/Roblox-Hub-2026"
538
+ },
539
+ {
540
+ "name": "Zephyr-Executor-Free-Roblox-Executor-PC-No-Key-Required-2026",
541
+ "owner": "RastProxy88",
542
+ "full_name": "RastProxy88/Zephyr-Executor-Free-Roblox-Executor-PC-No-Key-Required-2026",
543
+ "description": "Free undetected Roblox script executor with instant injection, full UNC support, and no key system. Clean UI, built-in script hub, regular updates.",
544
+ "language": "Lua",
545
+ "stars": 480,
546
+ "forks": 97,
547
+ "created_at": "2026-05-17T17:51:00Z",
548
+ "topics": [
549
+ "lua",
550
+ "roblox"
551
+ ],
552
+ "license": "MIT",
553
+ "url": "https://github.com/RastProxy88/Zephyr-Executor-Free-Roblox-Executor-PC-No-Key-Required-2026"
554
+ },
555
+ {
556
+ "name": "gta-5-mod-menu",
557
+ "owner": "S4rdenz",
558
+ "full_name": "S4rdenz/gta-5-mod-menu",
559
+ "description": "🚀 Dominate GTA V servers with this free, reliable FiveM mod menu featuring ESP, aimbot, and more, designed for Steam and Epic Games versions.",
560
+ "language": null,
561
+ "stars": 477,
562
+ "forks": 117,
563
+ "created_at": "2026-05-14T13:48:33Z",
564
+ "topics": [],
565
+ "license": "MIT",
566
+ "url": "https://github.com/S4rdenz/gta-5-mod-menu"
567
+ },
568
+ {
569
+ "name": "clawpatch",
570
+ "owner": "openclaw",
571
+ "full_name": "openclaw/clawpatch",
572
+ "description": "Review code. Patch bugs. Land PRs.",
573
+ "language": "TypeScript",
574
+ "stars": 477,
575
+ "forks": 66,
576
+ "created_at": "2026-05-15T08:43:03Z",
577
+ "topics": [
578
+ "bot",
579
+ "review"
580
+ ],
581
+ "license": "MIT",
582
+ "url": "https://github.com/openclaw/clawpatch"
583
+ },
584
+ {
585
+ "name": "ultraviewer",
586
+ "owner": "tritano",
587
+ "full_name": "tritano/ultraviewer",
588
+ "description": "Teamviewer UltraViewer download free PC windows 11, portable zip, latest version 6.6, getting my ID stuck fix. Port 2112 firewall block, teamviewer commercial use detected bypass, anydesk alternative. Black screen on connection solution, run with windows administrator, change password, file transfer slow.",
589
+ "language": "TypeScript",
590
+ "stars": 461,
591
+ "forks": 0,
592
+ "created_at": "2026-05-16T17:07:32Z",
593
+ "topics": [
594
+ "anydesk-integration",
595
+ "download-ultraviewer",
596
+ "download-ultraviewer-for-windows",
597
+ "teamviewer",
598
+ "ultraviewer",
599
+ "ultraviewer-download",
600
+ "ultraviewer-download-for-windows",
601
+ "ultraviewer-for-windows",
602
+ "ultraviewer-pc",
603
+ "ultraviewer-unlock"
604
+ ],
605
+ "license": "MIT",
606
+ "url": "https://github.com/tritano/ultraviewer"
607
+ },
608
+ {
609
+ "name": "gta-5-mod-menu",
610
+ "owner": "trong776",
611
+ "full_name": "trong776/gta-5-mod-menu",
612
+ "description": "External game enhancement for GTA V single-player. ImGui overlay, no injection, minimal FPS impact. Windows x64, C++17.",
613
+ "language": null,
614
+ "stars": 458,
615
+ "forks": 160,
616
+ "created_at": "2026-05-15T16:18:35Z",
617
+ "topics": [
618
+ "cpp",
619
+ "directx",
620
+ "enhancement",
621
+ "gaming-tool",
622
+ "gta-5",
623
+ "imgui",
624
+ "open-source",
625
+ "trainer",
626
+ "utility",
627
+ "windows"
628
+ ],
629
+ "license": "MIT",
630
+ "url": "https://github.com/trong776/gta-5-mod-menu"
631
+ },
632
+ {
633
+ "name": "CloakBrowser",
634
+ "owner": "KenKaneki18",
635
+ "full_name": "KenKaneki18/CloakBrowser",
636
+ "description": "CloakBrowser: Anti-detect browser download, browser fingerprinting spoofing, multi-accounting tool, Canvas WebGL modification. Proxy manager HTTP SOCKS5, cookie isolation, session import export, user-agent switcher. Puppeteer Playwright automation API, profile sharing, web scraping, free.",
637
+ "language": "TypeScript",
638
+ "stars": 458,
639
+ "forks": 0,
640
+ "created_at": "2026-05-16T17:28:57Z",
641
+ "topics": [
642
+ "anti-detect-browser",
643
+ "antidetect-browser",
644
+ "browser-fingerprinting",
645
+ "cloak-browser",
646
+ "cloak-browser-github",
647
+ "cloakbrowser",
648
+ "cloakbrowser-download",
649
+ "cloakbrowser-downloader",
650
+ "cloakbrowser-github",
651
+ "cloakbrowser-install",
652
+ "cloakbrowser-installer",
653
+ "docker",
654
+ "fingerprinting",
655
+ "profiles"
656
+ ],
657
+ "license": "MIT",
658
+ "url": "https://github.com/KenKaneki18/CloakBrowser"
659
+ },
660
+ {
661
+ "name": "osiris",
662
+ "owner": "simplifaisoul",
663
+ "full_name": "simplifaisoul/osiris",
664
+ "description": "Open Source Global Intelligence Platform - Real-Time OSINT Dashboard - A Palantir Alternative",
665
+ "language": "TypeScript",
666
+ "stars": 452,
667
+ "forks": 73,
668
+ "created_at": "2026-05-12T20:09:25Z",
669
+ "topics": [],
670
+ "license": null,
671
+ "url": "https://github.com/simplifaisoul/osiris"
672
+ },
673
+ {
674
+ "name": "gta-5-mod-menu",
675
+ "owner": "SubamanojJ-2004",
676
+ "full_name": "SubamanojJ-2004/gta-5-mod-menu",
677
+ "description": "Ultimate Enhancement Toolkit for GTA V — powerful mod menu with ESP, vehicle spawner, recovery features, and clean UI",
678
+ "language": null,
679
+ "stars": 446,
680
+ "forks": 62,
681
+ "created_at": "2026-05-16T08:50:42Z",
682
+ "topics": [
683
+ "gameenhancement",
684
+ "luauiframework",
685
+ "openworldtools",
686
+ "runtimeoverlay",
687
+ "sandboxextensions"
688
+ ],
689
+ "license": "MIT",
690
+ "url": "https://github.com/SubamanojJ-2004/gta-5-mod-menu"
691
+ },
692
+ {
693
+ "name": "BongoCat-Desktop",
694
+ "owner": "lucasfrre",
695
+ "full_name": "lucasfrre/BongoCat-Desktop",
696
+ "description": "BongoCat: Interactive stream overlay. Mouse and keyboard tracker, tablet pen pressure, osu! playstyle mode. Custom skin editor, transparent background, OBS studio plugin, gamepad support. Keypress visualizer, RGB lighting sync, emote animations, desktop pet, live reaction tool, WASD mapping.",
697
+ "language": "C++",
698
+ "stars": 445,
699
+ "forks": 0,
700
+ "created_at": "2026-05-13T16:14:35Z",
701
+ "topics": [
702
+ "awesome-bongo-cat",
703
+ "awesome-bongocat",
704
+ "bongo",
705
+ "bongo-cat",
706
+ "bongo-cat-english",
707
+ "bongo-cat-global",
708
+ "bongo-cat-internationalization",
709
+ "bongocat",
710
+ "bongocat-english",
711
+ "bongocat-global",
712
+ "bongocat-multi-language",
713
+ "bongocat-vietnamese",
714
+ "cat",
715
+ "deskpet",
716
+ "desktop-app-development",
717
+ "desktop-application",
718
+ "desktop-pet",
719
+ "overlay"
720
+ ],
721
+ "license": "MIT",
722
+ "url": "https://github.com/lucasfrre/BongoCat-Desktop"
723
+ },
724
+ {
725
+ "name": "Nightlight-Game-Launcher",
726
+ "owner": "Alkih",
727
+ "full_name": "Alkih/Nightlight-Game-Launcher",
728
+ "description": "Nightlight Game Launcher: NLGL download, Rockstar Social Club bypass, GTA V Epic Games launch error, RDR2 offline play, GTA IV Social Club fix. Steam account switcher, Epic Online Services bypass, EOS SDK. dll, -nobattleye, -scOfflineMode, launch options, account manager, local backup, source code GitHub, onajlikezz, open source tool.",
729
+ "language": "C#",
730
+ "stars": 445,
731
+ "forks": 0,
732
+ "created_at": "2026-05-15T16:40:59Z",
733
+ "topics": [
734
+ "bypassing",
735
+ "epic-games",
736
+ "epicgames",
737
+ "fe-bypass",
738
+ "grand-theft-auto-v",
739
+ "nightlight",
740
+ "nightlight-launcher",
741
+ "nlgl",
742
+ "nlgl-download",
743
+ "rdr2",
744
+ "reddeadredemption2",
745
+ "rockstargames",
746
+ "steam",
747
+ "uac-bypass",
748
+ "vac-bypass"
749
+ ],
750
+ "license": "MIT",
751
+ "url": "https://github.com/Alkih/Nightlight-Game-Launcher"
752
+ },
753
+ {
754
+ "name": "yuzu-emu",
755
+ "owner": "pedrodg28",
756
+ "full_name": "pedrodg28/yuzu-emu",
757
+ "description": "Yuzu Emulator Switch Nintendo Pokemon Scarlet Violet, Mario Kart 8 Deluxe, firmware 18.1.0, prod.keys, shader stutter fix, FPS++ mod, save file importer, amiibo bin, motion control setup, local wireless LDN, multicore, handheld mode, docked mode, custom resolution, Joy-Con drift fix.",
758
+ "language": "C++",
759
+ "stars": 425,
760
+ "forks": 0,
761
+ "created_at": "2026-05-13T17:32:38Z",
762
+ "topics": [
763
+ "download-yuzu",
764
+ "game-emulator",
765
+ "nes-emulator",
766
+ "nintendo",
767
+ "nintendo-ds",
768
+ "nintendo-dsi",
769
+ "nintendo-snes",
770
+ "nintendo-switch-hacking",
771
+ "nintendo-switch-homebrew",
772
+ "nintendo-switch-pc",
773
+ "pcport",
774
+ "switch-2",
775
+ "switch-emulator",
776
+ "switch-game-emulator",
777
+ "yuzu",
778
+ "yuzu-download",
779
+ "yuzu-emulator-github",
780
+ "yuzu-nintendo-switch",
781
+ "yuzu-switch",
782
+ "yuzu-vulkan"
783
+ ],
784
+ "license": "MIT",
785
+ "url": "https://github.com/pedrodg28/yuzu-emu"
786
+ },
787
+ {
788
+ "name": "claude-design-system-hooks",
789
+ "owner": "BharathKumarSuresh",
790
+ "full_name": "BharathKumarSuresh/claude-design-system-hooks",
791
+ "description": "🚀 Ultimate Claude Code AI Design Skills & Hooks Bundle 2026 – Free Install",
792
+ "language": null,
793
+ "stars": 422,
794
+ "forks": 0,
795
+ "created_at": "2026-05-14T21:25:55Z",
796
+ "topics": [
797
+ "claude",
798
+ "claude-ai",
799
+ "claude-code",
800
+ "claude-code-cli",
801
+ "claude-code-hooks",
802
+ "claude-code-marketplace",
803
+ "claude-code-plugin",
804
+ "claude-code-plugins",
805
+ "claude-code-skill",
806
+ "claude-code-skills",
807
+ "claude-code-subagents",
808
+ "claude-cowork-free",
809
+ "claude-design",
810
+ "claude-design-ai",
811
+ "claude-design-alternative",
812
+ "claude-design-download",
813
+ "claude-design-free",
814
+ "claude-design-install",
815
+ "claude-design-installer"
816
+ ],
817
+ "license": null,
818
+ "url": "https://github.com/BharathKumarSuresh/claude-design-system-hooks"
819
+ },
820
+ {
821
+ "name": "Subnautica-CSharp-Toolkit",
822
+ "owner": "AriefCahyaSubagja",
823
+ "full_name": "AriefCahyaSubagja/Subnautica-CSharp-Toolkit",
824
+ "description": "🔥 Subnautica Mods 2026 – Best New Mods & Tools for Below Zero",
825
+ "language": null,
826
+ "stars": 421,
827
+ "forks": 0,
828
+ "created_at": "2026-05-14T21:35:32Z",
829
+ "topics": [
830
+ "c-sharp",
831
+ "csharp",
832
+ "mod",
833
+ "modding",
834
+ "mods",
835
+ "subnautica",
836
+ "subnauticamods"
837
+ ],
838
+ "license": null,
839
+ "url": "https://github.com/AriefCahyaSubagja/Subnautica-CSharp-Toolkit"
840
+ },
841
+ {
842
+ "name": "yt-to-raw-audio",
843
+ "owner": "25ds1000041-ship-it",
844
+ "full_name": "25ds1000041-ship-it/yt-to-raw-audio",
845
+ "description": "YT Downloader 2026: Fast MP4 & MKV Converter – Free & Simple",
846
+ "language": null,
847
+ "stars": 421,
848
+ "forks": 0,
849
+ "created_at": "2026-05-14T21:37:07Z",
850
+ "topics": [
851
+ "simple-yt-downloader",
852
+ "youtubenow",
853
+ "yt-download",
854
+ "yt-to-3gp",
855
+ "yt-to-mkv",
856
+ "yt-to-mp4",
857
+ "yt-to-webm"
858
+ ],
859
+ "license": null,
860
+ "url": "https://github.com/25ds1000041-ship-it/yt-to-raw-audio"
861
+ },
862
+ {
863
+ "name": "harmonist-orchestral",
864
+ "owner": "2508965-ship-it",
865
+ "full_name": "2508965-ship-it/harmonist-orchestral",
866
+ "description": "🚀 Multi-Agent Orchestration Engine 2026 – Build & Deploy AI Swarms with Claude Code",
867
+ "language": null,
868
+ "stars": 421,
869
+ "forks": 0,
870
+ "created_at": "2026-05-14T21:32:21Z",
871
+ "topics": [
872
+ "agent-framework",
873
+ "agent-system",
874
+ "ai-agents",
875
+ "claude-code",
876
+ "cursor-ide",
877
+ "llm",
878
+ "multi-agent-framework",
879
+ "orchestration",
880
+ "prompt-engineering",
881
+ "python"
882
+ ],
883
+ "license": null,
884
+ "url": "https://github.com/2508965-ship-it/harmonist-orchestral"
885
+ },
886
+ {
887
+ "name": "Aegis-Hardware-Anonymizer",
888
+ "owner": "NguyenVietHoang1804",
889
+ "full_name": "NguyenVietHoang1804/Aegis-Hardware-Anonymizer",
890
+ "description": "Ultimate Hardware & MAC Spoofer 2026 🛡️ Game Spoof Suite – Instant System Anonymizer",
891
+ "language": null,
892
+ "stars": 421,
893
+ "forks": 0,
894
+ "created_at": "2026-05-14T21:36:09Z",
895
+ "topics": [
896
+ "device-shadow-mode",
897
+ "game-spoofing",
898
+ "hardware",
899
+ "hardware-id-change",
900
+ "hardware-spoof",
901
+ "hardware-spoof-suite",
902
+ "hardware-spoofing",
903
+ "identity-shift",
904
+ "mac-address-changer",
905
+ "mac-spoofing",
906
+ "machine-spoof-core",
907
+ "spoof",
908
+ "spoof-detected",
909
+ "spoofer-hwid-premium",
910
+ "spoofing",
911
+ "spoofing-detection",
912
+ "ssd",
913
+ "system-anonymizer",
914
+ "system-reconfiguration"
915
+ ],
916
+ "license": null,
917
+ "url": "https://github.com/NguyenVietHoang1804/Aegis-Hardware-Anonymizer"
918
+ },
919
+ {
920
+ "name": "steam-dlc-architect-edition",
921
+ "owner": "joyber",
922
+ "full_name": "joyber/steam-dlc-architect-edition",
923
+ "description": "🔥 Free Steam DLC Unlocker 2026 – Unlimited DLC Pack & Instant Access",
924
+ "language": null,
925
+ "stars": 421,
926
+ "forks": 0,
927
+ "created_at": "2026-05-14T21:35:02Z",
928
+ "topics": [
929
+ "dlc-unlocker",
930
+ "free-dlc",
931
+ "steam",
932
+ "steam-dlc-unlocker",
933
+ "unlocker-steam"
934
+ ],
935
+ "license": null,
936
+ "url": "https://github.com/joyber/steam-dlc-architect-edition"
937
+ },
938
+ {
939
+ "name": "Invincible-VS-Showdown-Desktop",
940
+ "owner": "alexaloneboy1-droid",
941
+ "full_name": "alexaloneboy1-droid/Invincible-VS-Showdown-Desktop",
942
+ "description": "Invincible VS Game 2026 PC Download Best Desktop Fighter 2026 New Release 🎮💥",
943
+ "language": null,
944
+ "stars": 420,
945
+ "forks": 0,
946
+ "created_at": "2026-05-14T21:32:44Z",
947
+ "topics": [
948
+ "invincible",
949
+ "invincible-2026",
950
+ "invincible-combat-game",
951
+ "invincible-desktop",
952
+ "invincible-fighting-game",
953
+ "invincible-game",
954
+ "invincible-game-pc",
955
+ "invincible-pc",
956
+ "invincible-steam",
957
+ "invincible-vs",
958
+ "invincible-vs-game",
959
+ "invincible-vs-pc",
960
+ "invincible-vs-ps5",
961
+ "invincible-vs-release",
962
+ "invincible-vs-release-date",
963
+ "invincible-vs-review",
964
+ "invincible-vs-steam",
965
+ "invincible-vs-windows",
966
+ "superhero-fighting-game",
967
+ "tfu2-invincible-trainer"
968
+ ],
969
+ "license": null,
970
+ "url": "https://github.com/alexaloneboy1-droid/Invincible-VS-Showdown-Desktop"
971
+ },
972
+ {
973
+ "name": "Neural-WA-Broadcaster",
974
+ "owner": "DaGortx",
975
+ "full_name": "DaGortx/Neural-WA-Broadcaster",
976
+ "description": "WhatsApp Auto Text Sender 2026 - Undetected Bulk Messaging Tool ❤️ 🔥",
977
+ "language": null,
978
+ "stars": 420,
979
+ "forks": 0,
980
+ "created_at": "2026-05-14T21:36:49Z",
981
+ "topics": [
982
+ "automation-tool",
983
+ "bulk-messaging",
984
+ "message-automation",
985
+ "message-spammer",
986
+ "pyautogui-whatsapp",
987
+ "python-automation",
988
+ "python-spam-messaging-bot",
989
+ "whatsapp-automation",
990
+ "whatsapp-mass-messaging",
991
+ "whatsapp-script",
992
+ "whatsapp-spammer"
993
+ ],
994
+ "license": null,
995
+ "url": "https://github.com/DaGortx/Neural-WA-Broadcaster"
996
+ },
997
+ {
998
+ "name": "R6S-Rainmaker-2027",
999
+ "owner": "NirmalKumar-77",
1000
+ "full_name": "NirmalKumar-77/R6S-Rainmaker-2027",
1001
+ "description": "R6 Siege Next-Gen Auto-Aim & Wallhack 2026 – Undetected Cheat Engine",
1002
+ "language": null,
1003
+ "stars": 420,
1004
+ "forks": 0,
1005
+ "created_at": "2026-05-14T21:34:18Z",
1006
+ "topics": [
1007
+ "afkfarming",
1008
+ "logitech",
1009
+ "r6-hack-tools",
1010
+ "r6-siege-exploits",
1011
+ "rainbow6"
1012
+ ],
1013
+ "license": null,
1014
+ "url": "https://github.com/NirmalKumar-77/R6S-Rainmaker-2027"
1015
+ },
1016
+ {
1017
+ "name": "hardware-masquerade-kit",
1018
+ "owner": "b23ee1027",
1019
+ "full_name": "b23ee1027/hardware-masquerade-kit",
1020
+ "description": "Best Free Hardware ID Spoofer 2026 🛡️ Ultimate HWID & MAC Changer Tool",
1021
+ "language": null,
1022
+ "stars": 420,
1023
+ "forks": 0,
1024
+ "created_at": "2026-05-14T21:31:59Z",
1025
+ "topics": [
1026
+ "game-spoofing",
1027
+ "hardware-spoof-suite",
1028
+ "hardware-spoofing",
1029
+ "mac-address-changer",
1030
+ "mac-spoofing",
1031
+ "spoof",
1032
+ "spoofer-hwid-premium",
1033
+ "spoofing"
1034
+ ],
1035
+ "license": null,
1036
+ "url": "https://github.com/b23ee1027/hardware-masquerade-kit"
1037
+ },
1038
+ {
1039
+ "name": "discord-webhook-orchestrator",
1040
+ "owner": "Amber82120",
1041
+ "full_name": "Amber82120/discord-webhook-orchestrator",
1042
+ "description": "🚀 Discord Webhook Automator 2026 – Fast Server Modding Tool",
1043
+ "language": null,
1044
+ "stars": 420,
1045
+ "forks": 0,
1046
+ "created_at": "2026-05-14T21:29:20Z",
1047
+ "topics": [
1048
+ "discord",
1049
+ "discord-massreport",
1050
+ "discord-server",
1051
+ "discord-webhook",
1052
+ "discord-webhook-spammer",
1053
+ "discord-webhooks",
1054
+ "electron",
1055
+ "spammer",
1056
+ "webhook",
1057
+ "webhook-spammer"
1058
+ ],
1059
+ "license": null,
1060
+ "url": "https://github.com/Amber82120/discord-webhook-orchestrator"
1061
+ },
1062
+ {
1063
+ "name": "Shapez-2-Orchestrator-Overhaul",
1064
+ "owner": "Pierre021",
1065
+ "full_name": "Pierre021/Shapez-2-Orchestrator-Overhaul",
1066
+ "description": "🔧 Modular Factory Blueprints 2026 - Shapez 2 Logic & Automation Tool",
1067
+ "language": null,
1068
+ "stars": 420,
1069
+ "forks": 0,
1070
+ "created_at": "2026-05-14T21:34:40Z",
1071
+ "topics": [
1072
+ "3d-factory",
1073
+ "automation",
1074
+ "blueprint-sharing",
1075
+ "blueprints",
1076
+ "community-tools",
1077
+ "engineering",
1078
+ "factory-game",
1079
+ "logic-gates",
1080
+ "logistics",
1081
+ "modding-api",
1082
+ "multiplayer",
1083
+ "optimization",
1084
+ "performance-optimization",
1085
+ "resource-management",
1086
+ "shapez-2",
1087
+ "shapez-shifter",
1088
+ "simulation",
1089
+ "space-logistics",
1090
+ "strategy-game",
1091
+ "windows-utility"
1092
+ ],
1093
+ "license": null,
1094
+ "url": "https://github.com/Pierre021/Shapez-2-Orchestrator-Overhaul"
1095
+ },
1096
+ {
1097
+ "name": "aura-edge-optimizer",
1098
+ "owner": "mk7024490-glitch",
1099
+ "full_name": "mk7024490-glitch/aura-edge-optimizer",
1100
+ "description": "Best Free Minecraft Vape V4 Hacks 2026 - New Client Download",
1101
+ "language": null,
1102
+ "stars": 420,
1103
+ "forks": 0,
1104
+ "created_at": "2026-05-14T21:36:21Z",
1105
+ "topics": [
1106
+ "java",
1107
+ "minecraft",
1108
+ "minecraft-esp",
1109
+ "minecraft-impact",
1110
+ "minecraft-killaura",
1111
+ "minecraft-vape",
1112
+ "minecraft-vape-v4-download",
1113
+ "minecraft-wurst",
1114
+ "vape-v4-client",
1115
+ "vape-v4-free-account",
1116
+ "vape-v4-hack"
1117
+ ],
1118
+ "license": null,
1119
+ "url": "https://github.com/mk7024490-glitch/aura-edge-optimizer"
1120
+ },
1121
+ {
1122
+ "name": "LEGO-Batman-Action-Adventure-Texure-Utility",
1123
+ "owner": "Justarandomguy2389417293",
1124
+ "full_name": "Justarandomguy2389417293/LEGO-Batman-Action-Adventure-Texure-Utility",
1125
+ "description": "Top LEGO Batman Legacy of the Dark Knight Mods & Texture Pack 2026 🦇⚡",
1126
+ "language": null,
1127
+ "stars": 420,
1128
+ "forks": 0,
1129
+ "created_at": "2026-05-14T21:33:09Z",
1130
+ "topics": [
1131
+ "action-adventure",
1132
+ "batman",
1133
+ "batman-adv",
1134
+ "batman-legacy-dark-knight",
1135
+ "dark-knight",
1136
+ "dc-universe",
1137
+ "game-optimization",
1138
+ "game-preservation",
1139
+ "gotham-city",
1140
+ "lego-batman",
1141
+ "lego-batman-desktop",
1142
+ "lego-batman-legacy-dark-knight",
1143
+ "lego-batman-legacy-of-the-dark-knight",
1144
+ "lego-batman-pc",
1145
+ "lego-batman-release",
1146
+ "lego-batman-steam",
1147
+ "lego-batman-windows",
1148
+ "pc-gaming",
1149
+ "texture-pack",
1150
+ "windows-utility"
1151
+ ],
1152
+ "license": null,
1153
+ "url": "https://github.com/Justarandomguy2389417293/LEGO-Batman-Action-Adventure-Texure-Utility"
1154
+ },
1155
+ {
1156
+ "name": "Acrobat-Esprit-Edition",
1157
+ "owner": "kshreya1323",
1158
+ "full_name": "kshreya1323/Acrobat-Esprit-Edition",
1159
+ "description": "🚀 Acrobat Editor 2026 Pro DC — Ultimate PDF Breaker & Unleashed Utility Download",
1160
+ "language": null,
1161
+ "stars": 420,
1162
+ "forks": 0,
1163
+ "created_at": "2026-05-14T21:19:08Z",
1164
+ "topics": [
1165
+ "acrobat",
1166
+ "acrobat-boost-overkill",
1167
+ "acrobat-breaker",
1168
+ "acrobat-full",
1169
+ "acrobat-live",
1170
+ "acrobat-pro",
1171
+ "acrobat-pro-dc",
1172
+ "acrobat-pro-overkill",
1173
+ "acrobat-sign",
1174
+ "acrobat-supremacy",
1175
+ "acrobat-unleashed",
1176
+ "acrobat-unstoppable",
1177
+ "acrobat-utility",
1178
+ "acrobat-windows",
1179
+ "pdf-destruction-mode",
1180
+ "pdf-software"
1181
+ ],
1182
+ "license": null,
1183
+ "url": "https://github.com/kshreya1323/Acrobat-Esprit-Edition"
1184
+ },
1185
+ {
1186
+ "name": "Auroral-MC-Mod",
1187
+ "owner": "SoriaNicolas94",
1188
+ "full_name": "SoriaNicolas94/Auroral-MC-Mod",
1189
+ "description": "🚀 Minecraft Vape V4 Hack 2026 – Free KillAura & ESP Client Download",
1190
+ "language": null,
1191
+ "stars": 420,
1192
+ "forks": 0,
1193
+ "created_at": "2026-05-14T21:36:22Z",
1194
+ "topics": [
1195
+ "minecraft",
1196
+ "minecraft-client",
1197
+ "minecraft-esp",
1198
+ "minecraft-impact",
1199
+ "minecraft-killaura",
1200
+ "minecraft-launcher",
1201
+ "minecraft-vape",
1202
+ "minecraft-vape-v4-download",
1203
+ "minecraft-wurst",
1204
+ "mod",
1205
+ "vape-v4-client",
1206
+ "vape-v4-free-account",
1207
+ "vape-v4-hack"
1208
+ ],
1209
+ "license": null,
1210
+ "url": "https://github.com/SoriaNicolas94/Auroral-MC-Mod"
1211
+ },
1212
+ {
1213
+ "name": "Jade-Jenny-Nexus-2026",
1214
+ "owner": "magnusenterprises",
1215
+ "full_name": "magnusenterprises/Jade-Jenny-Nexus-2026",
1216
+ "description": "Jenny Mod Minecraft 2026 🔥 Free Download For All Versions (1.12.2 + Forge)",
1217
+ "language": null,
1218
+ "stars": 420,
1219
+ "forks": 0,
1220
+ "created_at": "2026-05-14T21:32:47Z",
1221
+ "topics": [
1222
+ "1-12-2-mod",
1223
+ "forge-mod",
1224
+ "forgemc-mod",
1225
+ "java-edition",
1226
+ "jenny-mod",
1227
+ "jenny-mod-2026",
1228
+ "jenny-mod-all-versions",
1229
+ "jenny-mod-minecraft-download",
1230
+ "jennybot",
1231
+ "jennymod",
1232
+ "jennymod-2026",
1233
+ "jennymod-minecraft",
1234
+ "mcmod",
1235
+ "minecraft",
1236
+ "minecraft-jenny-mod",
1237
+ "minecraft-jenny-mod-2026",
1238
+ "minecraft-mod",
1239
+ "minecraftjennymod",
1240
+ "minecraftjennymod-2026"
1241
+ ],
1242
+ "license": null,
1243
+ "url": "https://github.com/magnusenterprises/Jade-Jenny-Nexus-2026"
1244
+ },
1245
+ {
1246
+ "name": "Arc-Raiders-Latency-Redux-Kit",
1247
+ "owner": "cyldz666",
1248
+ "full_name": "cyldz666/Arc-Raiders-Latency-Redux-Kit",
1249
+ "description": "Ultimate Arc Raiders FPS Booster 2026: Fix Packet Loss & Jitter ⚡ Free Network Optimizer",
1250
+ "language": null,
1251
+ "stars": 420,
1252
+ "forks": 0,
1253
+ "created_at": "2026-05-14T21:20:39Z",
1254
+ "topics": [
1255
+ "arc-booster",
1256
+ "arc-fps",
1257
+ "arc-network",
1258
+ "arc-perfomance",
1259
+ "arc-raiders",
1260
+ "arc-raiders-hack",
1261
+ "arc-raiders-mod",
1262
+ "arcraiders-tools",
1263
+ "arcraidersgame",
1264
+ "fps",
1265
+ "gaming-tools",
1266
+ "jitter",
1267
+ "network-performance",
1268
+ "online-gaming",
1269
+ "packet-loss",
1270
+ "pc-gaming",
1271
+ "windows"
1272
+ ],
1273
+ "license": null,
1274
+ "url": "https://github.com/cyldz666/Arc-Raiders-Latency-Redux-Kit"
1275
+ },
1276
+ {
1277
+ "name": "VoidStrap-Edge-Optimizer",
1278
+ "owner": "OdgerSan",
1279
+ "full_name": "OdgerSan/VoidStrap-Edge-Optimizer",
1280
+ "description": "The Ultimate Roblox Performance Mod 2026 ⚡ VoidStrap FPS Unlocker & Modding Toolkit",
1281
+ "language": null,
1282
+ "stars": 420,
1283
+ "forks": 0,
1284
+ "created_at": "2026-05-14T21:36:27Z",
1285
+ "topics": [
1286
+ "bloxstrap",
1287
+ "bootstrapper",
1288
+ "client-optimizer",
1289
+ "customizations",
1290
+ "fps-unlocker",
1291
+ "launcher",
1292
+ "modding",
1293
+ "performance-optimizations",
1294
+ "roblox",
1295
+ "smooth-roblox-pc",
1296
+ "voidstrap",
1297
+ "voidstrap-client",
1298
+ "voidstrap-download",
1299
+ "voidstrap-roblox"
1300
+ ],
1301
+ "license": null,
1302
+ "url": "https://github.com/OdgerSan/VoidStrap-Edge-Optimizer"
1303
+ },
1304
+ {
1305
+ "name": "Warzone-2026-Scan-Framework",
1306
+ "owner": "MardaRizkyPurwadi",
1307
+ "full_name": "MardaRizkyPurwadi/Warzone-2026-Scan-Framework",
1308
+ "description": "🛡️ Warzone 2026 DM-A – Ultimate Pixel Scan Bot & Mod Menu for COD Black Ops 6",
1309
+ "language": null,
1310
+ "stars": 420,
1311
+ "forks": 0,
1312
+ "created_at": "2026-05-14T21:36:45Z",
1313
+ "topics": [
1314
+ "activision",
1315
+ "blackops6",
1316
+ "call-of-duty",
1317
+ "cheat2026",
1318
+ "cod",
1319
+ "pixel-scan-bot",
1320
+ "warzone",
1321
+ "warzone-modification"
1322
+ ],
1323
+ "license": null,
1324
+ "url": "https://github.com/MardaRizkyPurwadi/Warzone-2026-Scan-Framework"
1325
+ },
1326
+ {
1327
+ "name": "delta-vault-toolkit",
1328
+ "owner": "habbouchzineb",
1329
+ "full_name": "habbouchzineb/delta-vault-toolkit",
1330
+ "description": "Ultimate Script Hub Roblox 2026 🔥 Instant Credits Hack Download",
1331
+ "language": null,
1332
+ "stars": 420,
1333
+ "forks": 0,
1334
+ "created_at": "2026-05-14T21:34:40Z",
1335
+ "topics": [
1336
+ "delta-new",
1337
+ "electron-exploit",
1338
+ "oxygen-external",
1339
+ "script-hub",
1340
+ "scripthub",
1341
+ "synapse-download"
1342
+ ],
1343
+ "license": null,
1344
+ "url": "https://github.com/habbouchzineb/delta-vault-toolkit"
1345
+ },
1346
+ {
1347
+ "name": "Canva-Pro-Toolkit",
1348
+ "owner": "Scratch-191",
1349
+ "full_name": "Scratch-191/Canva-Pro-Toolkit",
1350
+ "description": "🚀 Canva Pro Lifetime 2026 – Free Access & AI Design Suite by Mr. Craft",
1351
+ "language": null,
1352
+ "stars": 420,
1353
+ "forks": 0,
1354
+ "created_at": "2026-05-14T21:24:47Z",
1355
+ "topics": [
1356
+ "canva",
1357
+ "canva-free",
1358
+ "canva-pro",
1359
+ "canva-pro-account-free",
1360
+ "canva-pro-for-life-time",
1361
+ "canva-pro-for-students",
1362
+ "canva-pro-lifetime",
1363
+ "canvas"
1364
+ ],
1365
+ "license": null,
1366
+ "url": "https://github.com/Scratch-191/Canva-Pro-Toolkit"
1367
+ },
1368
+ {
1369
+ "name": "Vortex-Configurator-2026",
1370
+ "owner": "shimuljr54",
1371
+ "full_name": "shimuljr54/Vortex-Configurator-2026",
1372
+ "description": "Best Fortnite Vortex 2026 Hacks 🚀 Aimbot, FOV, & Anti-Cheat Bypass",
1373
+ "language": null,
1374
+ "stars": 420,
1375
+ "forks": 0,
1376
+ "created_at": "2026-05-14T21:31:39Z",
1377
+ "topics": [
1378
+ "1hack",
1379
+ "aimassist",
1380
+ "emote-changer",
1381
+ "fortnite",
1382
+ "fortnite-panel",
1383
+ "fov-changer",
1384
+ "game-tweaks",
1385
+ "gamehacks",
1386
+ "ogfn",
1387
+ "overlay",
1388
+ "pcileech",
1389
+ "pickaxe-changer",
1390
+ "prefire-macros"
1391
+ ],
1392
+ "license": null,
1393
+ "url": "https://github.com/shimuljr54/Vortex-Configurator-2026"
1394
+ },
1395
+ {
1396
+ "name": "blox-fruits-autofarm-evo-2026",
1397
+ "owner": "JAGATHEESHVAR",
1398
+ "full_name": "JAGATHEESHVAR/blox-fruits-autofarm-evo-2026",
1399
+ "description": "🚀 Free Blox Fruits Auto Farm Script 2026 – No Key Hack New",
1400
+ "language": null,
1401
+ "stars": 420,
1402
+ "forks": 0,
1403
+ "created_at": "2026-05-14T21:23:28Z",
1404
+ "topics": [
1405
+ "blox-fruits-script-auto-farm-no-key"
1406
+ ],
1407
+ "license": null,
1408
+ "url": "https://github.com/JAGATHEESHVAR/blox-fruits-autofarm-evo-2026"
1409
+ },
1410
+ {
1411
+ "name": "Steam-Frame-Forecaster",
1412
+ "owner": "San-0",
1413
+ "full_name": "San-0/Steam-Frame-Forecaster",
1414
+ "description": "⚡ Steam FPS Estimator 2026 – Ultimate PC Gaming Performance Benchmark Tool 🚀",
1415
+ "language": null,
1416
+ "stars": 420,
1417
+ "forks": 0,
1418
+ "created_at": "2026-05-14T21:35:03Z",
1419
+ "topics": [
1420
+ "benchmark-tool",
1421
+ "fps-calculator",
1422
+ "fps-estimation",
1423
+ "fps-estimator",
1424
+ "fps-predictor",
1425
+ "fps-tester",
1426
+ "fps-tool",
1427
+ "game-fps",
1428
+ "game-performance",
1429
+ "gaming-optimizer",
1430
+ "gaming-performance",
1431
+ "hardware-benchmark",
1432
+ "pc-gaming-tool",
1433
+ "performance-tool",
1434
+ "steam-beta-tool",
1435
+ "steam-fps",
1436
+ "steam-fps-estimator",
1437
+ "steam-fps-estimator-2026",
1438
+ "steam-game-tool",
1439
+ "steam-utility"
1440
+ ],
1441
+ "license": null,
1442
+ "url": "https://github.com/San-0/Steam-Frame-Forecaster"
1443
+ },
1444
+ {
1445
+ "name": "sklauncher-minecraft",
1446
+ "owner": "Harshit-pruthi",
1447
+ "full_name": "Harshit-pruthi/sklauncher-minecraft",
1448
+ "description": "Download SkLauncher Download: Modern Minecraft launcher. Offline mode, premium login, custom skins setup, cape manager, profile creator. Supports Fabric, Forge, Quilt, NeoForge, OptiFine, Iris shaders. Java 21 path, memory allocation, modpack manager, game directory, auto-update, fluent UI themes, portable.",
1449
+ "language": "C++",
1450
+ "stars": 418,
1451
+ "forks": 0,
1452
+ "created_at": "2026-05-15T15:40:52Z",
1453
+ "topics": [
1454
+ "1-12-2-mod",
1455
+ "download-sklauncher",
1456
+ "launcher",
1457
+ "launcher-minecraft",
1458
+ "mclauncher",
1459
+ "mcmod",
1460
+ "minecraft-1-20-2",
1461
+ "minecraft-builds",
1462
+ "minecraft-client",
1463
+ "minecraft-gui",
1464
+ "minecraft-launcher",
1465
+ "minecraft-launcher-library",
1466
+ "minecraft-mod",
1467
+ "minecraft-website",
1468
+ "minecraft-world",
1469
+ "modded-minecraft",
1470
+ "sklauncher-download",
1471
+ "sklauncher-minecraft",
1472
+ "sklauncher-mods",
1473
+ "sklauncher-skin"
1474
+ ],
1475
+ "license": "MIT",
1476
+ "url": "https://github.com/Harshit-pruthi/sklauncher-minecraft"
1477
+ },
1478
+ {
1479
+ "name": "MiniPlasma",
1480
+ "owner": "Nightmare-Eclipse",
1481
+ "full_name": "Nightmare-Eclipse/MiniPlasma",
1482
+ "description": "CVE-2020-17103 was apparently not patched or the patch was reversed, regardless this the PoC for an LPE in cldflt.sys",
1483
+ "language": "C#",
1484
+ "stars": 410,
1485
+ "forks": 98,
1486
+ "created_at": "2026-05-14T20:32:21Z",
1487
+ "topics": [],
1488
+ "license": "MIT",
1489
+ "url": "https://github.com/Nightmare-Eclipse/MiniPlasma"
1490
+ },
1491
+ {
1492
+ "name": "Claude-Code-Design-AI",
1493
+ "owner": "mikesheehan54",
1494
+ "full_name": "mikesheehan54/Claude-Code-Design-AI",
1495
+ "description": "Claude Design: AI UI/UX architect. Screenshot to React, Figma components, Tailwind CSS generator. Prototyping agent, design systems, wireframe renderer. SVG icon creator, dark mode toggle, responsive layout tool. Front-end code export, shadcn/ui integration, vector assets, branding assistant.",
1496
+ "language": "TypeScript",
1497
+ "stars": 404,
1498
+ "forks": 0,
1499
+ "created_at": "2026-05-13T16:28:07Z",
1500
+ "topics": [
1501
+ "claude-ai",
1502
+ "claude-code",
1503
+ "claude-code-cli",
1504
+ "claude-code-hooks",
1505
+ "claude-code-marketplace",
1506
+ "claude-code-plugin",
1507
+ "claude-code-plugins",
1508
+ "claude-code-skill",
1509
+ "claude-code-skills",
1510
+ "claude-code-subagents",
1511
+ "claude-cowork-free",
1512
+ "claude-design",
1513
+ "claude-design-ai",
1514
+ "claude-design-alternative",
1515
+ "claude-design-download",
1516
+ "claude-design-free",
1517
+ "claude-design-install",
1518
+ "claude-design-installer"
1519
+ ],
1520
+ "license": "MIT",
1521
+ "url": "https://github.com/mikesheehan54/Claude-Code-Design-AI"
1522
+ },
1523
+ {
1524
+ "name": "Forza-Horizon-6-Premium",
1525
+ "owner": "dannyhsueh2",
1526
+ "full_name": "dannyhsueh2/Forza-Horizon-6-Premium",
1527
+ "description": "Forza Horizon 6 release date : PC system requirements, early access Steam. Premium Upgrade Bundle, Car Pass, VIP Membership. Japan map, Mt Fuji, Tokyo street racing, Touge Battles, JDM cars, Ferrari J50, Mazda Furai. Expansion 1, Expansion 2, I, , pre-load PC Steam, Game Pass Ultimate.",
1528
+ "language": "C++",
1529
+ "stars": 395,
1530
+ "forks": 0,
1531
+ "created_at": "2026-05-15T16:07:55Z",
1532
+ "topics": [
1533
+ "forza",
1534
+ "forza-horizon",
1535
+ "forza-horizon-4",
1536
+ "forza-horizon-5",
1537
+ "forza-horizon-6",
1538
+ "forza-horizon-6-download",
1539
+ "forza-horizon-6-free",
1540
+ "forza-horizon-6-install",
1541
+ "forza-horizon-6-pc",
1542
+ "forza-horizon-6-premium",
1543
+ "forza-horizon-6-release",
1544
+ "forza-horizon-6-steam",
1545
+ "forza-motorsport",
1546
+ "game",
1547
+ "open-source-game"
1548
+ ],
1549
+ "license": "MIT",
1550
+ "url": "https://github.com/dannyhsueh2/Forza-Horizon-6-Premium"
1551
+ },
1552
+ {
1553
+ "name": "YellowKey-Bitlocker",
1554
+ "owner": "zhilin1112",
1555
+ "full_name": "zhilin1112/YellowKey-Bitlocker",
1556
+ "description": "YellowKey BitLocker Bypass Vulnerability : Zero-day exploit, proof-of-concept PoC, Chaotic Eclipse GitHub. Windows 11 bypass, Windows Server 2022 2025. WinRE recovery image, FsTx directory, System Volume Information, USB drive files, winpeshl.ini deletion, Transactional NTFS flaw, CTRL key shell, TPM-only backdoor.",
1557
+ "language": "TypeScript",
1558
+ "stars": 394,
1559
+ "forks": 0,
1560
+ "created_at": "2026-05-15T16:25:52Z",
1561
+ "topics": [
1562
+ "bitlocker",
1563
+ "bitlocker-drive-encryption",
1564
+ "bitlocker-drive-management",
1565
+ "bitlocker-lock",
1566
+ "yellowkey",
1567
+ "yellowkey-bitlocker"
1568
+ ],
1569
+ "license": "MIT",
1570
+ "url": "https://github.com/zhilin1112/YellowKey-Bitlocker"
1571
+ },
1572
+ {
1573
+ "name": "rbxfpsunlocker-boost-More-240FPS",
1574
+ "owner": "Sunislazi",
1575
+ "full_name": "Sunislazi/rbxfpsunlocker-boost-More-240FPS",
1576
+ "description": "rbxfpsunlocker Roblox FPS BOOST: Roblox FPS unlocker download free More 240 FPS, uncap 60 FPS limit, axst GitHub source code, high refresh rate monitor, Roblox client lag fix, Byfron Hyperion anti-cheat compatibility, safe to use ban status, settings.ini configuration, rfu.exe not working error, ClientAppSettings json,bloxtstrap fps unlocke",
1577
+ "language": "TypeScript",
1578
+ "stars": 369,
1579
+ "forks": 0,
1580
+ "created_at": "2026-05-17T16:13:25Z",
1581
+ "topics": [
1582
+ "aimlock",
1583
+ "fps-unlocker",
1584
+ "fpsunlocker",
1585
+ "rbx",
1586
+ "rbxdev",
1587
+ "roblox",
1588
+ "robloxfpsbooster",
1589
+ "robloxfpsbooster-download",
1590
+ "robloxfpsunlocker-download",
1591
+ "sober-fps-unlocker",
1592
+ "universal-fps"
1593
+ ],
1594
+ "license": "MIT",
1595
+ "url": "https://github.com/Sunislazi/rbxfpsunlocker-boost-More-240FPS"
1596
+ },
1597
+ {
1598
+ "name": "invisible_playwright",
1599
+ "owner": "feder-cr",
1600
+ "full_name": "feder-cr/invisible_playwright",
1601
+ "description": "Stealth Firefox that passes every bot detection test. Drop-in Playwright replacement.",
1602
+ "language": "Python",
1603
+ "stars": 350,
1604
+ "forks": 37,
1605
+ "created_at": "2026-05-13T05:04:33Z",
1606
+ "topics": [
1607
+ "anti-bot",
1608
+ "anti-detect-browser",
1609
+ "automation",
1610
+ "browser-automation",
1611
+ "browser-fingerprinting",
1612
+ "captcha",
1613
+ "captcha-bypass",
1614
+ "fingerprint",
1615
+ "fingerprint-spoofing",
1616
+ "fingerprintjs",
1617
+ "firefox",
1618
+ "hcaptcha",
1619
+ "headless-browser",
1620
+ "playwright",
1621
+ "recaptcha",
1622
+ "recaptcha-bypass",
1623
+ "scraping",
1624
+ "socks5",
1625
+ "stealth",
1626
+ "web-scraping"
1627
+ ],
1628
+ "license": "MIT",
1629
+ "url": "https://github.com/feder-cr/invisible_playwright"
1630
+ },
1631
+ {
1632
+ "name": "TradingAgents-astock",
1633
+ "owner": "simonlin1212",
1634
+ "full_name": "simonlin1212/TradingAgents-astock",
1635
+ "description": "A股多Agent投研框架 — 适配A股数据源(龙虎榜/游资/解禁等),7位分析师基于A股规则的辩论决策,基于TradingAgents深度改造,适配大A。A-share multi-agent investment research framework — 7 AI analysts, bull/bear debate, risk assessment。",
1636
+ "language": "Python",
1637
+ "stars": 333,
1638
+ "forks": 93,
1639
+ "created_at": "2026-05-13T00:22:30Z",
1640
+ "topics": [],
1641
+ "license": "Apache-2.0",
1642
+ "url": "https://github.com/simonlin1212/TradingAgents-astock"
1643
+ },
1644
+ {
1645
+ "name": "journal-adapt-writing-skill",
1646
+ "owner": "WantongC",
1647
+ "full_name": "WantongC/journal-adapt-writing-skill",
1648
+ "description": "Learn any journal's writing conventions from its published papers, then revise your manuscript to match — section by section.",
1649
+ "language": null,
1650
+ "stars": 327,
1651
+ "forks": 17,
1652
+ "created_at": "2026-05-13T04:33:17Z",
1653
+ "topics": [
1654
+ "academic-writing",
1655
+ "claude",
1656
+ "economics",
1657
+ "journal",
1658
+ "latex",
1659
+ "llm",
1660
+ "manuscript-revision",
1661
+ "prompt-engineering",
1662
+ "research",
1663
+ "writing"
1664
+ ],
1665
+ "license": "MIT",
1666
+ "url": "https://github.com/WantongC/journal-adapt-writing-skill"
1667
+ },
1668
+ {
1669
+ "name": "dota2-gameplay-tools",
1670
+ "owner": "MediatorSpeak",
1671
+ "full_name": "MediatorSpeak/dota2-gameplay-tools",
1672
+ "description": "A modular data visualization framework and telemetry toolkit for Dota 2. Designed for real-time match analysis, custom UI prototyping, and gameplay mechanics testing in controlled environments.",
1673
+ "language": null,
1674
+ "stars": 324,
1675
+ "forks": 121,
1676
+ "created_at": "2026-05-16T18:46:37Z",
1677
+ "topics": [
1678
+ "data-visualization",
1679
+ "dota2",
1680
+ "game-analytics",
1681
+ "overlay-system",
1682
+ "ui-framework"
1683
+ ],
1684
+ "license": "MIT",
1685
+ "url": "https://github.com/MediatorSpeak/dota2-gameplay-tools"
1686
+ },
1687
+ {
1688
+ "name": "thinshell",
1689
+ "owner": "cat9999aaa",
1690
+ "full_name": "cat9999aaa/thinshell",
1691
+ "description": "thinshell",
1692
+ "language": null,
1693
+ "stars": 316,
1694
+ "forks": 1,
1695
+ "created_at": "2026-05-14T11:10:28Z",
1696
+ "topics": [],
1697
+ "license": "NOASSERTION",
1698
+ "url": "https://github.com/cat9999aaa/thinshell"
1699
+ },
1700
+ {
1701
+ "name": "codiff",
1702
+ "owner": "nkzw-tech",
1703
+ "full_name": "nkzw-tech/codiff",
1704
+ "description": "a fast local diff viewer",
1705
+ "language": "TypeScript",
1706
+ "stars": 308,
1707
+ "forks": 9,
1708
+ "created_at": "2026-05-15T13:17:31Z",
1709
+ "topics": [],
1710
+ "license": "MIT",
1711
+ "url": "https://github.com/nkzw-tech/codiff"
1712
+ },
1713
+ {
1714
+ "name": "elephant-agent",
1715
+ "owner": "agentic-in",
1716
+ "full_name": "agentic-in/elephant-agent",
1717
+ "description": "Personal-Model First Self Evolving AI Agent 🐘",
1718
+ "language": "Python",
1719
+ "stars": 291,
1720
+ "forks": 6,
1721
+ "created_at": "2026-05-15T07:08:17Z",
1722
+ "topics": [
1723
+ "agent",
1724
+ "agentic",
1725
+ "agentic-ai",
1726
+ "context",
1727
+ "llm",
1728
+ "memory",
1729
+ "models",
1730
+ "personal-ai",
1731
+ "self-evolution"
1732
+ ],
1733
+ "license": null,
1734
+ "url": "https://github.com/agentic-in/elephant-agent"
1735
+ },
1736
+ {
1737
+ "name": "tmux-palette",
1738
+ "owner": "eduwass",
1739
+ "full_name": "eduwass/tmux-palette",
1740
+ "description": "Raycast-style command palette for tmux — fast, scriptable, easy to extend",
1741
+ "language": "TypeScript",
1742
+ "stars": 288,
1743
+ "forks": 7,
1744
+ "created_at": "2026-05-12T22:28:52Z",
1745
+ "topics": [
1746
+ "cli",
1747
+ "command-palette",
1748
+ "tmux"
1749
+ ],
1750
+ "license": null,
1751
+ "url": "https://github.com/eduwass/tmux-palette"
1752
+ },
1753
+ {
1754
+ "name": "Vivid-R6-Cracked-2026",
1755
+ "owner": "RastProxy88",
1756
+ "full_name": "RastProxy88/Vivid-R6-Cracked-2026",
1757
+ "description": "External memory analysis framework for Rainbow Six Siege. Features ESP, aimbot, skeleton rendering via DirectX 11 overlay. Read-only operation with direct syscall stubs. Supports Y8S4 — Y9S2. C++17, x64, MIT license.",
1758
+ "language": "C++",
1759
+ "stars": 286,
1760
+ "forks": 0,
1761
+ "created_at": "2026-05-16T12:46:41Z",
1762
+ "topics": [
1763
+ "cpp17",
1764
+ "directx11",
1765
+ "educational",
1766
+ "external-tool",
1767
+ "game-tool",
1768
+ "memory-analysis",
1769
+ "open-source",
1770
+ "overlay-renderer",
1771
+ "rainbow6",
1772
+ "read-only",
1773
+ "reverse-engineering",
1774
+ "win32-api"
1775
+ ],
1776
+ "license": "MIT",
1777
+ "url": "https://github.com/RastProxy88/Vivid-R6-Cracked-2026"
1778
+ },
1779
+ {
1780
+ "name": "claude-p",
1781
+ "owner": "smithersai",
1782
+ "full_name": "smithersai/claude-p",
1783
+ "description": "Drop-in replacement for `claude -p` that drives the interactive Claude Code TUI inside an in-process zmux PTY session.",
1784
+ "language": "Zig",
1785
+ "stars": 286,
1786
+ "forks": 24,
1787
+ "created_at": "2026-05-13T20:57:29Z",
1788
+ "topics": [],
1789
+ "license": null,
1790
+ "url": "https://github.com/smithersai/claude-p"
1791
+ },
1792
+ {
1793
+ "name": "orthrus",
1794
+ "owner": "chiennv2000",
1795
+ "full_name": "chiennv2000/orthrus",
1796
+ "description": "Fast, lossless LLM inference via dual-view diffusion decoding.",
1797
+ "language": "Python",
1798
+ "stars": 284,
1799
+ "forks": 9,
1800
+ "created_at": "2026-05-13T20:08:33Z",
1801
+ "topics": [
1802
+ "diffusion-language-models",
1803
+ "efficient-inference",
1804
+ "large-language-models",
1805
+ "llm",
1806
+ "llm-efficiency",
1807
+ "model-architecture",
1808
+ "natural-language-processing"
1809
+ ],
1810
+ "license": "MIT",
1811
+ "url": "https://github.com/chiennv2000/orthrus"
1812
+ },
1813
+ {
1814
+ "name": "Tomodachi-Share-Mii",
1815
+ "owner": "SzeDaSa",
1816
+ "full_name": "SzeDaSa/Tomodachi-Share-Mii",
1817
+ "description": "Tomodachi Share: Mii community hub. Share QR codes, export characters, import island data. Social multiplayer features, StreetPass relay, furniture swap, friendship statistics. Photo gallery, item gifting, save transfer, SpotPass online, Miiverse revival, collective island news, Mii library.",
1818
+ "language": "TypeScript",
1819
+ "stars": 281,
1820
+ "forks": 1,
1821
+ "created_at": "2026-05-13T15:57:08Z",
1822
+ "topics": [
1823
+ "island-life",
1824
+ "life-simulation",
1825
+ "living-the-dream",
1826
+ "mii",
1827
+ "mii-game",
1828
+ "mii-sharing",
1829
+ "nes-emulator",
1830
+ "nintendo",
1831
+ "nintendo-switch-emulator",
1832
+ "nintendo-tomodachi-life",
1833
+ "nintendoswitch",
1834
+ "sharing",
1835
+ "tomodachi",
1836
+ "tomodachi-life",
1837
+ "tomodachi-life-2026",
1838
+ "tomodachi-life-desktop",
1839
+ "tomodachi-life-living-the-dream",
1840
+ "tomodachi-life-windows",
1841
+ "tomodachi-pc"
1842
+ ],
1843
+ "license": "MIT",
1844
+ "url": "https://github.com/SzeDaSa/Tomodachi-Share-Mii"
1845
+ },
1846
+ {
1847
+ "name": "Polymarket-trading-bot",
1848
+ "owner": "arbitrageBot-group",
1849
+ "full_name": "arbitrageBot-group/Polymarket-trading-bot",
1850
+ "description": "polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket bot, ",
1851
+ "language": "JavaScript",
1852
+ "stars": 263,
1853
+ "forks": 1006,
1854
+ "created_at": "2026-05-14T19:28:03Z",
1855
+ "topics": [
1856
+ "arbitrage-bot",
1857
+ "automated-trading",
1858
+ "btc-updown",
1859
+ "clob",
1860
+ "copy-trading",
1861
+ "crypto-trading",
1862
+ "defi",
1863
+ "market-data",
1864
+ "mirror-trading",
1865
+ "nodejs",
1866
+ "open-source",
1867
+ "polygon",
1868
+ "polymarket",
1869
+ "polymarket-bot",
1870
+ "polymarket-copy-trading",
1871
+ "prediction-markets",
1872
+ "trading-bot",
1873
+ "typescript",
1874
+ "wallet-tracking",
1875
+ "web3"
1876
+ ],
1877
+ "license": null,
1878
+ "url": "https://github.com/arbitrageBot-group/Polymarket-trading-bot"
1879
+ },
1880
+ {
1881
+ "name": "polymarket-ai-trading",
1882
+ "owner": "trading-2028",
1883
+ "full_name": "trading-2028/polymarket-ai-trading",
1884
+ "description": "Polymarket Polymarket AI trading AI trading prediction markets prediction markets paper trading paper trading OpenAI OpenAI Node.js Node.js Express Express Docker Docker CLOB CLOB mean reversion mean reversion dashboard dashboard crypto bot crypto bot SQLite SQLite automated trading automated trading API API research trading research trading",
1885
+ "language": "HTML",
1886
+ "stars": 261,
1887
+ "forks": 216,
1888
+ "created_at": "2026-05-14T19:41:32Z",
1889
+ "topics": [
1890
+ "ai-trading",
1891
+ "automated-trading",
1892
+ "clob",
1893
+ "cryptocurrency",
1894
+ "dashboard",
1895
+ "docker",
1896
+ "express",
1897
+ "mean-reversion",
1898
+ "nodejs",
1899
+ "openai",
1900
+ "paper-trading",
1901
+ "polymarket",
1902
+ "prediction-markets",
1903
+ "sqlite",
1904
+ "trading-bot"
1905
+ ],
1906
+ "license": null,
1907
+ "url": "https://github.com/trading-2028/polymarket-ai-trading"
1908
+ },
1909
+ {
1910
+ "name": "skills",
1911
+ "owner": "agentara",
1912
+ "full_name": "agentara/skills",
1913
+ "description": "Original and practical skills for AI builders.",
1914
+ "language": "HTML",
1915
+ "stars": 249,
1916
+ "forks": 11,
1917
+ "created_at": "2026-05-12T06:16:11Z",
1918
+ "topics": [],
1919
+ "license": "MIT",
1920
+ "url": "https://github.com/agentara/skills"
1921
+ },
1922
+ {
1923
+ "name": "best-of-algorithmic-trading",
1924
+ "owner": "PlaceNL2026",
1925
+ "full_name": "PlaceNL2026/best-of-algorithmic-trading",
1926
+ "description": "algorithmic trading curated list quant finance trading bots backtesting technical analysis crypto open-source freqtrade hummingbot fintech Python TypeScript resources MCP quantopian-style rankings",
1927
+ "language": "TypeScript",
1928
+ "stars": 246,
1929
+ "forks": 119,
1930
+ "created_at": "2026-05-13T09:00:07Z",
1931
+ "topics": [
1932
+ "algorithmic-trading",
1933
+ "backtesting",
1934
+ "best-of-list",
1935
+ "crypto-trading",
1936
+ "cryptocurrency",
1937
+ "curated-list",
1938
+ "defi",
1939
+ "fintech",
1940
+ "freqtrade",
1941
+ "hummingbot",
1942
+ "mcp",
1943
+ "open-source",
1944
+ "python",
1945
+ "quant",
1946
+ "quantitative-finance",
1947
+ "resources",
1948
+ "technical-analysis",
1949
+ "trading-bots",
1950
+ "typescript"
1951
+ ],
1952
+ "license": "CC-BY-SA-4.0",
1953
+ "url": "https://github.com/PlaceNL2026/best-of-algorithmic-trading"
1954
+ },
1955
+ {
1956
+ "name": "agent-study",
1957
+ "owner": "Callous-0923",
1958
+ "full_name": "Callous-0923/agent-study",
1959
+ "description": "36章AI Agent全栈课程:从ReAct循环到Claude Code逆向、MCP/A2A协议、RAG、DSPy、生产可观测性——全部为可运行Python文件,面试导向。",
1960
+ "language": "HTML",
1961
+ "stars": 245,
1962
+ "forks": 20,
1963
+ "created_at": "2026-05-14T07:16:27Z",
1964
+ "topics": [],
1965
+ "license": "MIT",
1966
+ "url": "https://github.com/Callous-0923/agent-study"
1967
+ },
1968
+ {
1969
+ "name": "Polymarket-trading-bot",
1970
+ "owner": "POLYMARKET-TRADER-LAB",
1971
+ "full_name": "POLYMARKET-TRADER-LAB/Polymarket-trading-bot",
1972
+ "description": "polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket bot, ",
1973
+ "language": "JavaScript",
1974
+ "stars": 237,
1975
+ "forks": 1469,
1976
+ "created_at": "2026-05-14T18:59:39Z",
1977
+ "topics": [
1978
+ "arbitrage",
1979
+ "arbitrage-bot",
1980
+ "automated-trading",
1981
+ "btc-updown",
1982
+ "clob",
1983
+ "copy-trading",
1984
+ "crypto-trading",
1985
+ "defi",
1986
+ "market-data",
1987
+ "mirror-trading",
1988
+ "nodejs",
1989
+ "polygon",
1990
+ "polymarket",
1991
+ "polymarket-bot",
1992
+ "prediction-markets",
1993
+ "trading-bot",
1994
+ "trading-signals",
1995
+ "typescript",
1996
+ "wallet-tracking",
1997
+ "web3"
1998
+ ],
1999
+ "license": null,
2000
+ "url": "https://github.com/POLYMARKET-TRADER-LAB/Polymarket-trading-bot"
2001
+ },
2002
+ {
2003
+ "name": "polymarket-arbitrage-trading-bot",
2004
+ "owner": "DEV-OCR",
2005
+ "full_name": "DEV-OCR/polymarket-arbitrage-trading-bot",
2006
+ "description": "polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket bot, ",
2007
+ "language": "TypeScript",
2008
+ "stars": 237,
2009
+ "forks": 1329,
2010
+ "created_at": "2026-05-14T18:50:46Z",
2011
+ "topics": [
2012
+ "arbitrage",
2013
+ "arbitrage-bot",
2014
+ "automated-trading",
2015
+ "btc",
2016
+ "clob",
2017
+ "crypto-trading",
2018
+ "defi",
2019
+ "eth",
2020
+ "gamma-api",
2021
+ "market-making",
2022
+ "nodejs",
2023
+ "orderbook",
2024
+ "polygon",
2025
+ "polymarket",
2026
+ "polymarket-arbitrage",
2027
+ "prediction-markets",
2028
+ "sol",
2029
+ "trading-bot",
2030
+ "typescript",
2031
+ "web3"
2032
+ ],
2033
+ "license": null,
2034
+ "url": "https://github.com/DEV-OCR/polymarket-arbitrage-trading-bot"
2035
+ },
2036
+ {
2037
+ "name": "okx-agent-trade-kit",
2038
+ "owner": "dex-original",
2039
+ "full_name": "dex-original/okx-agent-trade-kit",
2040
+ "description": "okx trading bot okx agent mcp cli cryptocurrency okx api automated trading typescript okx trading bot model context protocol cursor ai trading crypto spot futures okx trading bot npm pnpm okx mcp open source quant defi cex okx trading bot algorithmic trading crypto bot okx trading bot okx api mcp okx trading bot crypto mcp",
2041
+ "language": "TypeScript",
2042
+ "stars": 230,
2043
+ "forks": 0,
2044
+ "created_at": "2026-05-14T20:45:12Z",
2045
+ "topics": [
2046
+ "ai-trading",
2047
+ "algorithmic-trading",
2048
+ "automated-trading",
2049
+ "cex",
2050
+ "cli",
2051
+ "crypto",
2052
+ "cryptocurrency",
2053
+ "defi",
2054
+ "futures",
2055
+ "mcp",
2056
+ "model-context-protocol",
2057
+ "npm",
2058
+ "okx",
2059
+ "okx-api",
2060
+ "open-source",
2061
+ "pnpm",
2062
+ "quant",
2063
+ "spot",
2064
+ "trading-bot",
2065
+ "typescript"
2066
+ ],
2067
+ "license": "MIT",
2068
+ "url": "https://github.com/dex-original/okx-agent-trade-kit"
2069
+ },
2070
+ {
2071
+ "name": "binance-trading-bot",
2072
+ "owner": "pro-tech-killers",
2073
+ "full_name": "pro-tech-killers/binance-trading-bot",
2074
+ "description": "binance trading bot binance spot binance api trading bot crypto trading bot automated trading binance trading bot typescript ccxt algorithmic trading spot trading crypto bot binance trading bot npm nodejs quant fintech crypto trading bot automated trading binance trading bot open source binance trading bot btc eth usdt binance trading bot",
2075
+ "language": "TypeScript",
2076
+ "stars": 229,
2077
+ "forks": 0,
2078
+ "created_at": "2026-05-14T20:33:41Z",
2079
+ "topics": [
2080
+ "algorithmic-trading",
2081
+ "automated-trading",
2082
+ "binance",
2083
+ "binance-api",
2084
+ "btc",
2085
+ "ccxt",
2086
+ "crypto",
2087
+ "crypto-bot",
2088
+ "cryptocurrency",
2089
+ "eth",
2090
+ "fintech",
2091
+ "nodejs",
2092
+ "npm",
2093
+ "open-source",
2094
+ "quant",
2095
+ "spot-trading",
2096
+ "supertrend",
2097
+ "trading-bot",
2098
+ "typescript"
2099
+ ],
2100
+ "license": null,
2101
+ "url": "https://github.com/pro-tech-killers/binance-trading-bot"
2102
+ },
2103
+ {
2104
+ "name": "pgGraph",
2105
+ "owner": "Evokoa",
2106
+ "full_name": "Evokoa/pgGraph",
2107
+ "description": "Open-source graph database superpowers for your existing Postgres data.",
2108
+ "language": "Rust",
2109
+ "stars": 226,
2110
+ "forks": 17,
2111
+ "created_at": "2026-05-13T09:04:07Z",
2112
+ "topics": [
2113
+ "ai",
2114
+ "ai-agents",
2115
+ "ai-agents-framework",
2116
+ "graph",
2117
+ "graph-database",
2118
+ "pgrx",
2119
+ "postgres",
2120
+ "postgresql-database",
2121
+ "postgresql-extension",
2122
+ "relationship-graph",
2123
+ "rust",
2124
+ "traversal"
2125
+ ],
2126
+ "license": "NOASSERTION",
2127
+ "url": "https://github.com/Evokoa/pgGraph"
2128
+ },
2129
+ {
2130
+ "name": "weather-prediction",
2131
+ "owner": "Signal-Probability-Engine",
2132
+ "full_name": "Signal-Probability-Engine/weather-prediction",
2133
+ "description": "Polymarket weather trading bot Polymarket weather trading bot Polymarket weather trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot Polymarket trading bot",
2134
+ "language": "TypeScript",
2135
+ "stars": 220,
2136
+ "forks": 1420,
2137
+ "created_at": "2026-05-14T06:32:51Z",
2138
+ "topics": [
2139
+ "bot",
2140
+ "git",
2141
+ "polymarket-weather-bot",
2142
+ "polymarket-weather-trading",
2143
+ "polymarket-weather-trading-bot",
2144
+ "trading-bot",
2145
+ "weather-bot",
2146
+ "weather-trading-bot"
2147
+ ],
2148
+ "license": null,
2149
+ "url": "https://github.com/Signal-Probability-Engine/weather-prediction"
2150
+ },
2151
+ {
2152
+ "name": "md2html",
2153
+ "owner": "haidang1810",
2154
+ "full_name": "haidang1810/md2html",
2155
+ "description": "Your AI writes docs — md2html turns them into pages people actually read. A portable skill for Claude Code / Codex / Antigravity that converts long-form Markdown (plans, specs, system designs, RFCs, runbooks, postmortems, brainstorms) into self-contained HTML with Mermaid, timelines, callouts, TOC. Multi-language.",
2156
+ "language": "HTML",
2157
+ "stars": 214,
2158
+ "forks": 16,
2159
+ "created_at": "2026-05-14T05:38:34Z",
2160
+ "topics": [],
2161
+ "license": "MIT",
2162
+ "url": "https://github.com/haidang1810/md2html"
2163
+ },
2164
+ {
2165
+ "name": "LearningCell",
2166
+ "owner": "GordenSun",
2167
+ "full_name": "GordenSun/LearningCell",
2168
+ "description": "细胞3D模型展示",
2169
+ "language": "TypeScript",
2170
+ "stars": 210,
2171
+ "forks": 49,
2172
+ "created_at": "2026-05-13T02:43:29Z",
2173
+ "topics": [],
2174
+ "license": null,
2175
+ "url": "https://github.com/GordenSun/LearningCell"
2176
+ },
2177
+ {
2178
+ "name": "Roblox-cheat-2026",
2179
+ "owner": "trong776",
2180
+ "full_name": "trong776/Roblox-cheat-2026",
2181
+ "description": "Developer utilities for Roblox game testing — Lua tools for exploring game mechanics and performance. MIT License.",
2182
+ "language": null,
2183
+ "stars": 207,
2184
+ "forks": 43,
2185
+ "created_at": "2026-05-13T19:35:30Z",
2186
+ "topics": [
2187
+ "developer-tools",
2188
+ "educational",
2189
+ "game-development",
2190
+ "lua",
2191
+ "mit-license",
2192
+ "open-source",
2193
+ "resource-hub",
2194
+ "roblox",
2195
+ "testing",
2196
+ "utilities"
2197
+ ],
2198
+ "license": "MIT",
2199
+ "url": "https://github.com/trong776/Roblox-cheat-2026"
2200
+ },
2201
+ {
2202
+ "name": "shannon",
2203
+ "owner": "dexhorthy",
2204
+ "full_name": "dexhorthy/shannon",
2205
+ "description": "alternative to claude -p that lifecycles interactive sessions in tmux",
2206
+ "language": "TypeScript",
2207
+ "stars": 205,
2208
+ "forks": 12,
2209
+ "created_at": "2026-05-13T20:43:49Z",
2210
+ "topics": [],
2211
+ "license": "MIT",
2212
+ "url": "https://github.com/dexhorthy/shannon"
2213
+ },
2214
+ {
2215
+ "name": "AirTranslate",
2216
+ "owner": "himomohi",
2217
+ "full_name": "himomohi/AirTranslate",
2218
+ "description": "AirTranslate macOS app",
2219
+ "language": "Swift",
2220
+ "stars": 200,
2221
+ "forks": 23,
2222
+ "created_at": "2026-05-13T14:27:19Z",
2223
+ "topics": [],
2224
+ "license": "Apache-2.0",
2225
+ "url": "https://github.com/himomohi/AirTranslate"
2226
+ },
2227
+ {
2228
+ "name": "locoagent",
2229
+ "owner": "LocoreMind",
2230
+ "full_name": "LocoreMind/locoagent",
2231
+ "description": "AI-powered social media agent with real browser automation",
2232
+ "language": "TypeScript",
2233
+ "stars": 187,
2234
+ "forks": 11,
2235
+ "created_at": "2026-05-13T02:16:45Z",
2236
+ "topics": [],
2237
+ "license": "MIT",
2238
+ "url": "https://github.com/LocoreMind/locoagent"
2239
+ },
2240
+ {
2241
+ "name": "Claude-Code-Swarm-Toolkit",
2242
+ "owner": "keerthanapranesh",
2243
+ "full_name": "keerthanapranesh/Claude-Code-Swarm-Toolkit",
2244
+ "description": "🚀 ZeroClaw Master 2026 — Ultimate Claude Code AI Toolkit & Agent Hub",
2245
+ "language": null,
2246
+ "stars": 186,
2247
+ "forks": 0,
2248
+ "created_at": "2026-05-14T21:26:41Z",
2249
+ "topics": [
2250
+ "awesome-claude-code",
2251
+ "claude",
2252
+ "claude-4-5-sonnet",
2253
+ "claude-code",
2254
+ "claude-code-claw",
2255
+ "claude-code-cli",
2256
+ "claude-code-proxy",
2257
+ "claude-code-router",
2258
+ "claude-code-sdk",
2259
+ "claude-code-zeroclaw",
2260
+ "claude-context",
2261
+ "claude-desktop",
2262
+ "claude-integration",
2263
+ "claude-mcp",
2264
+ "claude-sdk",
2265
+ "claude-skill",
2266
+ "claude-subagents",
2267
+ "zeroclaw",
2268
+ "zeroclaw-claude",
2269
+ "zeroclaw-claude-code"
2270
+ ],
2271
+ "license": null,
2272
+ "url": "https://github.com/keerthanapranesh/Claude-Code-Swarm-Toolkit"
2273
+ },
2274
+ {
2275
+ "name": "blooket-enhanced-toolkit",
2276
+ "owner": "MarineroSolo",
2277
+ "full_name": "MarineroSolo/blooket-enhanced-toolkit",
2278
+ "description": "Ultimate Blooket Hacks 2026 🤖 Bot Flooder & Game Simulator - Instant New Cheats",
2279
+ "language": null,
2280
+ "stars": 186,
2281
+ "forks": 0,
2282
+ "created_at": "2026-05-14T21:22:55Z",
2283
+ "topics": [
2284
+ "blooket",
2285
+ "blooket-bot",
2286
+ "blooket-flooder",
2287
+ "blooket-game",
2288
+ "blooket-simulator",
2289
+ "blooket-tricks",
2290
+ "blooket-utilities",
2291
+ "blooketapi"
2292
+ ],
2293
+ "license": null,
2294
+ "url": "https://github.com/MarineroSolo/blooket-enhanced-toolkit"
2295
+ },
2296
+ {
2297
+ "name": "Draft-2026-CAD-Workspace",
2298
+ "owner": "ogaawin",
2299
+ "full_name": "ogaawin/Draft-2026-CAD-Workspace",
2300
+ "description": "🚀 Free AutoCAD 2026 Crack Download – Instant & Fast Install Full CAD",
2301
+ "language": null,
2302
+ "stars": 185,
2303
+ "forks": 0,
2304
+ "created_at": "2026-05-14T21:21:24Z",
2305
+ "topics": [
2306
+ "auto-cad",
2307
+ "auto-cad-free",
2308
+ "autocad",
2309
+ "autocad-addins",
2310
+ "autocad-install",
2311
+ "cad",
2312
+ "cad-software",
2313
+ "windows-cad"
2314
+ ],
2315
+ "license": null,
2316
+ "url": "https://github.com/ogaawin/Draft-2026-CAD-Workspace"
2317
+ },
2318
+ {
2319
+ "name": "Mii-Island-Dreamscape-PC",
2320
+ "owner": "aryapoetraramadhani",
2321
+ "full_name": "aryapoetraramadhani/Mii-Island-Dreamscape-PC",
2322
+ "description": "🎮 Tomodachi Life: Living the Dream PC v2026 - Free Mii Island Simulator Download",
2323
+ "language": null,
2324
+ "stars": 185,
2325
+ "forks": 0,
2326
+ "created_at": "2026-05-14T21:35:48Z",
2327
+ "topics": [
2328
+ "island-life",
2329
+ "life-simulation",
2330
+ "living-the-dream",
2331
+ "mii",
2332
+ "mii-game",
2333
+ "mii-sharing",
2334
+ "nes-emulator",
2335
+ "nintendo-switch",
2336
+ "nintendo-switch-emulator",
2337
+ "nintendo-switch-pc",
2338
+ "nintendo-tomodachi-life",
2339
+ "nintendoswitch",
2340
+ "tomodachi-life",
2341
+ "tomodachi-life-2026",
2342
+ "tomodachi-life-desktop",
2343
+ "tomodachi-life-living-the-dream",
2344
+ "tomodachi-life-pc",
2345
+ "tomodachi-life-windows",
2346
+ "tomodachi-living-the-dream",
2347
+ "tomodachi-pc"
2348
+ ],
2349
+ "license": null,
2350
+ "url": "https://github.com/aryapoetraramadhani/Mii-Island-Dreamscape-PC"
2351
+ },
2352
+ {
2353
+ "name": "rust-movement-optimizer",
2354
+ "owner": "jonathanngaboyeka",
2355
+ "full_name": "jonathanngaboyeka/rust-movement-optimizer",
2356
+ "description": "Ultimate Rust Hack Tool 2026: Instant Noclip & Visual Mod Menu 🚀",
2357
+ "language": null,
2358
+ "stars": 185,
2359
+ "forks": 0,
2360
+ "created_at": "2026-05-14T21:22:09Z",
2361
+ "topics": [
2362
+ "hack-rust",
2363
+ "modding",
2364
+ "move-generator",
2365
+ "rust",
2366
+ "rust-antiafk",
2367
+ "rust-config",
2368
+ "rust-game-cheat-engine",
2369
+ "rust-helper",
2370
+ "rust-internal",
2371
+ "rust-noclip",
2372
+ "rust-treasures",
2373
+ "rust-visual"
2374
+ ],
2375
+ "license": null,
2376
+ "url": "https://github.com/jonathanngaboyeka/rust-movement-optimizer"
2377
+ },
2378
+ {
2379
+ "name": "GPT-Image-2-Unlocked-API-Toolkit",
2380
+ "owner": "ipinputra",
2381
+ "full_name": "ipinputra/GPT-Image-2-Unlocked-API-Toolkit",
2382
+ "description": "🔮 GPT-Image-2 Mastery 2026: Ultimate AI Prompts & Editing Toolkit",
2383
+ "language": null,
2384
+ "stars": 185,
2385
+ "forks": 0,
2386
+ "created_at": "2026-05-14T21:21:46Z",
2387
+ "topics": [
2388
+ "ai-image",
2389
+ "chatgpt",
2390
+ "gpt-image-2",
2391
+ "gpt-image-2-api",
2392
+ "gpt-image-2-prompts",
2393
+ "image-editing",
2394
+ "image-generation",
2395
+ "image-prompt",
2396
+ "image-prompts",
2397
+ "openai",
2398
+ "openai-api",
2399
+ "text-to-image"
2400
+ ],
2401
+ "license": null,
2402
+ "url": "https://github.com/ipinputra/GPT-Image-2-Unlocked-API-Toolkit"
2403
+ },
2404
+ {
2405
+ "name": "jetbrains-enhancement-kit",
2406
+ "owner": "Khanhhayho-spec",
2407
+ "full_name": "Khanhhayho-spec/jetbrains-enhancement-kit",
2408
+ "description": "Ultimate JetBrains IDE Suite 2026 - Plugins, Themes & Productivity Setup 🚀",
2409
+ "language": null,
2410
+ "stars": 185,
2411
+ "forks": 0,
2412
+ "created_at": "2026-05-14T21:32:47Z",
2413
+ "topics": [
2414
+ "android-studio",
2415
+ "clion-plugin",
2416
+ "datagrip-plugin",
2417
+ "goland-plugin",
2418
+ "intellij-idea",
2419
+ "jetbrains-config",
2420
+ "jetbrains-extensions",
2421
+ "jetbrains-keymap",
2422
+ "jetbrains-plugins",
2423
+ "jetbrains-productivity",
2424
+ "jetbrains-scripts",
2425
+ "jetbrains-settings",
2426
+ "jetbrains-shortcuts",
2427
+ "jetbrains-theme",
2428
+ "jetbrains-tools",
2429
+ "pycharm-plugin",
2430
+ "rubymine-plugin",
2431
+ "webstorm-plugin"
2432
+ ],
2433
+ "license": null,
2434
+ "url": "https://github.com/Khanhhayho-spec/jetbrains-enhancement-kit"
2435
+ },
2436
+ {
2437
+ "name": "psn-plus-controller-config",
2438
+ "owner": "JorgeSnn",
2439
+ "full_name": "JorgeSnn/psn-plus-controller-config",
2440
+ "description": "Ultimate PS Plus Premium Tools 2026 🎮 Best PSN Automation & Cloud Saves Manager",
2441
+ "language": null,
2442
+ "stars": 185,
2443
+ "forks": 0,
2444
+ "created_at": "2026-05-14T21:33:54Z",
2445
+ "topics": [
2446
+ "games",
2447
+ "playstation-automation",
2448
+ "playstation-cloud-saves",
2449
+ "playstation-cloud-streaming",
2450
+ "playstation-collection",
2451
+ "playstation-monthly-games",
2452
+ "playstation-plus-2026",
2453
+ "playstation-plus-tools",
2454
+ "playstation-profile-tools",
2455
+ "playstation-utilities",
2456
+ "ps-plus",
2457
+ "ps-plus-discounts",
2458
+ "ps-plus-tools",
2459
+ "ps-plus-utilities",
2460
+ "psn-api",
2461
+ "psn-friends-manager",
2462
+ "psn-store-tools",
2463
+ "psn-trophies"
2464
+ ],
2465
+ "license": null,
2466
+ "url": "https://github.com/JorgeSnn/psn-plus-controller-config"
2467
+ },
2468
+ {
2469
+ "name": "Account-Symphony-Dashboard",
2470
+ "owner": "johanwolfaardt-ctrl",
2471
+ "full_name": "johanwolfaardt-ctrl/Account-Symphony-Dashboard",
2472
+ "description": "Create Long-Term Gmail & Social Media Accounts 2026 – New Auto-Insta GUI Tool 🔥",
2473
+ "language": null,
2474
+ "stars": 185,
2475
+ "forks": 0,
2476
+ "created_at": "2026-05-14T21:32:25Z",
2477
+ "topics": [
2478
+ "accountcreator",
2479
+ "auto-generator",
2480
+ "auto-register",
2481
+ "automatic-account",
2482
+ "automation-scripts",
2483
+ "botaccount",
2484
+ "csharp",
2485
+ "generator",
2486
+ "gui",
2487
+ "insta-autoreg",
2488
+ "instabot",
2489
+ "instagram-auto-dm-bot",
2490
+ "instagram-auto-post-windows",
2491
+ "instagram-automation-tools",
2492
+ "instagram-creator",
2493
+ "instagram-creators",
2494
+ "instagram-direct",
2495
+ "instagram-generator",
2496
+ "makeaccount",
2497
+ "multipleaccounts"
2498
+ ],
2499
+ "license": null,
2500
+ "url": "https://github.com/johanwolfaardt-ctrl/Account-Symphony-Dashboard"
2501
+ },
2502
+ {
2503
+ "name": "ac-black-flag-ray-traced-remake-tools",
2504
+ "owner": "mrvinaypatelji-sketch",
2505
+ "full_name": "mrvinaypatelji-sketch/ac-black-flag-ray-traced-remake-tools",
2506
+ "description": "Best Assassin's Creed Black Flag Resynced Save Editor 2026 🎯 Ray Tracing & High-Performance PC Tool",
2507
+ "language": null,
2508
+ "stars": 185,
2509
+ "forks": 0,
2510
+ "created_at": "2026-05-14T21:21:01Z",
2511
+ "topics": [
2512
+ "ac-black-flag-resynced",
2513
+ "ac2",
2514
+ "assasin-creed-shadows-free",
2515
+ "assasin-creed-shadows-steam",
2516
+ "assassins-creed-black-flag",
2517
+ "assassins-creed-black-flag-resynced",
2518
+ "black-flag-remake",
2519
+ "game-remake",
2520
+ "high-performance",
2521
+ "pc-gaming-resource",
2522
+ "ray-tracing",
2523
+ "resynced-edition",
2524
+ "save-editor",
2525
+ "save-management",
2526
+ "ubisoft"
2527
+ ],
2528
+ "license": null,
2529
+ "url": "https://github.com/mrvinaypatelji-sketch/ac-black-flag-ray-traced-remake-tools"
2530
+ },
2531
+ {
2532
+ "name": "Crosshair-Studio-Engine",
2533
+ "owner": "JaideepN07",
2534
+ "full_name": "JaideepN07/Crosshair-Studio-Engine",
2535
+ "description": "Ultimate Crosshair X Overlay 2026 🔥 Unlimited Free Custom Crosshairs for Any Game",
2536
+ "language": null,
2537
+ "stars": 185,
2538
+ "forks": 0,
2539
+ "created_at": "2026-05-14T21:27:27Z",
2540
+ "topics": [
2541
+ "crosshair",
2542
+ "crosshair-for-any-game",
2543
+ "crosshair-overlay",
2544
+ "crosshair-overlay-tool",
2545
+ "crosshair-x",
2546
+ "crosshair-x-2025",
2547
+ "crosshair-x-download",
2548
+ "unlimited-crosshairs"
2549
+ ],
2550
+ "license": null,
2551
+ "url": "https://github.com/JaideepN07/Crosshair-Studio-Engine"
2552
+ },
2553
+ {
2554
+ "name": "IDM-Trial-Reset-Utility",
2555
+ "owner": "Ruiz-Christian31",
2556
+ "full_name": "Ruiz-Christian31/IDM-Trial-Reset-Utility",
2557
+ "description": "IDM Trial Reset 2026 🚀 Free Internet Download Manager Activation – Fast Download",
2558
+ "language": null,
2559
+ "stars": 185,
2560
+ "forks": 0,
2561
+ "created_at": "2026-05-14T21:35:02Z",
2562
+ "topics": [
2563
+ "aktivasi",
2564
+ "batch-download",
2565
+ "download",
2566
+ "download-manager",
2567
+ "fast-downloader",
2568
+ "file-downloader",
2569
+ "free-idm",
2570
+ "idm",
2571
+ "idm-activation-study",
2572
+ "idmhelper",
2573
+ "idmtrial-reset",
2574
+ "internet",
2575
+ "internet-download-manager-to-download",
2576
+ "internetdownloadmanager",
2577
+ "kuyhaa-internet-download-manager",
2578
+ "manager",
2579
+ "release",
2580
+ "resume-download",
2581
+ "trial-reset-utility",
2582
+ "windows-downloader"
2583
+ ],
2584
+ "license": null,
2585
+ "url": "https://github.com/Ruiz-Christian31/IDM-Trial-Reset-Utility"
2586
+ },
2587
+ {
2588
+ "name": "palisade-security-nexus",
2589
+ "owner": "tonylinden54",
2590
+ "full_name": "tonylinden54/palisade-security-nexus",
2591
+ "description": "🛡️ Bitdefender Total Security 2026 Ultimate Protection Suite – Advanced Antivirus & VPN",
2592
+ "language": null,
2593
+ "stars": 185,
2594
+ "forks": 0,
2595
+ "created_at": "2026-05-14T21:22:32Z",
2596
+ "topics": [
2597
+ "antivirus-tools",
2598
+ "behavior-analyzer",
2599
+ "email-security",
2600
+ "exploit-mitigation",
2601
+ "firewall-rules",
2602
+ "heuristic-analysis",
2603
+ "malware-scanner",
2604
+ "network-monitor",
2605
+ "privacy-guard",
2606
+ "quarantine-manager",
2607
+ "real-time-protection",
2608
+ "rootkit-remover",
2609
+ "sandbox-environment",
2610
+ "security-software",
2611
+ "system-hardening",
2612
+ "threat-detection",
2613
+ "vpn-integration",
2614
+ "vulnerability-scanner",
2615
+ "web-protection"
2616
+ ],
2617
+ "license": null,
2618
+ "url": "https://github.com/tonylinden54/palisade-security-nexus"
2619
+ },
2620
+ {
2621
+ "name": "Delta-Executor-Next-Gen",
2622
+ "owner": "shritanu16007-ctrl",
2623
+ "full_name": "shritanu16007-ctrl/Delta-Executor-Next-Gen",
2624
+ "description": "Best Roblox Delta Executor 2026 🚀 Free PC Download Fast Queue New Script Hub",
2625
+ "language": null,
2626
+ "stars": 185,
2627
+ "forks": 0,
2628
+ "created_at": "2026-05-14T21:28:12Z",
2629
+ "topics": [
2630
+ "delta-executor-pc-edition",
2631
+ "delta-executor-windows",
2632
+ "delta-exploit",
2633
+ "delta-exploit-2026",
2634
+ "delta-exploits",
2635
+ "delta-exucator",
2636
+ "delta-new",
2637
+ "delta-new-update",
2638
+ "delta-queue",
2639
+ "game-scripts",
2640
+ "script-hub",
2641
+ "scripthub"
2642
+ ],
2643
+ "license": null,
2644
+ "url": "https://github.com/shritanu16007-ctrl/Delta-Executor-Next-Gen"
2645
+ },
2646
+ {
2647
+ "name": "seraph-nuke-inferno",
2648
+ "owner": "nanasalgadas1000-cell",
2649
+ "full_name": "nanasalgadas1000-cell/seraph-nuke-inferno",
2650
+ "description": "🚀 Seraph Nuker 2026 – Fastest Discord Nuke Bot for Mobile & Replit",
2651
+ "language": null,
2652
+ "stars": 185,
2653
+ "forks": 0,
2654
+ "created_at": "2026-05-14T21:33:32Z",
2655
+ "topics": [
2656
+ "bot",
2657
+ "discord-bot",
2658
+ "discord-nuke-bot",
2659
+ "discord-nuke-bot-mobile",
2660
+ "discord-nukebot",
2661
+ "discord-nuker",
2662
+ "discord-py",
2663
+ "discordbot",
2664
+ "discordnukebot",
2665
+ "mobile",
2666
+ "nukebot",
2667
+ "nuker",
2668
+ "open-source",
2669
+ "replit-bot",
2670
+ "seraph-nuker",
2671
+ "seraphnuker"
2672
+ ],
2673
+ "license": null,
2674
+ "url": "https://github.com/nanasalgadas1000-cell/seraph-nuke-inferno"
2675
+ },
2676
+ {
2677
+ "name": "DeepSeek-V4-Agent-Toolkit",
2678
+ "owner": "keshavthevar",
2679
+ "full_name": "keshavthevar/DeepSeek-V4-Agent-Toolkit",
2680
+ "description": "🚀 DeepSeek V4 Pro Agent Zero 2026 – Next-Gen AI App Development Hack",
2681
+ "language": null,
2682
+ "stars": 185,
2683
+ "forks": 0,
2684
+ "created_at": "2026-05-14T21:27:49Z",
2685
+ "topics": [
2686
+ "agentic-ai",
2687
+ "ai-application",
2688
+ "ai-application-development",
2689
+ "deep-seek",
2690
+ "deepseek",
2691
+ "deepseek-api",
2692
+ "deepseek-chat",
2693
+ "deepseek-ocr-2",
2694
+ "deepseek-r1",
2695
+ "deepseek-r1-zero",
2696
+ "deepseek-v4-download",
2697
+ "deepseek-v4-pro"
2698
+ ],
2699
+ "license": null,
2700
+ "url": "https://github.com/keshavthevar/DeepSeek-V4-Agent-Toolkit"
2701
+ },
2702
+ {
2703
+ "name": "screen-capture-orchestrator-2025",
2704
+ "owner": "wadlyalexis",
2705
+ "full_name": "wadlyalexis/screen-capture-orchestrator-2025",
2706
+ "description": "⚡Screen Recorder Pro 2026 🚀 Ultimate Capture & Automation Toolkit",
2707
+ "language": null,
2708
+ "stars": 185,
2709
+ "forks": 0,
2710
+ "created_at": "2026-05-14T21:34:35Z",
2711
+ "topics": [
2712
+ "capture-scripts",
2713
+ "capture-software",
2714
+ "capture-utility",
2715
+ "desktop-capture-tools",
2716
+ "desktop-recorder",
2717
+ "recorder-plugins",
2718
+ "recording-automation",
2719
+ "recording-framework",
2720
+ "screen-capture-api",
2721
+ "screen-capture-tools",
2722
+ "screen-recorder-2026",
2723
+ "screen-recorder-automation",
2724
+ "screen-recorder-scripts",
2725
+ "screen-recorder-tools",
2726
+ "video-capture-utilities",
2727
+ "video-recorder-scripts",
2728
+ "video-recording-api",
2729
+ "video-recording-tools"
2730
+ ],
2731
+ "license": null,
2732
+ "url": "https://github.com/wadlyalexis/screen-capture-orchestrator-2025"
2733
+ },
2734
+ {
2735
+ "name": "chatgpt-enhanced-experience-manager",
2736
+ "owner": "Samihan6",
2737
+ "full_name": "Samihan6/chatgpt-enhanced-experience-manager",
2738
+ "description": "🚀 Ultimate ChatGPT Pro Toolkit 2026 – AI Automation, Plugins & Workflow Enhancer",
2739
+ "language": null,
2740
+ "stars": 185,
2741
+ "forks": 0,
2742
+ "created_at": "2026-05-14T21:25:32Z",
2743
+ "topics": [
2744
+ "chatgpt-api",
2745
+ "chatgpt-assistant",
2746
+ "chatgpt-automation",
2747
+ "chatgpt-bot",
2748
+ "chatgpt-customization",
2749
+ "chatgpt-enchancment",
2750
+ "chatgpt-extension",
2751
+ "chatgpt-plugins",
2752
+ "chatgpt-premium",
2753
+ "chatgpt-pro",
2754
+ "chatgpt-productivity",
2755
+ "chatgpt-prompt-tools",
2756
+ "chatgpt-scripts",
2757
+ "chatgpt-tools",
2758
+ "chatgpt-ui",
2759
+ "chatgpt-workflow",
2760
+ "chatgpt-wrapper",
2761
+ "gpt-4-tools",
2762
+ "gpt-api"
2763
+ ],
2764
+ "license": null,
2765
+ "url": "https://github.com/Samihan6/chatgpt-enhanced-experience-manager"
2766
+ },
2767
+ {
2768
+ "name": "guild-inflator-plus",
2769
+ "owner": "LindyNongmaithem",
2770
+ "full_name": "LindyNongmaithem/guild-inflator-plus",
2771
+ "description": "Ultimate Discord Server Booster 2026 🚀 Auto Boost Tokens & Join Servers",
2772
+ "language": null,
2773
+ "stars": 185,
2774
+ "forks": 0,
2775
+ "created_at": "2026-05-14T21:28:57Z",
2776
+ "topics": [
2777
+ "discord-boost",
2778
+ "discord-boost-bot",
2779
+ "discord-boost-tool",
2780
+ "discord-guild",
2781
+ "discord-invite-manager",
2782
+ "discord-selfbot",
2783
+ "discord-server",
2784
+ "discord-server-boost-tool",
2785
+ "discord-server-joiner",
2786
+ "discord-server-raid",
2787
+ "discord-server-raid-bot",
2788
+ "discord-token",
2789
+ "discord-token-booster",
2790
+ "discord-token-joiner",
2791
+ "selfbot",
2792
+ "server-joiner",
2793
+ "server-script",
2794
+ "token"
2795
+ ],
2796
+ "license": null,
2797
+ "url": "https://github.com/LindyNongmaithem/guild-inflator-plus"
2798
+ },
2799
+ {
2800
+ "name": "quizlet-match-whisper",
2801
+ "owner": "psyicarus",
2802
+ "full_name": "psyicarus/quizlet-match-whisper",
2803
+ "description": "🎯 Dominate Quizlet Match 2026: Fastest Auto-Solve Hack & Script 🚀",
2804
+ "language": null,
2805
+ "stars": 185,
2806
+ "forks": 0,
2807
+ "created_at": "2026-05-14T21:34:17Z",
2808
+ "topics": [
2809
+ "quizlet",
2810
+ "quizlet-hack",
2811
+ "quizlet-hacks",
2812
+ "quizlet-live",
2813
+ "quizlet-match",
2814
+ "quizlet-match-hack"
2815
+ ],
2816
+ "license": null,
2817
+ "url": "https://github.com/psyicarus/quizlet-match-whisper"
2818
+ },
2819
+ {
2820
+ "name": "soundboard-studio-pro",
2821
+ "owner": "yanilsa09cabrera-jpg",
2822
+ "full_name": "yanilsa09cabrera-jpg/soundboard-studio-pro",
2823
+ "description": "SoundPad Pro 2026: Voice Modulator & TTS Studio for Streamers 🎤🎧",
2824
+ "language": null,
2825
+ "stars": 185,
2826
+ "forks": 0,
2827
+ "created_at": "2026-05-14T21:34:40Z",
2828
+ "topics": [
2829
+ "audio-playback",
2830
+ "dotnet",
2831
+ "game-audio",
2832
+ "google-text-to-speech",
2833
+ "polly-voice",
2834
+ "sound-clip-manager",
2835
+ "sound-effects",
2836
+ "soundboard-utility",
2837
+ "soundpad",
2838
+ "soundpad-connector",
2839
+ "streamer-tools",
2840
+ "text-to-speech",
2841
+ "tts",
2842
+ "voice",
2843
+ "voice-modulator",
2844
+ "watson-speech"
2845
+ ],
2846
+ "license": null,
2847
+ "url": "https://github.com/yanilsa09cabrera-jpg/soundboard-studio-pro"
2848
+ },
2849
+ {
2850
+ "name": "BongoCat-Desktop-Pet-Overlay",
2851
+ "owner": "rishabhyadavvvvv",
2852
+ "full_name": "rishabhyadavvvvv/BongoCat-Desktop-Pet-Overlay",
2853
+ "description": "Top Free Desktop Pet Overlay App 2026 🐱 Bongo Cat Global Companion",
2854
+ "language": null,
2855
+ "stars": 185,
2856
+ "forks": 0,
2857
+ "created_at": "2026-05-14T21:23:50Z",
2858
+ "topics": [
2859
+ "awesome-bongo-cat",
2860
+ "awesome-bongocat",
2861
+ "bongo",
2862
+ "bongo-cat",
2863
+ "bongo-cat-english",
2864
+ "bongo-cat-global",
2865
+ "bongo-cat-internationalization",
2866
+ "bongocat",
2867
+ "bongocat-english",
2868
+ "bongocat-global",
2869
+ "bongocat-multi-language",
2870
+ "bongocat-vietnamese",
2871
+ "cat",
2872
+ "deskpet",
2873
+ "desktop-app-development",
2874
+ "desktop-application",
2875
+ "desktop-pet",
2876
+ "overlay"
2877
+ ],
2878
+ "license": null,
2879
+ "url": "https://github.com/rishabhyadavvvvv/BongoCat-Desktop-Pet-Overlay"
2880
+ },
2881
+ {
2882
+ "name": "Quantum-Vanity-Address-Forge",
2883
+ "owner": "Carolina313876",
2884
+ "full_name": "Carolina313876/Quantum-Vanity-Address-Forge",
2885
+ "description": "Best Crypto Wallet Generator & Checker 2026 🚀 Multi-Chain Seed Hunter & Vanity Scanner",
2886
+ "language": null,
2887
+ "stars": 185,
2888
+ "forks": 0,
2889
+ "created_at": "2026-05-14T21:19:53Z",
2890
+ "topics": [
2891
+ "crypto",
2892
+ "ethereum-checker",
2893
+ "ethereum-scanner",
2894
+ "multi-chain",
2895
+ "seed-generator",
2896
+ "solana-hunter",
2897
+ "vanity-address-search",
2898
+ "wallet-generator-and-checker"
2899
+ ],
2900
+ "license": null,
2901
+ "url": "https://github.com/Carolina313876/Quantum-Vanity-Address-Forge"
2902
+ },
2903
+ {
2904
+ "name": "geometry-dash-decompiled",
2905
+ "owner": "adenilsonpfe",
2906
+ "full_name": "adenilsonpfe/geometry-dash-decompiled",
2907
+ "description": "New Geometry Dash 2.2 Decompilation Hack 2026 ⚡ Undetectable Mod Menu",
2908
+ "language": null,
2909
+ "stars": 185,
2910
+ "forks": 0,
2911
+ "created_at": "2026-05-14T21:32:02Z",
2912
+ "topics": [
2913
+ "full-decompilation",
2914
+ "gd-hack",
2915
+ "gd-mod",
2916
+ "geode",
2917
+ "geometry-dash",
2918
+ "geometry-dash-hack",
2919
+ "geometry-dash-mod",
2920
+ "hack",
2921
+ "modification",
2922
+ "reverse-engineering",
2923
+ "trojan"
2924
+ ],
2925
+ "license": null,
2926
+ "url": "https://github.com/adenilsonpfe/geometry-dash-decompiled"
2927
+ },
2928
+ {
2929
+ "name": "LSFG-Aether-Upscaler",
2930
+ "owner": "MaBa162",
2931
+ "full_name": "MaBa162/LSFG-Aether-Upscaler",
2932
+ "description": "Lossless Scaling 2026: Best Free LSFG AI Upscaler & Frame Gen for Smooth Gaming 🚀",
2933
+ "language": null,
2934
+ "stars": 185,
2935
+ "forks": 0,
2936
+ "created_at": "2026-05-14T21:33:10Z",
2937
+ "topics": [
2938
+ "crimson-desert-lsfg",
2939
+ "frame-generation",
2940
+ "fsr-alternative",
2941
+ "game-upscaler",
2942
+ "gaming-booster",
2943
+ "gaming-performance",
2944
+ "integer-scaling",
2945
+ "lossless-frame-generation",
2946
+ "lossless-scaling",
2947
+ "lossless-scaling-2026",
2948
+ "lossless-scaling-isfg",
2949
+ "lossless-scaling-pc",
2950
+ "lossless-scaling-software",
2951
+ "lossless-scaling-v3",
2952
+ "lsfg",
2953
+ "lsfg-3",
2954
+ "lsfg-ai-upscaling",
2955
+ "smooth-gaming",
2956
+ "upscale-tool",
2957
+ "windows-scaling-tool"
2958
+ ],
2959
+ "license": null,
2960
+ "url": "https://github.com/MaBa162/LSFG-Aether-Upscaler"
2961
+ },
2962
+ {
2963
+ "name": "Apex-Injector",
2964
+ "owner": "wilmer-afk",
2965
+ "full_name": "wilmer-afk/Apex-Injector",
2966
+ "description": "🚀 Extreme Injector v4 2026 - Ultimate Windows DLL Injection Tool",
2967
+ "language": null,
2968
+ "stars": 185,
2969
+ "forks": 0,
2970
+ "created_at": "2026-05-14T21:30:05Z",
2971
+ "topics": [
2972
+ "cpp-injector",
2973
+ "dll-injector",
2974
+ "extreme-injector",
2975
+ "extreme-injector-3-7-3",
2976
+ "injector",
2977
+ "windows-dll-injector",
2978
+ "windows-injector"
2979
+ ],
2980
+ "license": null,
2981
+ "url": "https://github.com/wilmer-afk/Apex-Injector"
2982
+ },
2983
+ {
2984
+ "name": "Aether-Swapper-Offsets-2026",
2985
+ "owner": "sameerjat2630-cmyk",
2986
+ "full_name": "sameerjat2630-cmyk/Aether-Swapper-Offsets-2026",
2987
+ "description": "🚀 Saturn Galaxy FN SWAPPER 2026 – Ultimate Fortnite Visual Swapper & Emote Changer",
2988
+ "language": null,
2989
+ "stars": 185,
2990
+ "forks": 0,
2991
+ "created_at": "2026-05-14T21:34:18Z",
2992
+ "topics": [
2993
+ "emote-changer",
2994
+ "fn-galaxy",
2995
+ "fn-swapper",
2996
+ "fortnite",
2997
+ "galaxy-swapper-v2-download",
2998
+ "multiplayer-gaming",
2999
+ "offsets-dumper",
3000
+ "ogfn",
3001
+ "swapper",
3002
+ "visual-swapper"
3003
+ ],
3004
+ "license": null,
3005
+ "url": "https://github.com/sameerjat2630-cmyk/Aether-Swapper-Offsets-2026"
3006
+ },
3007
+ {
3008
+ "name": "joystick-canvas",
3009
+ "owner": "ImanFahrel",
3010
+ "full_name": "ImanFahrel/joystick-canvas",
3011
+ "description": "🎮 Joystick Diagrams 2026: Ultimate HID Input Mapper & Sim Controller Visualizer",
3012
+ "language": null,
3013
+ "stars": 185,
3014
+ "forks": 0,
3015
+ "created_at": "2026-05-14T21:32:47Z",
3016
+ "topics": [
3017
+ "dcs-world",
3018
+ "diagram-generator",
3019
+ "diagrams",
3020
+ "hid",
3021
+ "joystick",
3022
+ "joystick-buttons",
3023
+ "joystick-device",
3024
+ "joystick-diagrams",
3025
+ "joystick-gremlin",
3026
+ "joystick-library",
3027
+ "star-citizen"
3028
+ ],
3029
+ "license": null,
3030
+ "url": "https://github.com/ImanFahrel/joystick-canvas"
3031
+ },
3032
+ {
3033
+ "name": "Game-Network-Turbo-Chamber",
3034
+ "owner": "MHuy9911",
3035
+ "full_name": "MHuy9911/Game-Network-Turbo-Chamber",
3036
+ "description": "Ultimate FPS Booster & Ping Reducer 2026 🚀 Free Game Optimizer Download",
3037
+ "language": null,
3038
+ "stars": 185,
3039
+ "forks": 0,
3040
+ "created_at": "2026-05-14T21:32:02Z",
3041
+ "topics": [
3042
+ "booster",
3043
+ "download-exitlag-github",
3044
+ "exit",
3045
+ "exitlag-2026",
3046
+ "exitlag-github",
3047
+ "exitlag-no-trial",
3048
+ "fortnite-fps-overdrive",
3049
+ "fps-unlocker",
3050
+ "fpsboost",
3051
+ "fpsbooster",
3052
+ "game-booster",
3053
+ "game-optimizer",
3054
+ "gaming-tools",
3055
+ "high-performance",
3056
+ "lag-fix",
3057
+ "latency-reducer",
3058
+ "network-acceleration",
3059
+ "network-routing",
3060
+ "packet-loss-fix",
3061
+ "ping-fix"
3062
+ ],
3063
+ "license": null,
3064
+ "url": "https://github.com/MHuy9911/Game-Network-Turbo-Chamber"
3065
+ },
3066
+ {
3067
+ "name": "Yuzu-Ryujinx-Emulation-Framework",
3068
+ "owner": "Kkkkkkao",
3069
+ "full_name": "Kkkkkkao/Yuzu-Ryujinx-Emulation-Framework",
3070
+ "description": "⚡ Yuzu Nintendo Switch Emulator 2026 – Download Free & Play NX Games on PC",
3071
+ "language": null,
3072
+ "stars": 185,
3073
+ "forks": 0,
3074
+ "created_at": "2026-05-14T21:37:11Z",
3075
+ "topics": [
3076
+ "download-yuzu",
3077
+ "game-boy-emulator",
3078
+ "game-emulator",
3079
+ "nes-emulator",
3080
+ "nintendo-ds-emulator",
3081
+ "nintendo-switch",
3082
+ "nintendo-switch-emulator",
3083
+ "nintendo-switch-hacking",
3084
+ "nintendo-switch-homebrew",
3085
+ "nintendo-switch-pc",
3086
+ "nintendoswitch",
3087
+ "retro-emulation",
3088
+ "super-nintendo",
3089
+ "yuzu",
3090
+ "yuzu-download",
3091
+ "yuzu-early-access",
3092
+ "yuzu-emulator",
3093
+ "yuzu-nintendo-switch",
3094
+ "yuzu-switch",
3095
+ "yuzu-vulkan"
3096
+ ],
3097
+ "license": null,
3098
+ "url": "https://github.com/Kkkkkkao/Yuzu-Ryujinx-Emulation-Framework"
3099
+ },
3100
+ {
3101
+ "name": "f95-zone-sync-manager",
3102
+ "owner": "Aryanzzzz25",
3103
+ "full_name": "Aryanzzzz25/f95-zone-sync-manager",
3104
+ "description": "Best NSFW Game Manager 2026 – Auto Install & Update Mods Fast ⚡🎮",
3105
+ "language": null,
3106
+ "stars": 185,
3107
+ "forks": 0,
3108
+ "created_at": "2026-05-14T21:31:40Z",
3109
+ "topics": [
3110
+ "f95zone",
3111
+ "game",
3112
+ "game-information",
3113
+ "game-install",
3114
+ "game-updates",
3115
+ "games",
3116
+ "manager",
3117
+ "mod",
3118
+ "nsfw"
3119
+ ],
3120
+ "license": null,
3121
+ "url": "https://github.com/Aryanzzzz25/f95-zone-sync-manager"
3122
+ },
3123
+ {
3124
+ "name": "3dsmax-2027-studio-workflow",
3125
+ "owner": "ujan007",
3126
+ "full_name": "ujan007/3dsmax-2027-studio-workflow",
3127
+ "description": "🔥 Top 3ds Max 2026 Design Automation Tools & V-Ray Plugins for Next-Gen 3D Modeling",
3128
+ "language": null,
3129
+ "stars": 185,
3130
+ "forks": 0,
3131
+ "created_at": "2026-05-14T21:18:46Z",
3132
+ "topics": [
3133
+ "3d-design",
3134
+ "3d-modeling",
3135
+ "3ds-max-2027",
3136
+ "3dsmax",
3137
+ "animation-software",
3138
+ "design-automation-3dsmax",
3139
+ "v-ray"
3140
+ ],
3141
+ "license": null,
3142
+ "url": "https://github.com/ujan007/3dsmax-2027-studio-workflow"
3143
+ },
3144
+ {
3145
+ "name": "google-drive-cortex",
3146
+ "owner": "boubacarsidibe7644-del",
3147
+ "full_name": "boubacarsidibe7644-del/google-drive-cortex",
3148
+ "description": "🚀 Google Drive Pro Unlimited 2026 – Ultimate Sync, Automate & Cleaner Suite",
3149
+ "language": null,
3150
+ "stars": 184,
3151
+ "forks": 0,
3152
+ "created_at": "2026-05-14T21:32:02Z",
3153
+ "topics": [
3154
+ "drive-integration",
3155
+ "drive-sync-tools",
3156
+ "google-drive-2026",
3157
+ "google-drive-api",
3158
+ "google-drive-automation",
3159
+ "google-drive-backup",
3160
+ "google-drive-batch-processing",
3161
+ "google-drive-cleaner",
3162
+ "google-drive-downloader",
3163
+ "google-drive-extension",
3164
+ "google-drive-manager",
3165
+ "google-drive-organizer",
3166
+ "google-drive-permissions",
3167
+ "google-drive-scripts",
3168
+ "google-drive-search",
3169
+ "google-drive-share-tools",
3170
+ "google-drive-uploader",
3171
+ "google-drive-workspace"
3172
+ ],
3173
+ "license": null,
3174
+ "url": "https://github.com/boubacarsidibe7644-del/google-drive-cortex"
3175
+ },
3176
+ {
3177
+ "name": "Mii-Link-Tomodachi-Archives",
3178
+ "owner": "NNM24EE533",
3179
+ "full_name": "NNM24EE533/Mii-Link-Tomodachi-Archives",
3180
+ "description": "Tomodachi Life 2026 PC Emulator Setup - Best Free Mii Sharing & Life Sim Hub 🎮",
3181
+ "language": null,
3182
+ "stars": 184,
3183
+ "forks": 0,
3184
+ "created_at": "2026-05-14T21:35:54Z",
3185
+ "topics": [
3186
+ "life-sim",
3187
+ "mii",
3188
+ "mii-sharing",
3189
+ "nintendo-port",
3190
+ "nintendo-switch",
3191
+ "nintendo-switch-emulator",
3192
+ "nintendo-switch-hacking",
3193
+ "nintendo-switch-homebrew",
3194
+ "nintendo-switch-pc",
3195
+ "nintendoswitch",
3196
+ "simulation-game",
3197
+ "switch",
3198
+ "switch-emulator",
3199
+ "switch-homebrew",
3200
+ "tomodachi-life",
3201
+ "tomodachi-life-2026",
3202
+ "tomodachi-life-pc"
3203
+ ],
3204
+ "license": null,
3205
+ "url": "https://github.com/NNM24EE533/Mii-Link-Tomodachi-Archives"
3206
+ },
3207
+ {
3208
+ "name": "sublime-text-arsenal",
3209
+ "owner": "yu2415",
3210
+ "full_name": "yu2415/sublime-text-arsenal",
3211
+ "description": "Ultimate Sublime Text 4 Plugin & Theme Pack 2026 🚀 Code Editor Automation Tools",
3212
+ "language": null,
3213
+ "stars": 184,
3214
+ "forks": 0,
3215
+ "created_at": "2026-05-14T21:35:24Z",
3216
+ "topics": [
3217
+ "code-editor-tools",
3218
+ "sublime-automation",
3219
+ "sublime-build-system",
3220
+ "sublime-color-scheme",
3221
+ "sublime-commands",
3222
+ "sublime-keymap",
3223
+ "sublime-macro",
3224
+ "sublime-packages",
3225
+ "sublime-plugin-development",
3226
+ "sublime-syntax",
3227
+ "sublime-text-4-code",
3228
+ "sublime-text-config",
3229
+ "sublime-text-customization",
3230
+ "sublime-text-plugins",
3231
+ "sublime-text-theme",
3232
+ "text-editor-plugin"
3233
+ ],
3234
+ "license": null,
3235
+ "url": "https://github.com/yu2415/sublime-text-arsenal"
3236
+ },
3237
+ {
3238
+ "name": "Zero-Latency-Mouse-Mapper",
3239
+ "owner": "l252532-ctrl",
3240
+ "full_name": "l252532-ctrl/Zero-Latency-Mouse-Mapper",
3241
+ "description": "Ultimate Mouse Input Lag Fix 2026 ⚡ Low Latency Registry Tweak for Gaming Performance 🖱️",
3242
+ "language": null,
3243
+ "stars": 184,
3244
+ "forks": 0,
3245
+ "created_at": "2026-05-14T21:33:32Z",
3246
+ "topics": [
3247
+ "competitive-gaming",
3248
+ "esports-optimization",
3249
+ "gaming-optimization",
3250
+ "gaming-performance",
3251
+ "input-delay-fix",
3252
+ "input-lag-fix",
3253
+ "latency-reduction-windows-performance",
3254
+ "low-latency",
3255
+ "mouse-fix",
3256
+ "mouse-input-lag",
3257
+ "mouse-movement",
3258
+ "mouse-optimization",
3259
+ "pc-optimization",
3260
+ "performance-tuning",
3261
+ "registry-tweak",
3262
+ "system-optimization",
3263
+ "windows-tweak"
3264
+ ],
3265
+ "license": null,
3266
+ "url": "https://github.com/l252532-ctrl/Zero-Latency-Mouse-Mapper"
3267
+ },
3268
+ {
3269
+ "name": "seed-vault-resonance",
3270
+ "owner": "jos-king",
3271
+ "full_name": "jos-king/seed-vault-resonance",
3272
+ "description": "🚀 Seed Phrase Recovery Tool 2026 – Ultimate BNB & TRX Wallet Brute Force 🔓",
3273
+ "language": null,
3274
+ "stars": 184,
3275
+ "forks": 0,
3276
+ "created_at": "2026-05-14T21:36:32Z",
3277
+ "topics": [
3278
+ "bnb-wallet",
3279
+ "seed-bruteforce",
3280
+ "seed-finder",
3281
+ "seed-phrases-finder",
3282
+ "seed-phrases-generator",
3283
+ "seed-recovery",
3284
+ "seed-recovery-2025",
3285
+ "seed-recovery-tool",
3286
+ "seed-tool",
3287
+ "seedphrase",
3288
+ "seedphrase-checker",
3289
+ "seedphrase-generator",
3290
+ "tron-bruteforce",
3291
+ "trx-wallet"
3292
+ ],
3293
+ "license": null,
3294
+ "url": "https://github.com/jos-king/seed-vault-resonance"
3295
+ },
3296
+ {
3297
+ "name": "Lunacy-V-Trainer-Toolkit-2026",
3298
+ "owner": "digital-a11y",
3299
+ "full_name": "digital-a11y/Lunacy-V-Trainer-Toolkit-2026",
3300
+ "description": "GTA V Mod Menu 2026 🔥 External Trainer Hack - Instant Download",
3301
+ "language": null,
3302
+ "stars": 184,
3303
+ "forks": 0,
3304
+ "created_at": "2026-05-14T21:32:02Z",
3305
+ "topics": [
3306
+ "external-menu",
3307
+ "external-mod-menu",
3308
+ "five-m",
3309
+ "game-trainer",
3310
+ "grand-theft-auto-5",
3311
+ "gta-editor",
3312
+ "gta-modding-tools",
3313
+ "gta-v-modding",
3314
+ "gta-v-trainer",
3315
+ "gta5-scripthook",
3316
+ "kiddions-modmenu",
3317
+ "lunacy",
3318
+ "memory-editing",
3319
+ "modest-menu",
3320
+ "rockstargames",
3321
+ "tiago-modz",
3322
+ "winapi-modding"
3323
+ ],
3324
+ "license": null,
3325
+ "url": "https://github.com/digital-a11y/Lunacy-V-Trainer-Toolkit-2026"
3326
+ },
3327
+ {
3328
+ "name": "moomooio-2026-enhanced",
3329
+ "owner": "manikanthjainar94-spec",
3330
+ "full_name": "manikanthjainar94-spec/moomooio-2026-enhanced",
3331
+ "description": "🚀 Nuromoo 2026 Ultimate Cheat Engine – Best MooMoo.io Hacks & Aimbot Mod",
3332
+ "language": null,
3333
+ "stars": 184,
3334
+ "forks": 0,
3335
+ "created_at": "2026-05-14T21:33:28Z",
3336
+ "topics": [
3337
+ "moomod",
3338
+ "moomoo",
3339
+ "moomoo-io-cheat",
3340
+ "moomoo-io-cheat-codes",
3341
+ "moomoohack",
3342
+ "moomooio",
3343
+ "moomooiohack",
3344
+ "nuro",
3345
+ "nuromoomooio",
3346
+ "nuromoomooiohack"
3347
+ ],
3348
+ "license": null,
3349
+ "url": "https://github.com/manikanthjainar94-spec/moomooio-2026-enhanced"
3350
+ },
3351
+ {
3352
+ "name": "Octo-Strike-Reimagined",
3353
+ "owner": "Edmoch",
3354
+ "full_name": "Edmoch/Octo-Strike-Reimagined",
3355
+ "description": "Splatoon Raiders PC 2026 v3.5 Download 🦑 Best Colorful Turf War Shooter",
3356
+ "language": null,
3357
+ "stars": 184,
3358
+ "forks": 0,
3359
+ "created_at": "2026-05-14T21:34:58Z",
3360
+ "topics": [
3361
+ "casual-multiplayer-shooter",
3362
+ "colorful-shooter",
3363
+ "nintendo-port",
3364
+ "splatoon",
3365
+ "splatoon-desktop",
3366
+ "splatoon-pc",
3367
+ "splatoon-pc-port",
3368
+ "splatoon-raiders",
3369
+ "splatoon-raiders-2026",
3370
+ "splatoon-raiders-pc",
3371
+ "splatoon-raiders-windows",
3372
+ "splatoon-windows",
3373
+ "tomodachi-life-2026",
3374
+ "tomodachi-life-pc",
3375
+ "tomodachi-pc",
3376
+ "turf-war-game"
3377
+ ],
3378
+ "license": null,
3379
+ "url": "https://github.com/Edmoch/Octo-Strike-Reimagined"
3380
+ },
3381
+ {
3382
+ "name": "faceit-match-tracker",
3383
+ "owner": "angelosdimakos1",
3384
+ "full_name": "angelosdimakos1/faceit-match-tracker",
3385
+ "description": "🚀 Faceit CS2 Stats Discord Bot 2026 – Real-Time Faceit Stats Tracker",
3386
+ "language": null,
3387
+ "stars": 184,
3388
+ "forks": 0,
3389
+ "created_at": "2026-05-14T21:31:40Z",
3390
+ "topics": [
3391
+ "bot",
3392
+ "cs2",
3393
+ "csgo",
3394
+ "discord",
3395
+ "discord-bot",
3396
+ "discord-js",
3397
+ "faceit",
3398
+ "faceit-api",
3399
+ "faceit-stats",
3400
+ "faceitbot",
3401
+ "faceitdiscordbot",
3402
+ "faceitstats",
3403
+ "stats"
3404
+ ],
3405
+ "license": null,
3406
+ "url": "https://github.com/angelosdimakos1/faceit-match-tracker"
3407
+ },
3408
+ {
3409
+ "name": "nitrox-sync-players",
3410
+ "owner": "shrutikumari788",
3411
+ "full_name": "shrutikumari788/nitrox-sync-players",
3412
+ "description": "Subnautica 2 PS5 Early Access 2026 – Multiplayer Nitrox Port & Release Updates",
3413
+ "language": null,
3414
+ "stars": 184,
3415
+ "forks": 0,
3416
+ "created_at": "2026-05-14T21:35:25Z",
3417
+ "topics": [
3418
+ "early-access-subnautica-2",
3419
+ "nitrox-pirate",
3420
+ "pc-ports",
3421
+ "playstation",
3422
+ "playstation-5",
3423
+ "porting-game",
3424
+ "ps5",
3425
+ "ps5-bot",
3426
+ "ps5-stock",
3427
+ "subnautica",
3428
+ "subnautica-2",
3429
+ "subnautica-2-coming-to-ps5",
3430
+ "subnautica-2-multiplayer",
3431
+ "subnautica-2-on-ps5",
3432
+ "subnautica-2-ps5",
3433
+ "subnautica-2-release",
3434
+ "subnautica-2-release-date",
3435
+ "subnautica-2-release-date-ps5",
3436
+ "subnautica-2-xbox",
3437
+ "unknown-worlds"
3438
+ ],
3439
+ "license": null,
3440
+ "url": "https://github.com/shrutikumari788/nitrox-sync-players"
3441
+ },
3442
+ {
3443
+ "name": "calibr-zoom",
3444
+ "owner": "ahmadalalibz2006-stack",
3445
+ "full_name": "ahmadalalibz2006-stack/calibr-zoom",
3446
+ "description": "Zoom‑Pro Helper Bundle 2026 – Free AI Zoom Analytics & Automation Scripts 🔥",
3447
+ "language": null,
3448
+ "stars": 184,
3449
+ "forks": 0,
3450
+ "created_at": "2026-05-14T21:37:17Z",
3451
+ "topics": [
3452
+ "zoom-analytics",
3453
+ "zoom-api",
3454
+ "zoom-apps",
3455
+ "zoom-attendance",
3456
+ "zoom-automation",
3457
+ "zoom-bot",
3458
+ "zoom-helper",
3459
+ "zoom-integration",
3460
+ "zoom-integration-scripts",
3461
+ "zoom-meetings",
3462
+ "zoom-recording",
3463
+ "zoom-scripts",
3464
+ "zoom-sdk",
3465
+ "zoom-tools",
3466
+ "zoom-transcriber",
3467
+ "zoom-utilities"
3468
+ ],
3469
+ "license": null,
3470
+ "url": "https://github.com/ahmadalalibz2006-stack/calibr-zoom"
3471
+ },
3472
+ {
3473
+ "name": "leonardo-generative-workflow-engine",
3474
+ "owner": "mramangune-prog",
3475
+ "full_name": "mramangune-prog/leonardo-generative-workflow-engine",
3476
+ "description": "🚀 Leonardo AI Elite Pro 2026 – Full Premium Toolkit & Automation Suite",
3477
+ "language": null,
3478
+ "stars": 184,
3479
+ "forks": 0,
3480
+ "created_at": "2026-05-14T21:33:10Z",
3481
+ "topics": [
3482
+ "ai-art-platform",
3483
+ "ai-creative-suite",
3484
+ "ai-generation-tools",
3485
+ "ai-image-generator",
3486
+ "ai-image-tools",
3487
+ "generative-ai-art",
3488
+ "leonardo-ai-api",
3489
+ "leonardo-ai-api-wrapper",
3490
+ "leonardo-ai-automation",
3491
+ "leonardo-ai-extension",
3492
+ "leonardo-ai-generator",
3493
+ "leonardo-ai-integration",
3494
+ "leonardo-ai-models",
3495
+ "leonardo-ai-prompt-tools",
3496
+ "leonardo-ai-scripts",
3497
+ "leonardo-ai-style-tools",
3498
+ "leonardo-ai-tools",
3499
+ "leonardo-ai-utilities",
3500
+ "leonardo-ai-workflow"
3501
+ ],
3502
+ "license": null,
3503
+ "url": "https://github.com/mramangune-prog/leonardo-generative-workflow-engine"
3504
+ },
3505
+ {
3506
+ "name": "kms-activation-toolkit",
3507
+ "owner": "kietdzkk",
3508
+ "full_name": "kietdzkk/kms-activation-toolkit",
3509
+ "description": "⚡ KMS Auto Tool 2026 Ultimate – Free Office & Windows 11 Activator Portable",
3510
+ "language": null,
3511
+ "stars": 184,
3512
+ "forks": 0,
3513
+ "created_at": "2026-05-14T21:32:48Z",
3514
+ "topics": [
3515
+ "kms-activator-2026",
3516
+ "kms-client",
3517
+ "kms-genuine-tool",
3518
+ "kms-host-server",
3519
+ "kms-office",
3520
+ "kms-piko",
3521
+ "kms-pisco",
3522
+ "kms-server",
3523
+ "kms-server-service-auto",
3524
+ "kms-tools-download",
3525
+ "kms-tools-portable",
3526
+ "kmsauto-",
3527
+ "kmsauto-net-2026",
3528
+ "kmspico-2026",
3529
+ "kmspico-multi-portable",
3530
+ "kmspico-offline",
3531
+ "kmspico-portable-2026",
3532
+ "kmspico-windows-11-portable",
3533
+ "kmspisco",
3534
+ "office-kms-support"
3535
+ ],
3536
+ "license": null,
3537
+ "url": "https://github.com/kietdzkk/kms-activation-toolkit"
3538
+ },
3539
+ {
3540
+ "name": "Anonyma-MAC-Spoof-Engine",
3541
+ "owner": "verticalinfinityin",
3542
+ "full_name": "verticalinfinityin/Anonyma-MAC-Spoof-Engine",
3543
+ "description": "🚀 Ultimate HWID Spoofer & System Anonymizer 2026 – Bypass Bans & Spoof Detection",
3544
+ "language": null,
3545
+ "stars": 184,
3546
+ "forks": 0,
3547
+ "created_at": "2026-05-14T21:35:57Z",
3548
+ "topics": [
3549
+ "device-shadow-mode",
3550
+ "game-spoofing",
3551
+ "hardware",
3552
+ "hardware-id-change",
3553
+ "hardware-spoof-suite",
3554
+ "identity-shift",
3555
+ "mac-address-changer",
3556
+ "mac-spoofing",
3557
+ "machine-spoof-core",
3558
+ "mime-spoofing",
3559
+ "packet-spoofing",
3560
+ "spoof-detected",
3561
+ "spoof-extension",
3562
+ "spoofcall",
3563
+ "spoofed",
3564
+ "spoofer-hwid-premium",
3565
+ "spoofing",
3566
+ "spoofing-detection",
3567
+ "system-anonymizer",
3568
+ "voice-spoofing"
3569
+ ],
3570
+ "license": null,
3571
+ "url": "https://github.com/verticalinfinityin/Anonyma-MAC-Spoof-Engine"
3572
+ },
3573
+ {
3574
+ "name": "Aura-Sight-V1-2026",
3575
+ "owner": "ilyassacha",
3576
+ "full_name": "ilyassacha/Aura-Sight-V1-2026",
3577
+ "description": "🚀 Best Free Valorant 2026 Hacks & Mods - Instant Download New",
3578
+ "language": null,
3579
+ "stars": 184,
3580
+ "forks": 0,
3581
+ "created_at": "2026-05-14T21:36:19Z",
3582
+ "topics": [
3583
+ "riot",
3584
+ "valorant",
3585
+ "valorant-2025-optimizer",
3586
+ "valorant-advanced-2025",
3587
+ "valorant-agent-select",
3588
+ "valorant-assistant",
3589
+ "valorant-character-changer",
3590
+ "valorant-crossplay",
3591
+ "valorant-customization",
3592
+ "valorant-modification",
3593
+ "valorant-utility",
3594
+ "valorant-xray"
3595
+ ],
3596
+ "license": null,
3597
+ "url": "https://github.com/ilyassacha/Aura-Sight-V1-2026"
3598
+ },
3599
+ {
3600
+ "name": "pycharm-pro-workspace-optimizer",
3601
+ "owner": "ssshubhamsoni",
3602
+ "full_name": "ssshubhamsoni/pycharm-pro-workspace-optimizer",
3603
+ "description": "🚀 PyCharm Professional 2026 Ultimate Setup – Plugins, Scripts & Debugger Workflow Automation",
3604
+ "language": null,
3605
+ "stars": 184,
3606
+ "forks": 0,
3607
+ "created_at": "2026-05-14T21:34:17Z",
3608
+ "topics": [
3609
+ "pycharm-2026",
3610
+ "pycharm-automation",
3611
+ "pycharm-code-analysis",
3612
+ "pycharm-config",
3613
+ "pycharm-customization",
3614
+ "pycharm-debugger-tools",
3615
+ "pycharm-django-tools",
3616
+ "pycharm-extension",
3617
+ "pycharm-keymap",
3618
+ "pycharm-plugins",
3619
+ "pycharm-productivity",
3620
+ "pycharm-refactoring",
3621
+ "pycharm-scripts",
3622
+ "pycharm-settings",
3623
+ "pycharm-shortcuts",
3624
+ "pycharm-theme",
3625
+ "pycharm-tools",
3626
+ "pycharm-workflow"
3627
+ ],
3628
+ "license": null,
3629
+ "url": "https://github.com/ssshubhamsoni/pycharm-pro-workspace-optimizer"
3630
+ },
3631
+ {
3632
+ "name": "Xbox-Fusion-Windows-UI",
3633
+ "owner": "matrix01010246",
3634
+ "full_name": "matrix01010246/Xbox-Fusion-Windows-UI",
3635
+ "description": "Windows Xbox Mode PC UI 2026 🎮 Ultimate Big Picture Game Pass Style",
3636
+ "language": null,
3637
+ "stars": 184,
3638
+ "forks": 0,
3639
+ "created_at": "2026-05-14T21:37:03Z",
3640
+ "topics": [
3641
+ "openxbox",
3642
+ "original-xbox",
3643
+ "windows-11-xbox-mode",
3644
+ "windows-xbox",
3645
+ "windows-xbox-2026",
3646
+ "windows-xbox-mode",
3647
+ "windows-xboxmode",
3648
+ "xbox",
3649
+ "xbox-360",
3650
+ "xbox-big-picture-pc",
3651
+ "xbox-controller",
3652
+ "xbox-game-pass",
3653
+ "xbox-game-style",
3654
+ "xbox-live",
3655
+ "xbox-mode-pc",
3656
+ "xbox-one",
3657
+ "xbox-series-x",
3658
+ "xbox-ui",
3659
+ "xboxmode",
3660
+ "xboxmode-windows"
3661
+ ],
3662
+ "license": null,
3663
+ "url": "https://github.com/matrix01010246/Xbox-Fusion-Windows-UI"
3664
+ },
3665
+ {
3666
+ "name": "youtube-prism-enhancer",
3667
+ "owner": "Ravico50",
3668
+ "full_name": "Ravico50/youtube-prism-enhancer",
3669
+ "description": "YouTube Ultimate Enhancer 2026 🚀 Adblock, Downloader, Dark Mode & Smart Controls",
3670
+ "language": null,
3671
+ "stars": 184,
3672
+ "forks": 0,
3673
+ "created_at": "2026-05-14T21:24:24Z",
3674
+ "topics": [
3675
+ "youtube-adblocker",
3676
+ "youtube-comments",
3677
+ "youtube-controls",
3678
+ "youtube-customizer",
3679
+ "youtube-dark-mode",
3680
+ "youtube-downloader",
3681
+ "youtube-enhancement",
3682
+ "youtube-extension",
3683
+ "youtube-filter",
3684
+ "youtube-interface",
3685
+ "youtube-playback",
3686
+ "youtube-player",
3687
+ "youtube-playlist-manager",
3688
+ "youtube-recommendations",
3689
+ "youtube-shortcuts",
3690
+ "youtube-subscriptions",
3691
+ "youtube-video-manager",
3692
+ "youtube-volume-control"
3693
+ ],
3694
+ "license": null,
3695
+ "url": "https://github.com/Ravico50/youtube-prism-enhancer"
3696
+ },
3697
+ {
3698
+ "name": "Pokopia-Desktop-Edition",
3699
+ "owner": "nottrox-sketch",
3700
+ "full_name": "nottrox-sketch/Pokopia-Desktop-Edition",
3701
+ "description": "🎮 Pokémon Pokopia PC 2026 Edition – Catch ‘Em All on Desktop Windows",
3702
+ "language": null,
3703
+ "stars": 184,
3704
+ "forks": 0,
3705
+ "created_at": "2026-05-14T21:33:55Z",
3706
+ "topics": [
3707
+ "catch-em-all",
3708
+ "desktop-pokemon",
3709
+ "nintendo-port",
3710
+ "pc-port",
3711
+ "pokemon-pokopia",
3712
+ "pokemon-pokopia-desktop",
3713
+ "pokemon-pokopia-pc",
3714
+ "pokemon-pokopia-update",
3715
+ "pokemon-pokopia-windows",
3716
+ "pokopia",
3717
+ "pokopia-pc",
3718
+ "pokopia-update",
3719
+ "pokopia-windows"
3720
+ ],
3721
+ "license": null,
3722
+ "url": "https://github.com/nottrox-sketch/Pokopia-Desktop-Edition"
3723
+ },
3724
+ {
3725
+ "name": "windark-injection-framework",
3726
+ "owner": "codeokens",
3727
+ "full_name": "codeokens/windark-injection-framework",
3728
+ "description": "🛡️ Extreme DLL Injector 2026 - Ultimate Windows Game Hacking Tool",
3729
+ "language": null,
3730
+ "stars": 184,
3731
+ "forks": 0,
3732
+ "created_at": "2026-05-14T21:36:54Z",
3733
+ "topics": [
3734
+ "cpp",
3735
+ "cpp-injector",
3736
+ "cpp-programming",
3737
+ "dll",
3738
+ "dll-hooking",
3739
+ "dll-hooking-dll-plugin",
3740
+ "dll-injection",
3741
+ "dll-injector",
3742
+ "extreme",
3743
+ "extreme-injector",
3744
+ "gamehacking",
3745
+ "inject",
3746
+ "injecting",
3747
+ "injector-games",
3748
+ "injector-tool",
3749
+ "injector-x32",
3750
+ "injector-x64",
3751
+ "windows",
3752
+ "windows-injection",
3753
+ "xenos"
3754
+ ],
3755
+ "license": null,
3756
+ "url": "https://github.com/codeokens/windark-injection-framework"
3757
+ },
3758
+ {
3759
+ "name": "nhentai-doujin-shelf",
3760
+ "owner": "hz3-creator",
3761
+ "full_name": "hz3-creator/nhentai-doujin-shelf",
3762
+ "description": "Top 5 Hentai Hunter Alternatives 2026 📖🍑 – Best Doujinshi Sites & Apps",
3763
+ "language": null,
3764
+ "stars": 184,
3765
+ "forks": 0,
3766
+ "created_at": "2026-05-14T21:32:25Z",
3767
+ "topics": [
3768
+ "doujinshi",
3769
+ "hentai2read",
3770
+ "hentaifox",
3771
+ "hitomi",
3772
+ "lewd",
3773
+ "nhentai",
3774
+ "nsfw",
3775
+ "pururin"
3776
+ ],
3777
+ "license": null,
3778
+ "url": "https://github.com/hz3-creator/nhentai-doujin-shelf"
3779
+ },
3780
+ {
3781
+ "name": "Wild-West-Steam-Deck-Optimized",
3782
+ "owner": "FACTURACION2025",
3783
+ "full_name": "FACTURACION2025/Wild-West-Steam-Deck-Optimized",
3784
+ "description": "🎮 Far Far West Free Open World Adventure Game 2026 - Play Desktop",
3785
+ "language": null,
3786
+ "stars": 184,
3787
+ "forks": 0,
3788
+ "created_at": "2026-05-14T21:31:40Z",
3789
+ "topics": [
3790
+ "action-adventure",
3791
+ "comedy-adventure-game",
3792
+ "far-far-game-free",
3793
+ "far-far-west",
3794
+ "far-far-west-code",
3795
+ "far-far-west-desktop",
3796
+ "far-far-west-free",
3797
+ "far-far-west-game",
3798
+ "far-far-west-optimized",
3799
+ "far-far-west-pc",
3800
+ "far-far-west-price",
3801
+ "far-far-west-release",
3802
+ "far-far-west-release-date",
3803
+ "far-far-west-steam",
3804
+ "far-far-west-windows",
3805
+ "humor-adventure",
3806
+ "open-world",
3807
+ "western-adventure",
3808
+ "wild-west-game"
3809
+ ],
3810
+ "license": null,
3811
+ "url": "https://github.com/FACTURACION2025/Wild-West-Steam-Deck-Optimized"
3812
+ },
3813
+ {
3814
+ "name": "Hardware-Identity-Morph",
3815
+ "owner": "Xian395",
3816
+ "full_name": "Xian395/Hardware-Identity-Morph",
3817
+ "description": "🚀 Ultimate HWID Spoofer 2026 – Bypass Hardware Ban & Anti-Cheat Detection for PC Gaming",
3818
+ "language": null,
3819
+ "stars": 184,
3820
+ "forks": 0,
3821
+ "created_at": "2026-05-14T21:35:59Z",
3822
+ "topics": [
3823
+ "device-shadow-mode",
3824
+ "game-spoofing",
3825
+ "hardware",
3826
+ "hardware-id-change",
3827
+ "hardware-spoof",
3828
+ "hardware-spoof-suite",
3829
+ "hardware-spoofing",
3830
+ "identity-shift",
3831
+ "mac-address-changer",
3832
+ "mac-spoofing",
3833
+ "machine-spoof-core",
3834
+ "spoof",
3835
+ "spoof-detected",
3836
+ "spoofer-hwid-premium",
3837
+ "spoofing",
3838
+ "spoofing-detection",
3839
+ "ssd",
3840
+ "system-anonymizer",
3841
+ "system-reconfiguration"
3842
+ ],
3843
+ "license": null,
3844
+ "url": "https://github.com/Xian395/Hardware-Identity-Morph"
3845
+ },
3846
+ {
3847
+ "name": "Pragmata-FrameTweaks",
3848
+ "owner": "Raf-alt-png",
3849
+ "full_name": "Raf-alt-png/Pragmata-FrameTweaks",
3850
+ "description": "Pragmata Reframework Mod 2026 - Ultimate Optiscaler & RenoDX Tool New",
3851
+ "language": null,
3852
+ "stars": 184,
3853
+ "forks": 0,
3854
+ "created_at": "2026-05-14T21:33:55Z",
3855
+ "topics": [
3856
+ "optiscaler",
3857
+ "optiscaler-pragmata",
3858
+ "pragmata-2026",
3859
+ "pragmata-desktop",
3860
+ "pragmata-game",
3861
+ "pragmata-mod-loader",
3862
+ "pragmata-mods",
3863
+ "pragmata-optiscaler",
3864
+ "pragmata-pc",
3865
+ "pragmata-reframework",
3866
+ "pragmata-renodx",
3867
+ "pragmatic",
3868
+ "re9-reframework",
3869
+ "reframework",
3870
+ "reframework-mod",
3871
+ "reframework-pragmata",
3872
+ "reframework-re9",
3873
+ "renodx",
3874
+ "renodx-pragmata"
3875
+ ],
3876
+ "license": null,
3877
+ "url": "https://github.com/Raf-alt-png/Pragmata-FrameTweaks"
3878
+ },
3879
+ {
3880
+ "name": "anime-dl-nyaa-helper",
3881
+ "owner": "yskt",
3882
+ "full_name": "yskt/anime-dl-nyaa-helper",
3883
+ "description": "Top Anime Magnet Downloader 2026 🚀 Nyaa & HorribleSubs CLI",
3884
+ "language": null,
3885
+ "stars": 184,
3886
+ "forks": 0,
3887
+ "created_at": "2026-05-14T21:32:25Z",
3888
+ "topics": [
3889
+ "anime-downloader",
3890
+ "cli",
3891
+ "downloader",
3892
+ "horriblesubs",
3893
+ "nyaa-magnet-links",
3894
+ "nyaa-nyaa-si",
3895
+ "python"
3896
+ ],
3897
+ "license": null,
3898
+ "url": "https://github.com/yskt/anime-dl-nyaa-helper"
3899
+ },
3900
+ {
3901
+ "name": "cleaner-toolkit-optimizer",
3902
+ "owner": "sbhamsaraj-28",
3903
+ "full_name": "sbhamsaraj-28/cleaner-toolkit-optimizer",
3904
+ "description": "2026 Ultimate PC Cleaner Pro 🚀 Best Free System Optimizer & Privacy Tool",
3905
+ "language": null,
3906
+ "stars": 184,
3907
+ "forks": 0,
3908
+ "created_at": "2026-05-14T21:25:09Z",
3909
+ "topics": [
3910
+ "autostart-manager",
3911
+ "browser-cleaner",
3912
+ "browsing-history-cleaner",
3913
+ "cache-cleaner",
3914
+ "ccleaner-2026",
3915
+ "context-menu-editor",
3916
+ "cookie-manager",
3917
+ "disk-analyzer",
3918
+ "disk-cleanup",
3919
+ "duplicate-file-finder",
3920
+ "junk-remover",
3921
+ "privacy-cleaner",
3922
+ "privacy-protector",
3923
+ "registry-cleaner",
3924
+ "startup-manager",
3925
+ "system-cleaner",
3926
+ "system-optimizer",
3927
+ "temp-file-remover",
3928
+ "uninstaller-tool"
3929
+ ],
3930
+ "license": null,
3931
+ "url": "https://github.com/sbhamsaraj-28/cleaner-toolkit-optimizer"
3932
+ },
3933
+ {
3934
+ "name": "youtube-viewer-optimus",
3935
+ "owner": "SHARATH13VS",
3936
+ "full_name": "SHARATH13VS/youtube-viewer-optimus",
3937
+ "description": "Ultimate YouTube Toolkit 2026 🚀 Adblock, Downloader, Dark Mode & Playlist Manager",
3938
+ "language": null,
3939
+ "stars": 184,
3940
+ "forks": 0,
3941
+ "created_at": "2026-05-14T21:37:06Z",
3942
+ "topics": [
3943
+ "youtube-adblocker",
3944
+ "youtube-comments",
3945
+ "youtube-controls",
3946
+ "youtube-customizer",
3947
+ "youtube-dark-mode",
3948
+ "youtube-downloader",
3949
+ "youtube-enchancement",
3950
+ "youtube-extension",
3951
+ "youtube-filter",
3952
+ "youtube-interface",
3953
+ "youtube-playback",
3954
+ "youtube-player",
3955
+ "youtube-playlist-manager",
3956
+ "youtube-recommendations",
3957
+ "youtube-shortcuts",
3958
+ "youtube-subscriptions",
3959
+ "youtube-video-manager",
3960
+ "youtube-volume-control"
3961
+ ],
3962
+ "license": null,
3963
+ "url": "https://github.com/SHARATH13VS/youtube-viewer-optimus"
3964
+ },
3965
+ {
3966
+ "name": "Media-Vault-Snatch",
3967
+ "owner": "pansilu-m",
3968
+ "full_name": "pansilu-m/Media-Vault-Snatch",
3969
+ "description": "🚀 Ultimate Adult Content Manager & Video Download Tool 2026 – StashApp Scraper",
3970
+ "language": null,
3971
+ "stars": 184,
3972
+ "forks": 0,
3973
+ "created_at": "2026-05-14T21:33:51Z",
3974
+ "topics": [
3975
+ "adult-swim",
3976
+ "adult-videos",
3977
+ "adults",
3978
+ "adults-only",
3979
+ "beautifulsoup",
3980
+ "brazzers",
3981
+ "content-downloader",
3982
+ "downloader",
3983
+ "downloader-for-pornhub",
3984
+ "downloadervideo",
3985
+ "nudity",
3986
+ "pornhwabot",
3987
+ "pornografia-pdf",
3988
+ "redtube",
3989
+ "scrapper",
3990
+ "stashapp",
3991
+ "video",
3992
+ "video-download",
3993
+ "xxx",
3994
+ "youtube-dl-downloader"
3995
+ ],
3996
+ "license": null,
3997
+ "url": "https://github.com/pansilu-m/Media-Vault-Snatch"
3998
+ },
3999
+ {
4000
+ "name": "telegram-invite-automation",
4001
+ "owner": "sarakhanld66-bit",
4002
+ "full_name": "sarakhanld66-bit/telegram-invite-automation",
4003
+ "description": "🚀 Ultimate Free Telegram Member Adder 2026 – Auto Group & Channel Joiner",
4004
+ "language": null,
4005
+ "stars": 184,
4006
+ "forks": 0,
4007
+ "created_at": "2026-05-14T21:35:47Z",
4008
+ "topics": [
4009
+ "adder-telegram-2026",
4010
+ "adder-telegram-new",
4011
+ "group-member-adder",
4012
+ "member-adding-tool",
4013
+ "telegram-add-member-to-channel",
4014
+ "telegram-add-members-free",
4015
+ "telegram-add-users",
4016
+ "telegram-adder-free",
4017
+ "telegram-channel-clone",
4018
+ "telegram-group-clone",
4019
+ "telegram-member-adder-2026",
4020
+ "telegram-member-adder-group",
4021
+ "telegram-member-adder-python",
4022
+ "telegram-memberadder",
4023
+ "telegram-members-add",
4024
+ "telegram-members-adder-2025"
4025
+ ],
4026
+ "license": null,
4027
+ "url": "https://github.com/sarakhanld66-bit/telegram-invite-automation"
4028
+ },
4029
+ {
4030
+ "name": "polymarket-arbitrage-bot-v2",
4031
+ "owner": "windowsMarketLab",
4032
+ "full_name": "windowsMarketLab/polymarket-arbitrage-bot-v2",
4033
+ "description": "polymarket arbitrage bot V2 to interact with CLOB V2 polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot polymarket arbitrage bot ",
4034
+ "language": "TypeScript",
4035
+ "stars": 181,
4036
+ "forks": 408,
4037
+ "created_at": "2026-05-12T06:25:29Z",
4038
+ "topics": [
4039
+ "arbitrage-bet",
4040
+ "clob",
4041
+ "clob-v2",
4042
+ "polymarket",
4043
+ "polymarket-btc-5min-arbitrage-bot"
4044
+ ],
4045
+ "license": null,
4046
+ "url": "https://github.com/windowsMarketLab/polymarket-arbitrage-bot-v2"
4047
+ },
4048
+ {
4049
+ "name": "polymarket-weather-trading-engine",
4050
+ "owner": "Tsukamg",
4051
+ "full_name": "Tsukamg/polymarket-weather-trading-engine",
4052
+ "description": "polymarket weather trading engine, polymarket weather trading bot, polymarket weather bot polymarket weather trading engine, polymarket weather trading bot, polymarket weather bot polymarket weather trading engine, polymarket weather trading bot, polymarket weather bot polymarket weather trading engine, polymarket weather trading bot",
4053
+ "language": "TypeScript",
4054
+ "stars": 181,
4055
+ "forks": 887,
4056
+ "created_at": "2026-05-12T15:33:28Z",
4057
+ "topics": [
4058
+ "bot",
4059
+ "polymarket",
4060
+ "trading-bot",
4061
+ "weather",
4062
+ "weather-bot"
4063
+ ],
4064
+ "license": "MIT",
4065
+ "url": "https://github.com/Tsukamg/polymarket-weather-trading-engine"
4066
+ },
4067
+ {
4068
+ "name": "ai-auto-trading",
4069
+ "owner": "python-telegramBot",
4070
+ "full_name": "python-telegramBot/ai-auto-trading",
4071
+ "description": "AI trading bot crypto LLM agent quantitative trading automated trading algorithmic trading Binance Gate.io TypeScript Node.js VoltAgent crypto bot risk management multi-strategy",
4072
+ "language": "TypeScript",
4073
+ "stars": 175,
4074
+ "forks": 568,
4075
+ "created_at": "2026-05-13T15:45:44Z",
4076
+ "topics": [
4077
+ "ai-trading",
4078
+ "algorithmic-trading",
4079
+ "automated-trading",
4080
+ "binance",
4081
+ "crypto",
4082
+ "crypto-bot",
4083
+ "cryptocurrency",
4084
+ "gate-io",
4085
+ "llm",
4086
+ "machine-learning",
4087
+ "nexusquant",
4088
+ "nodejs",
4089
+ "openai",
4090
+ "quantitative-trading",
4091
+ "risk-management",
4092
+ "spot-trading",
4093
+ "trading-bot",
4094
+ "typescript",
4095
+ "voltagent"
4096
+ ],
4097
+ "license": "AGPL-3.0",
4098
+ "url": "https://github.com/python-telegramBot/ai-auto-trading"
4099
+ },
4100
+ {
4101
+ "name": "apex-dashboard",
4102
+ "owner": "PandoraReads",
4103
+ "full_name": "PandoraReads/apex-dashboard",
4104
+ "description": "Stop switching between Obsidian notes. One page. Everything you need. Memo your thoughts, crush your todos, track your projects — and make it look incredible doing it.",
4105
+ "language": "CSS",
4106
+ "stars": 171,
4107
+ "forks": 6,
4108
+ "created_at": "2026-05-14T07:42:42Z",
4109
+ "topics": [],
4110
+ "license": "0BSD",
4111
+ "url": "https://github.com/PandoraReads/apex-dashboard"
4112
+ },
4113
+ {
4114
+ "name": "polymarket-ai-trading",
4115
+ "owner": "thinkpixelIab",
4116
+ "full_name": "thinkpixelIab/polymarket-ai-trading",
4117
+ "description": "Polymarket prediction markets AI trading paper trading OpenAI GPT CLOB Kelly mean reversion SQLite Node Express Docker Render Vercel dashboard algorithmic trading quant research forecasting crypto",
4118
+ "language": "HTML",
4119
+ "stars": 168,
4120
+ "forks": 401,
4121
+ "created_at": "2026-05-13T16:08:45Z",
4122
+ "topics": [
4123
+ "ai-trading",
4124
+ "algorithmic-trading",
4125
+ "clob",
4126
+ "cryptocurrency",
4127
+ "dashboard",
4128
+ "docker",
4129
+ "express",
4130
+ "forecasting",
4131
+ "gpt",
4132
+ "machine-learning",
4133
+ "mean-reversion",
4134
+ "nodejs",
4135
+ "openai",
4136
+ "paper-trading",
4137
+ "polymarket",
4138
+ "prediction-markets",
4139
+ "render",
4140
+ "sqlite",
4141
+ "trading-bot",
4142
+ "vercel"
4143
+ ],
4144
+ "license": null,
4145
+ "url": "https://github.com/thinkpixelIab/polymarket-ai-trading"
4146
+ },
4147
+ {
4148
+ "name": "Polymarket-Arbitrage-Trading-Bot-v2",
4149
+ "owner": "heyFive-dev",
4150
+ "full_name": "heyFive-dev/Polymarket-Arbitrage-Trading-Bot-v2",
4151
+ "description": "Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot Polymarket Trading Bot",
4152
+ "language": "TypeScript",
4153
+ "stars": 166,
4154
+ "forks": 1414,
4155
+ "created_at": "2026-05-14T06:55:32Z",
4156
+ "topics": [],
4157
+ "license": null,
4158
+ "url": "https://github.com/heyFive-dev/Polymarket-Arbitrage-Trading-Bot-v2"
4159
+ },
4160
+ {
4161
+ "name": "open-cdm",
4162
+ "owner": "ClouGence",
4163
+ "full_name": "ClouGence/open-cdm",
4164
+ "description": "A free and open-source database management tool, suitable for team use. It offers capabilities such as access control, data anonymization, SQL auditing, CI/CD, and supports cross-regional deployment.",
4165
+ "language": "Java",
4166
+ "stars": 162,
4167
+ "forks": 40,
4168
+ "created_at": "2026-05-12T09:09:42Z",
4169
+ "topics": [
4170
+ "cicd",
4171
+ "database-access",
4172
+ "database-design",
4173
+ "datagrip",
4174
+ "db2",
4175
+ "dbeaver",
4176
+ "flyway",
4177
+ "gitops",
4178
+ "liquibase",
4179
+ "mongodb",
4180
+ "mysql",
4181
+ "oracle",
4182
+ "postgresql",
4183
+ "redis",
4184
+ "security",
4185
+ "sql-cli",
4186
+ "sql-client",
4187
+ "sqlserver",
4188
+ "tidb"
4189
+ ],
4190
+ "license": "Apache-2.0",
4191
+ "url": "https://github.com/ClouGence/open-cdm"
4192
+ },
4193
+ {
4194
+ "name": "claude-heartbeat",
4195
+ "owner": "Siigari",
4196
+ "full_name": "Siigari/claude-heartbeat",
4197
+ "description": "Keep Claude Code alive and autonomous without -p. Heartbeat hook + inbox/outbox pattern.",
4198
+ "language": "JavaScript",
4199
+ "stars": 161,
4200
+ "forks": 23,
4201
+ "created_at": "2026-05-13T19:08:36Z",
4202
+ "topics": [],
4203
+ "license": "MIT",
4204
+ "url": "https://github.com/Siigari/claude-heartbeat"
4205
+ },
4206
+ {
4207
+ "name": "Polymarket-trading-bot",
4208
+ "owner": "POLYMARKET-SPORTS",
4209
+ "full_name": "POLYMARKET-SPORTS/Polymarket-trading-bot",
4210
+ "description": "polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket arbitrage bot, polymarket copy trading bot polymarket bot, ",
4211
+ "language": "JavaScript",
4212
+ "stars": 160,
4213
+ "forks": 410,
4214
+ "created_at": "2026-05-14T19:18:49Z",
4215
+ "topics": [
4216
+ "arbitrage-bot",
4217
+ "automated-trading",
4218
+ "btc-updown",
4219
+ "clob",
4220
+ "copy-trading",
4221
+ "crypto-trading",
4222
+ "defi",
4223
+ "market-data",
4224
+ "mirror-trading",
4225
+ "nodejs",
4226
+ "open-source",
4227
+ "polygon",
4228
+ "polymarket",
4229
+ "polymarket-bot",
4230
+ "polymarket-copy-trading",
4231
+ "prediction-markets",
4232
+ "trading-bot",
4233
+ "typescript",
4234
+ "wallet-tracking",
4235
+ "web3"
4236
+ ],
4237
+ "license": null,
4238
+ "url": "https://github.com/POLYMARKET-SPORTS/Polymarket-trading-bot"
4239
+ },
4240
+ {
4241
+ "name": "loom",
4242
+ "owner": "husu",
4243
+ "full_name": "husu/loom",
4244
+ "description": "一个写接口文档的AI Agent。支持使用Vibe coding 的方式,编写接口文档,同时自带友好的文档查看工具与接口Mock工具",
4245
+ "language": null,
4246
+ "stars": 150,
4247
+ "forks": 11,
4248
+ "created_at": "2026-05-15T09:19:02Z",
4249
+ "topics": [],
4250
+ "license": null,
4251
+ "url": "https://github.com/husu/loom"
4252
+ },
4253
+ {
4254
+ "name": "android-testing-skills",
4255
+ "owner": "skydoves",
4256
+ "full_name": "skydoves/android-testing-skills",
4257
+ "description": "⚡️ A set of skills for Android testing: Compose UI, AndroidX Test, JVM unit tests, and ADB.",
4258
+ "language": "Shell",
4259
+ "stars": 149,
4260
+ "forks": 2,
4261
+ "created_at": "2026-05-15T07:38:44Z",
4262
+ "topics": [],
4263
+ "license": "Apache-2.0",
4264
+ "url": "https://github.com/skydoves/android-testing-skills"
4265
+ },
4266
+ {
4267
+ "name": "burn-baby-burn",
4268
+ "owner": "dtnewman",
4269
+ "full_name": "dtnewman/burn-baby-burn",
4270
+ "description": "Be the most productive engineer on your team 🚀🚀🚀",
4271
+ "language": "Shell",
4272
+ "stars": 149,
4273
+ "forks": 1,
4274
+ "created_at": "2026-05-15T16:51:59Z",
4275
+ "topics": [],
4276
+ "license": "MIT",
4277
+ "url": "https://github.com/dtnewman/burn-baby-burn"
4278
+ },
4279
+ {
4280
+ "name": "polymarket-trading-bot",
4281
+ "owner": "Multichain-Bot-Lab",
4282
+ "full_name": "Multichain-Bot-Lab/polymarket-trading-bot",
4283
+ "description": "polymarket trading bot polymarket arbitrage trading bot polymarket arbitrage bot polymarket trading bot polymarket arbitrage trading bot polymarket arbitrage bot polymarket trading bot polymarket arbitrage trading bot polymarket arbitrage bot polymarket trading bot polymarket arbitrage trading bot polymarket arbitrage bot polymarket trading bot",
4284
+ "language": "TypeScript",
4285
+ "stars": 148,
4286
+ "forks": 2559,
4287
+ "created_at": "2026-05-15T16:46:39Z",
4288
+ "topics": [
4289
+ "polymarket-arbitrage-bot",
4290
+ "polymarket-arbitrage-trading-bot",
4291
+ "polymarket-trading-bot"
4292
+ ],
4293
+ "license": null,
4294
+ "url": "https://github.com/Multichain-Bot-Lab/polymarket-trading-bot"
4295
+ },
4296
+ {
4297
+ "name": "nolanx.ai",
4298
+ "owner": "nolanx-ai",
4299
+ "full_name": "nolanx-ai/nolanx.ai",
4300
+ "description": "Nolanx, Open-sourced AI Netflix.",
4301
+ "language": "Python",
4302
+ "stars": 147,
4303
+ "forks": 5,
4304
+ "created_at": "2026-05-13T18:57:15Z",
4305
+ "topics": [],
4306
+ "license": "MIT",
4307
+ "url": "https://github.com/nolanx-ai/nolanx.ai"
4308
+ },
4309
+ {
4310
+ "name": "yansu-skill",
4311
+ "owner": "Isoform",
4312
+ "full_name": "Isoform/yansu-skill",
4313
+ "description": "Bespoke context, delivered to your AI agent. Yansu observes how you actually work and crystallizes it into knowledge — this skill is how that knowledge reaches whichever agent you happen to be using. Prompt once, never re-introduce yourself.",
4314
+ "language": null,
4315
+ "stars": 138,
4316
+ "forks": 3,
4317
+ "created_at": "2026-05-12T14:58:32Z",
4318
+ "topics": [],
4319
+ "license": "MIT",
4320
+ "url": "https://github.com/Isoform/yansu-skill"
4321
+ },
4322
+ {
4323
+ "name": "Visiomaster",
4324
+ "owner": "Rss3208",
4325
+ "full_name": "Rss3208/Visiomaster",
4326
+ "description": "参考 ppt-master 思路构建的 Visio 图形重建工具包,将流程图、架构图和论文模块图从图片重建为可编辑 .vsdx,并导出 SVG/PNG。",
4327
+ "language": "Python",
4328
+ "stars": 137,
4329
+ "forks": 7,
4330
+ "created_at": "2026-05-12T02:20:52Z",
4331
+ "topics": [],
4332
+ "license": "MIT",
4333
+ "url": "https://github.com/Rss3208/Visiomaster"
4334
+ },
4335
+ {
4336
+ "name": "All-In-One-Runtime-Installer-V2",
4337
+ "owner": "Saideens-Libraries",
4338
+ "full_name": "Saideens-Libraries/All-In-One-Runtime-Installer-V2",
4339
+ "description": "This installer uses official Microsoft runtime packages and automates the installation process in one click.",
4340
+ "language": "Batchfile",
4341
+ "stars": 136,
4342
+ "forks": 0,
4343
+ "created_at": "2026-05-13T20:55:09Z",
4344
+ "topics": [
4345
+ "0xc000007b-fix",
4346
+ "application-error-fix",
4347
+ "directx-runtime",
4348
+ "dll-fix",
4349
+ "game-crash-fix",
4350
+ "missing-dll-fix",
4351
+ "missing-runtime-fix",
4352
+ "runtime-error-fix",
4353
+ "runtime-installer",
4354
+ "visual-cpp-redistributable",
4355
+ "windows-dependencies",
4356
+ "windows-error-fix",
4357
+ "windows-install-error"
4358
+ ],
4359
+ "license": null,
4360
+ "url": "https://github.com/Saideens-Libraries/All-In-One-Runtime-Installer-V2"
4361
+ },
4362
+ {
4363
+ "name": "exploitbench",
4364
+ "owner": "exploitbench",
4365
+ "full_name": "exploitbench/exploitbench",
4366
+ "description": "ExploitBench measures how far AI agents climb, from reaching vulnerable code, to triggering the bug, to building exploit primitives, to arbitrary code execution.",
4367
+ "language": "Python",
4368
+ "stars": 134,
4369
+ "forks": 8,
4370
+ "created_at": "2026-05-14T19:57:32Z",
4371
+ "topics": [],
4372
+ "license": "MIT",
4373
+ "url": "https://github.com/exploitbench/exploitbench"
4374
+ },
4375
+ {
4376
+ "name": "Warp-as-History",
4377
+ "owner": "yyfz",
4378
+ "full_name": "yyfz/Warp-as-History",
4379
+ "description": "Warp-as-History: Generalizable Camera-Controlled Video Generation from One Training Video",
4380
+ "language": "Python",
4381
+ "stars": 133,
4382
+ "forks": 7,
4383
+ "created_at": "2026-05-12T04:33:52Z",
4384
+ "topics": [],
4385
+ "license": "Apache-2.0",
4386
+ "url": "https://github.com/yyfz/Warp-as-History"
4387
+ },
4388
+ {
4389
+ "name": "technical-writing",
4390
+ "owner": "luoling8192",
4391
+ "full_name": "luoling8192/technical-writing",
4392
+ "description": "中文内部技术写作的 agent skill,约束设计文档 / 评审稿 / postmortem / 分享稿场景的语气、句法、结构",
4393
+ "language": null,
4394
+ "stars": 128,
4395
+ "forks": 6,
4396
+ "created_at": "2026-05-15T12:31:42Z",
4397
+ "topics": [
4398
+ "agent-skill",
4399
+ "chinese",
4400
+ "claude-code",
4401
+ "codex",
4402
+ "documentation",
4403
+ "technical-writing"
4404
+ ],
4405
+ "license": "MIT",
4406
+ "url": "https://github.com/luoling8192/technical-writing"
4407
+ },
4408
+ {
4409
+ "name": "polymarket-arbitrage-trading-bot",
4410
+ "owner": "money-takers",
4411
+ "full_name": "money-takers/polymarket-arbitrage-trading-bot",
4412
+ "description": "polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket arbitrage bot, polymarket trading bot polymarket bot, ",
4413
+ "language": "TypeScript",
4414
+ "stars": 128,
4415
+ "forks": 1683,
4416
+ "created_at": "2026-05-14T19:22:12Z",
4417
+ "topics": [
4418
+ "arbitrage-bot",
4419
+ "automated-trading",
4420
+ "btc",
4421
+ "clob",
4422
+ "crypto-trading",
4423
+ "defi",
4424
+ "dump-and-hedge",
4425
+ "eth",
4426
+ "gamma-api",
4427
+ "market-making",
4428
+ "nodejs",
4429
+ "orderbook",
4430
+ "polygon",
4431
+ "polymarket",
4432
+ "polymarket-arbitrage",
4433
+ "polymarket-bot",
4434
+ "prediction-markets",
4435
+ "trading-bot",
4436
+ "typescript",
4437
+ "web3"
4438
+ ],
4439
+ "license": null,
4440
+ "url": "https://github.com/money-takers/polymarket-arbitrage-trading-bot"
4441
+ },
4442
+ {
4443
+ "name": "image-provenance",
4444
+ "owner": "863401402",
4445
+ "full_name": "863401402/image-provenance",
4446
+ "description": "AI image detector and watermark disruption toolkit (client-side, WIP)",
4447
+ "language": "JavaScript",
4448
+ "stars": 126,
4449
+ "forks": 24,
4450
+ "created_at": "2026-05-12T02:02:49Z",
4451
+ "topics": [],
4452
+ "license": "MIT",
4453
+ "url": "https://github.com/863401402/image-provenance"
4454
+ },
4455
+ {
4456
+ "name": "shushu-internship-tool",
4457
+ "owner": "LiuMengxuan04",
4458
+ "full_name": "LiuMengxuan04/shushu-internship-tool",
4459
+ "description": "把岗位描述变项目,把项目变简历,把简历变面试。",
4460
+ "language": "Python",
4461
+ "stars": 126,
4462
+ "forks": 3,
4463
+ "created_at": "2026-05-17T11:25:47Z",
4464
+ "topics": [
4465
+ "ai",
4466
+ "ai-agents",
4467
+ "skills"
4468
+ ],
4469
+ "license": "NOASSERTION",
4470
+ "url": "https://github.com/LiuMengxuan04/shushu-internship-tool"
4471
+ },
4472
+ {
4473
+ "name": "okx-agent-trade-kit",
4474
+ "owner": "PlaceNL2026",
4475
+ "full_name": "PlaceNL2026/okx-agent-trade-kit",
4476
+ "description": "OKX trading MCP CLI cryptocurrency spot futures swap AI agent Model Context Protocol Cursor Claude npm automated trading crypto API toolkit TypeScript open-source DeFi CEX",
4477
+ "language": "TypeScript",
4478
+ "stars": 126,
4479
+ "forks": 0,
4480
+ "created_at": "2026-05-13T09:00:09Z",
4481
+ "topics": [
4482
+ "ai-trading",
4483
+ "automated-trading",
4484
+ "cex",
4485
+ "claude",
4486
+ "cli",
4487
+ "crypto",
4488
+ "cryptocurrency",
4489
+ "cursor",
4490
+ "defi",
4491
+ "futures",
4492
+ "mcp",
4493
+ "model-context-protocol",
4494
+ "npm",
4495
+ "okx",
4496
+ "okx-api",
4497
+ "open-source",
4498
+ "perpetual-swap",
4499
+ "spot",
4500
+ "trading-bot",
4501
+ "typescript"
4502
+ ],
4503
+ "license": "MIT",
4504
+ "url": "https://github.com/PlaceNL2026/okx-agent-trade-kit"
4505
+ },
4506
+ {
4507
+ "name": "Gobby",
4508
+ "owner": "Nick-Baumann",
4509
+ "full_name": "Nick-Baumann/Gobby",
4510
+ "description": "GRRRBLEHHH!",
4511
+ "language": "TypeScript",
4512
+ "stars": 122,
4513
+ "forks": 0,
4514
+ "created_at": "2026-05-12T00:33:37Z",
4515
+ "topics": [],
4516
+ "license": "MIT",
4517
+ "url": "https://github.com/Nick-Baumann/Gobby"
4518
+ },
4519
+ {
4520
+ "name": "coinbase-trading-bot",
4521
+ "owner": "pro-tech-killers",
4522
+ "full_name": "pro-tech-killers/coinbase-trading-bot",
4523
+ "description": "coinbase trading bot coinbase api advanced trade trading bot crypto trading bot automated trading coinbase trading bot typescript algorithmic trading ema atr coinbase bot crypto trading bot coinbase trading bot paper trading spot coinbase trading bot risk sizing zod nodejs coinbase trading bot fintech quant coinbase trading bot open source",
4524
+ "language": "TypeScript",
4525
+ "stars": 117,
4526
+ "forks": 0,
4527
+ "created_at": "2026-05-14T20:33:43Z",
4528
+ "topics": [
4529
+ "advanced-trade",
4530
+ "algorithmic-trading",
4531
+ "atr",
4532
+ "automated-trading",
4533
+ "coinbase",
4534
+ "coinbase-api",
4535
+ "crypto-bot",
4536
+ "cryptocurrency",
4537
+ "ema",
4538
+ "fintech",
4539
+ "nodejs",
4540
+ "open-source",
4541
+ "paper-trading",
4542
+ "quant",
4543
+ "sol",
4544
+ "spot",
4545
+ "trading-bot",
4546
+ "typescript",
4547
+ "zod"
4548
+ ],
4549
+ "license": null,
4550
+ "url": "https://github.com/pro-tech-killers/coinbase-trading-bot"
4551
+ },
4552
+ {
4553
+ "name": "Pumpfun_AI_Trading_Bot",
4554
+ "owner": "Dangerous-hole",
4555
+ "full_name": "Dangerous-hole/Pumpfun_AI_Trading_Bot",
4556
+ "description": "Pump.fun Pump.fun Solana Solana TypeScript TypeScript trading bot trading bot AI trading AI trading OpenAI OpenAI CLI automation meme coin meme coin cryptocurrency cryptocurrency token token comment bot comment bot Solana bot Solana bot web3 web3",
4557
+ "language": "TypeScript",
4558
+ "stars": 116,
4559
+ "forks": 0,
4560
+ "created_at": "2026-05-14T19:43:23Z",
4561
+ "topics": [
4562
+ "ai-trading",
4563
+ "automation",
4564
+ "cli",
4565
+ "comment-bot",
4566
+ "cryptocurrency",
4567
+ "meme-coin",
4568
+ "openai",
4569
+ "pump-fun",
4570
+ "solana",
4571
+ "solana-bot",
4572
+ "trading-bot",
4573
+ "typescript",
4574
+ "web3"
4575
+ ],
4576
+ "license": null,
4577
+ "url": "https://github.com/Dangerous-hole/Pumpfun_AI_Trading_Bot"
4578
+ },
4579
+ {
4580
+ "name": "expo-motion-tabs",
4581
+ "owner": "rit3zh",
4582
+ "full_name": "rit3zh/expo-motion-tabs",
4583
+ "description": "⚡️ Smooth motion tabs for Expo Router",
4584
+ "language": "TypeScript",
4585
+ "stars": 112,
4586
+ "forks": 7,
4587
+ "created_at": "2026-05-17T12:21:01Z",
4588
+ "topics": [],
4589
+ "license": null,
4590
+ "url": "https://github.com/rit3zh/expo-motion-tabs"
4591
+ },
4592
+ {
4593
+ "name": "cloudflare-auth",
4594
+ "owner": "leopoldsw",
4595
+ "full_name": "leopoldsw/cloudflare-auth",
4596
+ "description": "Self-deployed auth for Cloudflare Workers and D1: email/password login, magic links, verification, password reset, secure sessions, CLI setup, and production-ready defaults.",
4597
+ "language": "TypeScript",
4598
+ "stars": 111,
4599
+ "forks": 3,
4600
+ "created_at": "2026-05-13T20:14:55Z",
4601
+ "topics": [],
4602
+ "license": "NOASSERTION",
4603
+ "url": "https://github.com/leopoldsw/cloudflare-auth"
4604
+ },
4605
+ {
4606
+ "name": "HermesPet",
4607
+ "owner": "basionwang-bot",
4608
+ "full_name": "basionwang-bot/HermesPet",
4609
+ "description": "让 AI 住在你 MacBook 的刘海里 · 零依赖开箱即用 · 多引擎并行的桌面 AI 伴侣(Swift 6 / SwiftUI / macOS 14+)",
4610
+ "language": "Swift",
4611
+ "stars": 111,
4612
+ "forks": 15,
4613
+ "created_at": "2026-05-15T06:03:02Z",
4614
+ "topics": [
4615
+ "ai",
4616
+ "chatgpt",
4617
+ "chinese",
4618
+ "claude",
4619
+ "deepseek",
4620
+ "desktop-app",
4621
+ "dynamic-island",
4622
+ "llm",
4623
+ "macos",
4624
+ "menu-bar-app",
4625
+ "swift",
4626
+ "swiftui"
4627
+ ],
4628
+ "license": "Apache-2.0",
4629
+ "url": "https://github.com/basionwang-bot/HermesPet"
4630
+ },
4631
+ {
4632
+ "name": "grid2poster",
4633
+ "owner": "open-energy-transition",
4634
+ "full_name": "open-energy-transition/grid2poster",
4635
+ "description": "Design stunning posters showcasing your country's electrical grid",
4636
+ "language": "Python",
4637
+ "stars": 111,
4638
+ "forks": 5,
4639
+ "created_at": "2026-05-12T07:50:34Z",
4640
+ "topics": [],
4641
+ "license": "MIT",
4642
+ "url": "https://github.com/open-energy-transition/grid2poster"
4643
+ },
4644
+ {
4645
+ "name": "aipointer",
4646
+ "owner": "gonemedia",
4647
+ "full_name": "gonemedia/aipointer",
4648
+ "description": "The AI cursor companion. Hold a key, ask a question, get an answer about whatever your cursor is pointing at. Vision LLM overlay for macOS, Windows, Linux. Multi-provider (OpenRouter, Anthropic, OpenAI, Gemini). Voice in/out. MIT licensed. No telemetry.",
4649
+ "language": "TypeScript",
4650
+ "stars": 110,
4651
+ "forks": 2,
4652
+ "created_at": "2026-05-13T13:13:57Z",
4653
+ "topics": [
4654
+ "ai",
4655
+ "ai-assistant",
4656
+ "ai-tools",
4657
+ "anthropic",
4658
+ "cursor",
4659
+ "desktop-app",
4660
+ "electron",
4661
+ "gemini",
4662
+ "linux",
4663
+ "macos",
4664
+ "open-source",
4665
+ "openai",
4666
+ "openrouter",
4667
+ "overlay",
4668
+ "production",
4669
+ "react",
4670
+ "typescript",
4671
+ "vision",
4672
+ "windows"
4673
+ ],
4674
+ "license": "MIT",
4675
+ "url": "https://github.com/gonemedia/aipointer"
4676
+ },
4677
+ {
4678
+ "name": "deep-teach",
4679
+ "owner": "1786329860",
4680
+ "full_name": "1786329860/deep-teach",
4681
+ "description": "🎓 深度教学模式 AI Skill — 让 AI 在每一步编程操作后自动输出专家级技术解析卡片,从「代做」变为「教做」",
4682
+ "language": null,
4683
+ "stars": 108,
4684
+ "forks": 7,
4685
+ "created_at": "2026-05-12T13:21:35Z",
4686
+ "topics": [],
4687
+ "license": null,
4688
+ "url": "https://github.com/1786329860/deep-teach"
4689
+ },
4690
+ {
4691
+ "name": "sportsbook-bet365",
4692
+ "owner": "bigfrankykevin",
4693
+ "full_name": "bigfrankykevin/sportsbook-bet365",
4694
+ "description": "sportsbook, casino game, bet365 Monorepo for a sportsbook-style trading web experience: a Next.js frontend with wagmi / viem for wallet flows, a Fastify API, and a small shared TypeScript package for contracts between apps. sportsbook, casino game, bet365 Monorepo for a sportsbook-style trading web experience: a Next.js frontend with wagmi / viem",
4695
+ "language": "TypeScript",
4696
+ "stars": 108,
4697
+ "forks": 665,
4698
+ "created_at": "2026-05-13T09:36:10Z",
4699
+ "topics": [
4700
+ "bet365",
4701
+ "bet365-clone",
4702
+ "betting",
4703
+ "casino",
4704
+ "casino-game",
4705
+ "casino-source-code",
4706
+ "sportsbook"
4707
+ ],
4708
+ "license": null,
4709
+ "url": "https://github.com/bigfrankykevin/sportsbook-bet365"
4710
+ },
4711
+ {
4712
+ "name": "nanotdb",
4713
+ "owner": "aymanhs",
4714
+ "full_name": "aymanhs/nanotdb",
4715
+ "description": "A tiny, append‑only time‑series database designed for long‑running sensor data on modest hardware.",
4716
+ "language": "Go",
4717
+ "stars": 108,
4718
+ "forks": 2,
4719
+ "created_at": "2026-05-14T06:00:30Z",
4720
+ "topics": [],
4721
+ "license": "MIT",
4722
+ "url": "https://github.com/aymanhs/nanotdb"
4723
+ },
4724
+ {
4725
+ "name": "Awesome-Datasets-Hub",
4726
+ "owner": "ahammadmejbah",
4727
+ "full_name": "ahammadmejbah/Awesome-Datasets-Hub",
4728
+ "description": "A curated collection of datasets for Large Language Models (LLMs), covering medical AI, NLP, multimodal learning, instruction tuning, reasoning, code generation, and evaluation benchmarks.",
4729
+ "language": null,
4730
+ "stars": 105,
4731
+ "forks": 29,
4732
+ "created_at": "2026-05-15T14:58:14Z",
4733
+ "topics": [
4734
+ "benchmark",
4735
+ "benchmarking",
4736
+ "deep-learning",
4737
+ "deep-neural-networks",
4738
+ "deeplearning",
4739
+ "genetic-algorithm",
4740
+ "llm",
4741
+ "llm-evaluation",
4742
+ "llm-inference",
4743
+ "machine-learning",
4744
+ "machine-learning-algorithms",
4745
+ "machinelearning",
4746
+ "neural-network"
4747
+ ],
4748
+ "license": null,
4749
+ "url": "https://github.com/ahammadmejbah/Awesome-Datasets-Hub"
4750
+ },
4751
+ {
4752
+ "name": "jarvis",
4753
+ "owner": "alpunlu12-commits",
4754
+ "full_name": "alpunlu12-commits/jarvis",
4755
+ "description": "Jarvis AI Asistan",
4756
+ "language": null,
4757
+ "stars": 102,
4758
+ "forks": 30,
4759
+ "created_at": "2026-05-14T09:25:19Z",
4760
+ "topics": [],
4761
+ "license": null,
4762
+ "url": "https://github.com/alpunlu12-commits/jarvis"
4763
+ },
4764
+ {
4765
+ "name": "jepa",
4766
+ "owner": "keon",
4767
+ "full_name": "keon/jepa",
4768
+ "description": "implementing minimal versions of joint-embedding predictive architecture (JEPA)",
4769
+ "language": "Python",
4770
+ "stars": 102,
4771
+ "forks": 7,
4772
+ "created_at": "2026-05-12T05:26:49Z",
4773
+ "topics": [
4774
+ "jepa",
4775
+ "pytorch",
4776
+ "representation-learning",
4777
+ "self-supervised-learning",
4778
+ "world-models"
4779
+ ],
4780
+ "license": null,
4781
+ "url": "https://github.com/keon/jepa"
4782
+ },
4783
+ {
4784
+ "name": "OpenCodex",
4785
+ "owner": "RyensX",
4786
+ "full_name": "RyensX/OpenCodex",
4787
+ "description": "OpenCodex是一个轻量级Codex运行环境,可以让你的任意设备通过Web使用你的电脑上的Codex。/ OpenCodex is a lightweight Codex runtime environment that allows any of your devices to use the Codex on your computer via the Web.",
4788
+ "language": "TypeScript",
4789
+ "stars": 97,
4790
+ "forks": 5,
4791
+ "created_at": "2026-05-15T15:33:26Z",
4792
+ "topics": [],
4793
+ "license": "AGPL-3.0",
4794
+ "url": "https://github.com/RyensX/OpenCodex"
4795
+ },
4796
+ {
4797
+ "name": "downloads",
4798
+ "owner": "septimawaTi",
4799
+ "full_name": "septimawaTi/downloads",
4800
+ "description": "Fix wrong comma dotfiles addition",
4801
+ "language": "Ruby",
4802
+ "stars": 95,
4803
+ "forks": 0,
4804
+ "created_at": "2026-05-14T17:22:15Z",
4805
+ "topics": [],
4806
+ "license": null,
4807
+ "url": "https://github.com/septimawaTi/downloads"
4808
+ },
4809
+ {
4810
+ "name": "Windows-Activator",
4811
+ "owner": "gazelleandrewrasmussenmouj2",
4812
+ "full_name": "gazelleandrewrasmussenmouj2/Windows-Activator",
4813
+ "description": "Windows KMS activator office365",
4814
+ "language": null,
4815
+ "stars": 93,
4816
+ "forks": 66,
4817
+ "created_at": "2026-05-16T15:17:13Z",
4818
+ "topics": [
4819
+ "copilot",
4820
+ "kms",
4821
+ "microsoft",
4822
+ "office365",
4823
+ "windows-10",
4824
+ "windows-11",
4825
+ "windows-service"
4826
+ ],
4827
+ "license": null,
4828
+ "url": "https://github.com/gazelleandrewrasmussenmouj2/Windows-Activator"
4829
+ },
4830
+ {
4831
+ "name": "xiaoyan-ai-dev-assistant",
4832
+ "owner": "ZJunCher",
4833
+ "full_name": "ZJunCher/xiaoyan-ai-dev-assistant",
4834
+ "description": "基于 RAG 混合检索与多轮记忆的 AI 研发助手,支持团队知识问答,也适合新手学习 RAG 应用开发。",
4835
+ "language": "Java",
4836
+ "stars": 93,
4837
+ "forks": 3,
4838
+ "created_at": "2026-05-12T02:26:49Z",
4839
+ "topics": [],
4840
+ "license": null,
4841
+ "url": "https://github.com/ZJunCher/xiaoyan-ai-dev-assistant"
4842
+ },
4843
+ {
4844
+ "name": "vibe-observer",
4845
+ "owner": "AIchovy",
4846
+ "full_name": "AIchovy/vibe-observer",
4847
+ "description": "Claude Code Tracer & Observer",
4848
+ "language": "Rust",
4849
+ "stars": 93,
4850
+ "forks": 1,
4851
+ "created_at": "2026-05-17T05:50:21Z",
4852
+ "topics": [],
4853
+ "license": "MIT",
4854
+ "url": "https://github.com/AIchovy/vibe-observer"
4855
+ },
4856
+ {
4857
+ "name": "OP-Auto-Clicker-4.1",
4858
+ "owner": "smokeserverquilt",
4859
+ "full_name": "smokeserverquilt/OP-Auto-Clicker-4.1",
4860
+ "description": "Free, fast, and open-source auto clicker for Windows. Customize click speed, intervals, hotkeys, and random delays. Perfect for Roblox, Minecraft, idle games, and repetitive tasks. Portable & lightweight.",
4861
+ "language": "C#",
4862
+ "stars": 93,
4863
+ "forks": 0,
4864
+ "created_at": "2026-05-15T19:53:43Z",
4865
+ "topics": [
4866
+ "auto-clicker",
4867
+ "auto-clicker-op",
4868
+ "autoclick",
4869
+ "autoclicktool",
4870
+ "hotkey",
4871
+ "macro",
4872
+ "macros",
4873
+ "op-auto-clicker",
4874
+ "op-auto-clicker-download",
4875
+ "op-auto-clicker-install",
4876
+ "opclicker"
4877
+ ],
4878
+ "license": "MIT",
4879
+ "url": "https://github.com/smokeserverquilt/OP-Auto-Clicker-4.1"
4880
+ },
4881
+ {
4882
+ "name": "wangluoxiaoshuozhushou",
4883
+ "owner": "showdownagain",
4884
+ "full_name": "showdownagain/wangluoxiaoshuozhushou",
4885
+ "description": "利用claudecode创作网络小说",
4886
+ "language": null,
4887
+ "stars": 91,
4888
+ "forks": 7,
4889
+ "created_at": "2026-05-12T05:39:11Z",
4890
+ "topics": [],
4891
+ "license": null,
4892
+ "url": "https://github.com/showdownagain/wangluoxiaoshuozhushou"
4893
+ },
4894
+ {
4895
+ "name": "WindowsDelta",
4896
+ "owner": "akuma815",
4897
+ "full_name": "akuma815/WindowsDelta",
4898
+ "description": "Delta is a precision-engineered executor , third-party client for Roblox, specifically architected to dismantle performance bottlenecks. By bypassing standard client limitations, Delta provides a high-fidelity, low-latency environment tailored for power users and competitive players on Windows 10 and 11.",
4899
+ "language": null,
4900
+ "stars": 91,
4901
+ "forks": 0,
4902
+ "created_at": "2026-05-16T08:42:29Z",
4903
+ "topics": [],
4904
+ "license": "MIT",
4905
+ "url": "https://github.com/akuma815/WindowsDelta"
4906
+ },
4907
+ {
4908
+ "name": "SeedVault",
4909
+ "owner": "hvsk24",
4910
+ "full_name": "hvsk24/SeedVault",
4911
+ "description": "Seed Phrase Generator and Balance Checker: Multi-currency address generator. BIP-39 mnemonic setup, multi-threading, custom derivation paths, proxy support. Supports BTC (Legacy, SegWit, Native SegWit), ETH, BSC, SOL, MATIC. RPC configuration, automatic database logging, clean UI, portable execution.",
4912
+ "language": null,
4913
+ "stars": 91,
4914
+ "forks": 0,
4915
+ "created_at": "2026-05-16T09:22:09Z",
4916
+ "topics": [
4917
+ "crypto",
4918
+ "ethereum-checker",
4919
+ "ethereum-scanner",
4920
+ "multi-chain",
4921
+ "seed-generator",
4922
+ "solana-hunter",
4923
+ "vanity-address-search",
4924
+ "wallet-generator-and-checker"
4925
+ ],
4926
+ "license": "MIT",
4927
+ "url": "https://github.com/hvsk24/SeedVault"
4928
+ },
4929
+ {
4930
+ "name": "semble_rs",
4931
+ "owner": "johunsang",
4932
+ "full_name": "johunsang/semble_rs",
4933
+ "description": "Fast, AI-agent-native code search in Rust — hybrid BM25 + semantic, Tree-sitter AST chunking, dependency & impact analysis. Drop-in replacement for grep/cat/read/ls in Claude Code, Codex, Cursor, Aider, OpenHands.",
4934
+ "language": "Rust",
4935
+ "stars": 88,
4936
+ "forks": 11,
4937
+ "created_at": "2026-05-12T13:07:42Z",
4938
+ "topics": [
4939
+ "ai-agent",
4940
+ "bm25",
4941
+ "claude-code",
4942
+ "cli",
4943
+ "code-search",
4944
+ "codex",
4945
+ "coding-assistant",
4946
+ "cursor",
4947
+ "dependency-graph",
4948
+ "developer-tools",
4949
+ "embeddings",
4950
+ "grep-replacement",
4951
+ "hybrid-search",
4952
+ "impact-analysis",
4953
+ "llm",
4954
+ "rag",
4955
+ "rust",
4956
+ "semantic-search",
4957
+ "token-optimization",
4958
+ "tree-sitter"
4959
+ ],
4960
+ "license": null,
4961
+ "url": "https://github.com/johunsang/semble_rs"
4962
+ },
4963
+ {
4964
+ "name": "SDAR",
4965
+ "owner": "ZJU-REAL",
4966
+ "full_name": "ZJU-REAL/SDAR",
4967
+ "description": "Official code for \"Self-Distilled Agentic Reinforcement Learning\"",
4968
+ "language": "Python",
4969
+ "stars": 87,
4970
+ "forks": 5,
4971
+ "created_at": "2026-05-14T16:54:03Z",
4972
+ "topics": [],
4973
+ "license": "Apache-2.0",
4974
+ "url": "https://github.com/ZJU-REAL/SDAR"
4975
+ },
4976
+ {
4977
+ "name": "Olivia",
4978
+ "owner": "matthewjmandel",
4979
+ "full_name": "matthewjmandel/Olivia",
4980
+ "description": "A memory-grounded language model — built from the life of someone who mattered.",
4981
+ "language": "C#",
4982
+ "stars": 87,
4983
+ "forks": 0,
4984
+ "created_at": "2026-05-13T00:27:00Z",
4985
+ "topics": [],
4986
+ "license": "MIT",
4987
+ "url": "https://github.com/matthewjmandel/Olivia"
4988
+ },
4989
+ {
4990
+ "name": "google-ai-search-optimization",
4991
+ "owner": "deepakness",
4992
+ "full_name": "deepakness/google-ai-search-optimization",
4993
+ "description": "Unofficial Agent Skill based on Google Search guidance for AI Overviews, AI Mode, and SEO audits.",
4994
+ "language": null,
4995
+ "stars": 87,
4996
+ "forks": 4,
4997
+ "created_at": "2026-05-16T13:55:02Z",
4998
+ "topics": [
4999
+ "ai-agents",
This file is too large to show in full.
requirements.txt
new
+2
@@ -0,0 +1,2 @@
1
+# No external dependencies required.
2
+# The crawler uses the Python 3 standard library only.
scripts/crawl.py
new
+418
@@ -0,0 +1,418 @@
1
+#!/usr/bin/env python3
2
+"""Collect weekly GitHub repository signals for SquadScope."""
3
+
4
+from __future__ import annotations
5
+
6
+import argparse
7
+import json
8
+import os
9
+import random
10
+import sys
11
+import time
12
+from collections import Counter
13
+from datetime import UTC, datetime, timedelta
14
+from pathlib import Path
15
+from typing import Any, Iterable
16
+from urllib import error, parse, request
17
+
18
+API_ROOT = "https://api.github.com"
19
+SEARCH_REPOSITORIES = f"{API_ROOT}/search/repositories"
20
+README_KEYWORDS = {
21
+ "homework",
22
+ "assignment",
23
+ "tutorial",
24
+ "course",
25
+ "bootcamp",
26
+ "workshop",
27
+ "exercise",
28
+ "lab",
29
+ "lesson",
30
+ "leetcode",
31
+ "kata",
32
+ "template",
33
+ "starter",
34
+ "example",
35
+ "cheatsheet",
36
+ "guide",
37
+ "demo",
38
+ "sample",
39
+}
40
+EXCLUDED_TOPICS = {
41
+ "tutorial",
42
+ "tutorials",
43
+ "homework",
44
+ "assignment",
45
+ "assignments",
46
+ "course",
47
+ "courses",
48
+ "bootcamp",
49
+ "workshop",
50
+ "workshops",
51
+ "example",
52
+ "examples",
53
+ "template",
54
+ "templates",
55
+ "starter",
56
+ "starter-template",
57
+}
58
+DEFAULT_HEADERS = {
59
+ "Accept": "application/vnd.github+json, application/vnd.github.mercy-preview+json",
60
+ "X-GitHub-Api-Version": "2022-11-28",
61
+ "User-Agent": "SquadScope-Crawler/1.0",
62
+}
63
+
64
+
65
+class GitHubClient:
66
+ def __init__(self, token: str, *, timeout: int = 30, max_retries: int = 6) -> None:
67
+ self.token = token
68
+ self.timeout = timeout
69
+ self.max_retries = max_retries
70
+ self.api_calls_used = 0
71
+ self.rate_limit_remaining: int | None = None
72
+ self.rate_limit_reset: int | None = None
73
+ self._readme_cache: dict[str, bool] = {}
74
+
75
+ def _headers(self) -> dict[str, str]:
76
+ headers = dict(DEFAULT_HEADERS)
77
+ headers["Authorization"] = f"Bearer {self.token}"
78
+ return headers
79
+
80
+ def get_json(self, url: str, params: dict[str, Any] | None = None) -> Any:
81
+ query = f"{url}?{parse.urlencode(params)}" if params else url
82
+ attempt = 0
83
+ while True:
84
+ req = request.Request(query, headers=self._headers())
85
+ try:
86
+ with request.urlopen(req, timeout=self.timeout) as response:
87
+ self.api_calls_used += 1
88
+ self._update_rate_limit(response.headers)
89
+ payload = response.read().decode("utf-8")
90
+ return json.loads(payload)
91
+ except error.HTTPError as exc:
92
+ self.api_calls_used += 1
93
+ self._update_rate_limit(exc.headers)
94
+ body = exc.read().decode("utf-8", errors="replace")
95
+ if attempt >= self.max_retries or not self._should_retry(exc.code, body):
96
+ raise RuntimeError(
97
+ f"GitHub API request failed with status {exc.code}: {body.strip() or exc.reason}"
98
+ ) from exc
99
+ self._sleep_before_retry(attempt, exc.headers, body)
100
+ attempt += 1
101
+ except error.URLError as exc:
102
+ if attempt >= self.max_retries:
103
+ raise RuntimeError(f"GitHub API request failed: {exc}") from exc
104
+ self._sleep_before_retry(attempt, None, str(exc))
105
+ attempt += 1
106
+
107
+ def search_repositories(self, query: str, *, max_results: int = 1000) -> list[dict[str, Any]]:
108
+ results: list[dict[str, Any]] = []
109
+ per_page = 100
110
+ max_pages = min((max_results + per_page - 1) // per_page, 10)
111
+ for page in range(1, max_pages + 1):
112
+ payload = self.get_json(
113
+ SEARCH_REPOSITORIES,
114
+ params={
115
+ "q": query,
116
+ "sort": "stars",
117
+ "order": "desc",
118
+ "per_page": per_page,
119
+ "page": page,
120
+ },
121
+ )
122
+ items = payload.get("items", [])
123
+ if not items:
124
+ break
125
+ results.extend(items)
126
+ if len(items) < per_page or len(results) >= min(payload.get("total_count", 0), max_results, 1000):
127
+ break
128
+ return results[:max_results]
129
+
130
+ def has_readme(self, full_name: str) -> bool:
131
+ if full_name in self._readme_cache:
132
+ return self._readme_cache[full_name]
133
+ url = f"{API_ROOT}/repos/{full_name}/readme"
134
+ try:
135
+ self.get_json(url)
136
+ self._readme_cache[full_name] = True
137
+ except RuntimeError as exc:
138
+ message = str(exc)
139
+ if "status 404" in message or "SAML enforcement" in message:
140
+ self._readme_cache[full_name] = False
141
+ else:
142
+ raise
143
+ return self._readme_cache[full_name]
144
+
145
+ def _should_retry(self, status: int, body: str) -> bool:
146
+ lowered = body.lower()
147
+ return status in {403, 429, 500, 502, 503, 504} or "secondary rate limit" in lowered
148
+
149
+ def _sleep_before_retry(self, attempt: int, headers: Any, body: str) -> None:
150
+ reset_at = None
151
+ if headers is not None:
152
+ remaining = headers.get("X-RateLimit-Remaining")
153
+ reset = headers.get("X-RateLimit-Reset")
154
+ if remaining == "0" and reset:
155
+ try:
156
+ reset_at = max(int(reset) - int(time.time()), 1)
157
+ except ValueError:
158
+ reset_at = None
159
+ if reset_at is not None:
160
+ delay = reset_at + random.uniform(0.0, 1.0)
161
+ else:
162
+ delay = min(2**attempt, 60) + random.uniform(0.0, 1.0)
163
+ if "secondary rate limit" in body.lower():
164
+ delay = max(delay, 5.0 + random.uniform(0.0, 3.0))
165
+ time.sleep(delay)
166
+
167
+ def _update_rate_limit(self, headers: Any) -> None:
168
+ remaining = headers.get("X-RateLimit-Remaining") if headers else None
169
+ reset = headers.get("X-RateLimit-Reset") if headers else None
170
+ if remaining is not None:
171
+ try:
172
+ self.rate_limit_remaining = int(remaining)
173
+ except ValueError:
174
+ self.rate_limit_remaining = None
175
+ if reset is not None:
176
+ try:
177
+ self.rate_limit_reset = int(reset)
178
+ except ValueError:
179
+ self.rate_limit_reset = None
180
+
181
+
182
+def parse_args() -> argparse.Namespace:
183
+ parser = argparse.ArgumentParser(description=__doc__)
184
+ parser.add_argument(
185
+ "--since",
186
+ help="UTC date cutoff for repository queries (YYYY-MM-DD). Defaults to 7 days before --as-of/current time.",
187
+ )
188
+ parser.add_argument(
189
+ "--as-of",
190
+ help="Anchor date for the crawl window and output week (YYYY-MM-DD). Defaults to now in UTC.",
191
+ )
192
+ parser.add_argument(
193
+ "--max-results",
194
+ type=int,
195
+ default=250,
196
+ help="Maximum repositories to fetch per search query (default: 250, capped at 1000).",
197
+ )
198
+ parser.add_argument(
199
+ "--output",
200
+ help="Optional explicit output path. Defaults to data/raw/YYYY-WNN.json.",
201
+ )
202
+ return parser.parse_args()
203
+
204
+
205
+def utc_now() -> datetime:
206
+ return datetime.now(UTC).replace(microsecond=0)
207
+
208
+
209
+def iso_timestamp(value: datetime) -> str:
210
+ return value.isoformat().replace("+00:00", "Z")
211
+
212
+
213
+def week_slug(value: datetime) -> str:
214
+ year, week, _ = value.isocalendar()
215
+ return f"{year}-W{week:02d}"
216
+
217
+
218
+def previous_snapshot(data_dir: Path, current_week: str) -> dict[str, int]:
219
+ snapshots = sorted(data_dir.glob("*.json"), reverse=True)
220
+ for snapshot in snapshots:
221
+ try:
222
+ payload = json.loads(snapshot.read_text(encoding="utf-8"))
223
+ except (OSError, json.JSONDecodeError):
224
+ continue
225
+ if payload.get("week") == current_week:
226
+ continue
227
+ mapping: dict[str, int] = {}
228
+ for section in ("new_repos", "trending_repos"):
229
+ for repo in payload.get(section, []):
230
+ full_name = repo.get("full_name") or ""
231
+ stars = repo.get("stars")
232
+ if full_name and isinstance(stars, int):
233
+ mapping[full_name] = stars
234
+ if mapping:
235
+ return mapping
236
+ return {}
237
+
238
+
239
+def looks_insignificant(repo: dict[str, Any]) -> bool:
240
+ if repo.get("fork"):
241
+ return True
242
+ description = (repo.get("description") or "").strip()
243
+ if not description:
244
+ return True
245
+ lowered_description = description.lower()
246
+ lowered_name = str(repo.get("name") or "").lower()
247
+ topics = {topic.lower() for topic in repo.get("topics") or []}
248
+ combined = " ".join([lowered_name, lowered_description, " ".join(sorted(topics))])
249
+ if topics & EXCLUDED_TOPICS:
250
+ return True
251
+ return any(keyword in combined for keyword in README_KEYWORDS)
252
+
253
+
254
+def to_repo_record(repo: dict[str, Any], *, stars_gained: int | None = None) -> dict[str, Any]:
255
+ license_info = repo.get("license") or {}
256
+ record = {
257
+ "name": repo.get("name"),
258
+ "owner": (repo.get("owner") or {}).get("login"),
259
+ "full_name": repo.get("full_name"),
260
+ "description": repo.get("description"),
261
+ "language": repo.get("language"),
262
+ "stars": repo.get("stargazers_count"),
263
+ "forks": repo.get("forks_count"),
264
+ "created_at": repo.get("created_at"),
265
+ "topics": sorted(repo.get("topics") or []),
266
+ "license": license_info.get("spdx_id") or license_info.get("name"),
267
+ "url": repo.get("html_url"),
268
+ }
269
+ if stars_gained is not None:
270
+ record["stars_gained"] = stars_gained
271
+ return record
272
+
273
+
274
+def collect_repositories(
275
+ client: GitHubClient,
276
+ repositories: Iterable[dict[str, Any]],
277
+ *,
278
+ previous_stars: dict[str, int] | None = None,
279
+ trending_cutoff: datetime | None = None,
280
+) -> list[dict[str, Any]]:
281
+ collected: list[dict[str, Any]] = []
282
+ seen: set[str] = set()
283
+ has_prior_snapshot = bool(previous_stars)
284
+ for repo in repositories:
285
+ full_name = repo.get("full_name")
286
+ if not full_name or full_name in seen or looks_insignificant(repo):
287
+ continue
288
+ if not client.has_readme(full_name):
289
+ continue
290
+ seen.add(full_name)
291
+ stars_gained: int | None = None
292
+ if previous_stars is not None:
293
+ previous_value = previous_stars.get(full_name)
294
+ current_stars = int(repo.get("stargazers_count") or 0)
295
+ if previous_value is not None:
296
+ stars_gained = max(current_stars - previous_value, 0)
297
+ elif has_prior_snapshot and trending_cutoff is not None:
298
+ created_at = repo.get("created_at")
299
+ if isinstance(created_at, str):
300
+ created = datetime.fromisoformat(created_at.replace("Z", "+00:00"))
301
+ if created >= trending_cutoff:
302
+ stars_gained = current_stars
303
+ collected.append(to_repo_record(repo, stars_gained=stars_gained))
304
+ if previous_stars is not None and has_prior_snapshot:
305
+ collected.sort(key=lambda item: (item.get("stars_gained", -1), item["stars"]), reverse=True)
306
+ else:
307
+ collected.sort(key=lambda item: item["stars"], reverse=True)
308
+ return collected
309
+
310
+
311
+def build_signals(*repo_groups: list[dict[str, Any]]) -> dict[str, list[dict[str, Any]]]:
312
+ topic_counter: Counter[str] = Counter()
313
+ for group in repo_groups:
314
+ for repo in group:
315
+ topic_counter.update(topic.lower() for topic in repo.get("topics") or [])
316
+ top_topics = [
317
+ {"topic": topic, "count": count}
318
+ for topic, count in topic_counter.most_common(15)
319
+ ]
320
+ return {"top_topics": top_topics}
321
+
322
+
323
+def validate_payload(payload: dict[str, Any]) -> None:
324
+ required_top_level = {"week", "crawled_at", "new_repos", "trending_repos", "signals", "metadata"}
325
+ missing = required_top_level - payload.keys()
326
+ if missing:
327
+ raise ValueError(f"Missing top-level keys: {sorted(missing)}")
328
+ if not isinstance(payload["new_repos"], list) or not isinstance(payload["trending_repos"], list):
329
+ raise ValueError("new_repos and trending_repos must be lists")
330
+ if not isinstance(payload["signals"], dict) or not isinstance(payload["metadata"], dict):
331
+ raise ValueError("signals and metadata must be objects")
332
+ repo_fields = {
333
+ "name",
334
+ "owner",
335
+ "full_name",
336
+ "description",
337
+ "language",
338
+ "stars",
339
+ "forks",
340
+ "created_at",
341
+ "topics",
342
+ "license",
343
+ "url",
344
+ }
345
+ for section in ("new_repos", "trending_repos"):
346
+ for repo in payload[section]:
347
+ missing_fields = repo_fields - repo.keys()
348
+ if missing_fields:
349
+ raise ValueError(f"Repository in {section} missing fields: {sorted(missing_fields)}")
350
+ metadata = payload["metadata"]
351
+ if not isinstance(metadata.get("api_calls_used"), int):
352
+ raise ValueError("metadata.api_calls_used must be an integer")
353
+ if metadata.get("rate_limit_remaining") is not None and not isinstance(metadata.get("rate_limit_remaining"), int):
354
+ raise ValueError("metadata.rate_limit_remaining must be an integer or null")
355
+
356
+
357
+def write_payload(path: Path, payload: dict[str, Any]) -> None:
358
+ path.parent.mkdir(parents=True, exist_ok=True)
359
+ path.write_text(json.dumps(payload, indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
360
+
361
+
362
+def main() -> int:
363
+ args = parse_args()
364
+ github_token = os.environ.get("GITHUB_TOKEN")
365
+ if not github_token:
366
+ print("GITHUB_TOKEN is required", file=sys.stderr)
367
+ return 1
368
+
369
+ crawled_at = utc_now()
370
+ window_end = (
371
+ datetime.strptime(args.as_of, "%Y-%m-%d").replace(tzinfo=UTC)
372
+ if args.as_of
373
+ else crawled_at
374
+ )
375
+ since = datetime.strptime(args.since, "%Y-%m-%d").replace(tzinfo=UTC) if args.since else window_end - timedelta(days=7)
376
+ week = week_slug(window_end)
377
+ output_path = Path(args.output) if args.output else Path("data/raw") / f"{week}.json"
378
+ client = GitHubClient(github_token)
379
+ max_results = max(1, min(args.max_results, 1000))
380
+
381
+ new_query = f"created:>{since.date().isoformat()} stars:>50"
382
+ trending_query = f"pushed:>{since.date().isoformat()} stars:>50"
383
+
384
+ new_candidates = client.search_repositories(new_query, max_results=max_results)
385
+ previous_stars = previous_snapshot(output_path.parent, week)
386
+ trending_candidates = client.search_repositories(trending_query, max_results=max_results)
387
+
388
+ new_repos = collect_repositories(client, new_candidates)
389
+ trending_repos = collect_repositories(
390
+ client,
391
+ trending_candidates,
392
+ previous_stars=previous_stars,
393
+ trending_cutoff=since,
394
+ )
395
+
396
+ payload = {
397
+ "week": week,
398
+ "crawled_at": iso_timestamp(crawled_at),
399
+ "new_repos": new_repos,
400
+ "trending_repos": trending_repos,
401
+ "signals": build_signals(new_repos, trending_repos),
402
+ "metadata": {
403
+ "api_calls_used": client.api_calls_used,
404
+ "rate_limit_remaining": client.rate_limit_remaining,
405
+ },
406
+ }
407
+ validate_payload(payload)
408
+ write_payload(output_path, payload)
409
+
410
+ print(
411
+ f"Wrote {output_path} with {len(new_repos)} new repos and {len(trending_repos)} trending repos "
412
+ f"using {client.api_calls_used} API calls."
413
+ )
414
+ return 0
415
+
416
+
417
+if __name__ == "__main__":
418
+ raise SystemExit(main())