forked from Scottcjn/rustchain-bounties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstar_tracker.html
More file actions
50 lines (46 loc) · 1.99 KB
/
star_tracker.html
File metadata and controls
50 lines (46 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>GitHub Star Tracker - Scottcjn</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
max-width: 900px; margin: 0 auto; padding: 20px;
background: #0d1117; color: #c9d1d9; }
h1 { color: #58a6ff; }
.stat { display: inline-block; margin: 10px 20px; }
.stat-value { font-size: 2em; font-weight: bold; color: #58a6ff; }
.stat-label { color: #8b949e; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { padding: 10px; text-align: left; border-bottom: 1px solid #30363d; }
th { color: #8b949e; }
.delta-pos { color: #3fb950; }
.delta-neg { color: #f85149; }
</style>
</head>
<body>
<h1>📊 GitHub Star Tracker - Scottcjn</h1>
<div class="stat">
<div class="stat-value">3063</div>
<div class="stat-label">Total Stars ⭐</div>
</div>
<div class="stat">
<div class="stat-value">121</div>
<div class="stat-label">Total Repos 📁</div>
</div>
<h2>🏆 Top 10 Repos</h2>
<table>
<tr><th>Repo</th><th>Stars</th><th>24h Change</th></tr>
<tr><td>Rustchain</td><td>134</td><td class='delta-pos'>+0</td></tr>
<tr><td>bottube</td><td>112</td><td class='delta-pos'>+0</td></tr>
<tr><td>beacon-skill</td><td>80</td><td class='delta-pos'>+0</td></tr>
<tr><td>rustchain-bounties</td><td>72</td><td class='delta-pos'>+0</td></tr>
<tr><td>grazer-skill</td><td>52</td><td class='delta-pos'>+0</td></tr>
<tr><td>ram-coffers</td><td>52</td><td class='delta-pos'>+0</td></tr>
<tr><td>legend-of-elya-n64</td><td>39</td><td class='delta-pos'>+0</td></tr>
<tr><td>claude-code-power8</td><td>38</td><td class='delta-pos'>+0</td></tr>
<tr><td>amd-rocm-power8-patches</td><td>37</td><td class='delta-pos'>+0</td></tr>
<tr><td>exo-cuda</td><td>37</td><td class='delta-pos'>+0</td></tr>
</table>
<p>Generated at: 2026-03-08 20:14:48</p>
</body>
</html>