SaisExperiments commited on
Commit
421d4a6
·
verified ·
1 Parent(s): 3601641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +567 -1
README.md CHANGED
@@ -1,5 +1,571 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
4
 
5
- uploading (maybe (if it fits :p))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ - es
6
+ - fr
7
+ - pt
8
+ size_categories:
9
+ - 1B<n<10B
10
  ---
11
+ <!DOCTYPE html>
12
+ <html lang="en">
13
+ <head>
14
+ <meta charset="UTF-8">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
16
+ <title>Discord Unveiled Dataset</title>
17
+ </head>
18
+ <body>
19
+ <div class="container">
20
 
21
+ <style>
22
+ /* --- Sakura Dreams Theme --- */
23
+ @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap');
24
+
25
+ /* --- Define Pink Paradise Colors --- */
26
+ .container {
27
+ --bg-primary: #0d0511;
28
+ --bg-secondary: #1a0f1f;
29
+ --bg-tertiary: #2d1b35;
30
+ --bg-card: #3d2847;
31
+ --text-primary: #fef7ff;
32
+ --text-secondary: #f0d9ff;
33
+ --text-muted: #c084fc;
34
+ --pink-soft: #fce7f3;
35
+ --pink-medium: #f9a8d4;
36
+ --pink-bright: #ec4899;
37
+ --pink-hot: #e91e63;
38
+ --pink-neon: #ff1493;
39
+ --purple-soft: #e879f9;
40
+ --purple-bright: #c026d3;
41
+ --purple-deep: #7c3aed;
42
+ --border-glow: #f472b6;
43
+ --shadow-pink: rgba(244, 114, 182, 0.4);
44
+ --shadow-purple: rgba(168, 85, 247, 0.3);
45
+ --code-bg: #1a0821;
46
+ --gradient-main: linear-gradient(135deg, #ec4899, #e879f9, #c026d3);
47
+ --gradient-soft: linear-gradient(45deg, #fce7f3, #f3e8ff);
48
+ --gradient-neon: linear-gradient(90deg, #ff1493, #e879f9, #ff1493);
49
+
50
+ /* Base Styles */
51
+ font-family: 'Poppins', sans-serif;
52
+ font-weight: 400;
53
+ background:
54
+ radial-gradient(circle at 25% 25%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
55
+ radial-gradient(circle at 75% 75%, rgba(192, 38, 211, 0.15) 0%, transparent 50%),
56
+ radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.1) 0%, transparent 40%),
57
+ linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
58
+ color: var(--text-primary);
59
+ min-height: 100vh;
60
+ padding: 80px 50px;
61
+ margin: 0;
62
+ max-width: 1000px;
63
+ margin: 0 auto;
64
+ line-height: 1.7;
65
+ position: relative;
66
+ overflow-x: hidden;
67
+ }
68
+
69
+ /* Floating particles animation */
70
+ .container::before {
71
+ content: '';
72
+ position: fixed;
73
+ top: 0;
74
+ left: 0;
75
+ width: 100%;
76
+ height: 100%;
77
+ background-image:
78
+ radial-gradient(2px 2px at 20px 30px, rgba(255, 192, 203, 0.8), transparent),
79
+ radial-gradient(2px 2px at 40px 70px, rgba(255, 105, 180, 0.6), transparent),
80
+ radial-gradient(1px 1px at 90px 40px, rgba(238, 130, 238, 0.7), transparent),
81
+ radial-gradient(1px 1px at 130px 80px, rgba(255, 20, 147, 0.5), transparent),
82
+ radial-gradient(2px 2px at 160px 30px, rgba(199, 21, 133, 0.6), transparent);
83
+ background-repeat: repeat;
84
+ background-size: 200px 100px;
85
+ animation: sparkle 20s linear infinite;
86
+ pointer-events: none;
87
+ z-index: -1;
88
+ }
89
+
90
+ @keyframes sparkle {
91
+ 0% { transform: translateY(0) rotate(0deg); }
92
+ 100% { transform: translateY(-100px) rotate(360deg); }
93
+ }
94
+
95
+ /* --- Header Section --- */
96
+ .header {
97
+ text-align: center;
98
+ margin-bottom: 80px;
99
+ position: relative;
100
+ }
101
+
102
+ .main-title {
103
+ font-family: 'Caveat', cursive;
104
+ font-size: 4.5rem;
105
+ font-weight: 700;
106
+ background: var(--gradient-neon);
107
+ background-size: 200% 200%;
108
+ -webkit-background-clip: text;
109
+ -webkit-text-fill-color: transparent;
110
+ background-clip: text;
111
+ animation: gradientFlow 3s ease-in-out infinite;
112
+ margin-bottom: 20px;
113
+ letter-spacing: -0.02em;
114
+ text-shadow: 0 0 40px var(--shadow-pink);
115
+ position: relative;
116
+ }
117
+
118
+ @keyframes gradientFlow {
119
+ 0%, 100% { background-position: 0% 50%; }
120
+ 50% { background-position: 100% 50%; }
121
+ }
122
+
123
+
124
+
125
+
126
+
127
+ .license-badge {
128
+ display: inline-block;
129
+ background: var(--gradient-main);
130
+ padding: 12px 24px;
131
+ border-radius: 50px;
132
+ font-size: 1rem;
133
+ color: white;
134
+ font-weight: 600;
135
+ margin-bottom: 40px;
136
+ box-shadow:
137
+ 0 8px 32px var(--shadow-pink),
138
+ 0 0 0 1px rgba(255, 255, 255, 0.1);
139
+ position: relative;
140
+ overflow: hidden;
141
+ animation: pulse 2s ease-in-out infinite;
142
+ }
143
+
144
+ @keyframes pulse {
145
+ 0%, 100% { transform: scale(1); }
146
+ 50% { transform: scale(1.05); }
147
+ }
148
+
149
+ .license-badge::before {
150
+ content: '';
151
+ position: absolute;
152
+ top: 0;
153
+ left: -100%;
154
+ width: 100%;
155
+ height: 100%;
156
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
157
+ animation: shimmer 2s infinite;
158
+ }
159
+
160
+ @keyframes shimmer {
161
+ 0% { left: -100%; }
162
+ 100% { left: 100%; }
163
+ }
164
+
165
+ /* --- Content Sections --- */
166
+ .content-section {
167
+ background: rgba(61, 40, 71, 0.6);
168
+ backdrop-filter: blur(20px);
169
+ border: 2px solid transparent;
170
+ background-clip: padding-box;
171
+ border-radius: 24px;
172
+ padding: 40px;
173
+ margin-bottom: 40px;
174
+ box-shadow:
175
+ 0 20px 60px rgba(0, 0, 0, 0.5),
176
+ 0 0 0 1px rgba(244, 114, 182, 0.2),
177
+ inset 0 1px 0 rgba(255, 255, 255, 0.1);
178
+ position: relative;
179
+ overflow: hidden;
180
+ transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
181
+ }
182
+
183
+ .content-section:hover {
184
+ transform: translateY(-8px) scale(1.02);
185
+ box-shadow:
186
+ 0 30px 80px rgba(0, 0, 0, 0.6),
187
+ 0 0 0 2px var(--border-glow),
188
+ inset 0 1px 0 rgba(255, 255, 255, 0.2);
189
+ }
190
+
191
+ .content-section::before {
192
+ content: '';
193
+ position: absolute;
194
+ top: 0;
195
+ left: 0;
196
+ right: 0;
197
+ height: 2px;
198
+ background: var(--gradient-neon);
199
+ background-size: 200% 100%;
200
+ animation: borderFlow 4s linear infinite;
201
+ }
202
+
203
+ @keyframes borderFlow {
204
+ 0% { background-position: 200% 0; }
205
+ 100% { background-position: -200% 0; }
206
+ }
207
+
208
+ .section-title {
209
+ color: var(--text-primary);
210
+ font-size: 1.8rem;
211
+ font-weight: 600;
212
+ margin-bottom: 24px;
213
+ display: flex;
214
+ align-items: center;
215
+ gap: 16px;
216
+ }
217
+
218
+ .section-icon {
219
+ width: 36px;
220
+ height: 36px;
221
+ background: var(--gradient-main);
222
+ border-radius: 12px;
223
+ display: flex;
224
+ align-items: center;
225
+ justify-content: center;
226
+ color: white;
227
+ font-size: 18px;
228
+ box-shadow: 0 4px 20px var(--shadow-pink);
229
+ animation: bounce 2s ease-in-out infinite;
230
+ }
231
+
232
+ @keyframes bounce {
233
+ 0%, 100% { transform: translateY(0); }
234
+ 50% { transform: translateY(-3px); }
235
+ }
236
+
237
+ p {
238
+ color: var(--text-secondary);
239
+ margin-bottom: 20px;
240
+ font-size: 1.1rem;
241
+ font-weight: 300;
242
+ }
243
+
244
+ /* --- Links --- */
245
+ a {
246
+ color: var(--pink-medium);
247
+ text-decoration: none;
248
+ position: relative;
249
+ font-weight: 500;
250
+ transition: all 0.3s ease;
251
+ }
252
+
253
+ a:hover {
254
+ color: var(--pink-neon);
255
+ text-shadow: 0 0 15px var(--shadow-pink);
256
+ transform: translateY(-1px);
257
+ }
258
+
259
+ a::after {
260
+ content: '';
261
+ position: absolute;
262
+ bottom: -3px;
263
+ left: 0;
264
+ width: 0;
265
+ height: 3px;
266
+ background: var(--gradient-main);
267
+ border-radius: 2px;
268
+ transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
269
+ }
270
+
271
+ a:hover::after {
272
+ width: 100%;
273
+ }
274
+
275
+ /* --- Quote Block --- */
276
+ .quote-block {
277
+ background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(168, 85, 247, 0.1));
278
+ border: 2px solid var(--pink-medium);
279
+ border-radius: 20px;
280
+ padding: 32px;
281
+ margin: 32px 0;
282
+ font-style: italic;
283
+ position: relative;
284
+ box-shadow:
285
+ 0 10px 40px rgba(244, 114, 182, 0.2),
286
+ inset 0 1px 0 rgba(255, 255, 255, 0.1);
287
+ font-weight: 300;
288
+ line-height: 1.8;
289
+ }
290
+
291
+ .quote-block::before {
292
+ content: '';
293
+ position: absolute;
294
+ top: -15px;
295
+ left: 30px;
296
+ font-size: 2rem;
297
+ background: var(--bg-secondary);
298
+ padding: 0 10px;
299
+ }
300
+
301
+
302
+
303
+ /* --- Code Blocks --- */
304
+ .code-container {
305
+ position: relative;
306
+ margin: 32px 0;
307
+ border-radius: 16px;
308
+ overflow: hidden;
309
+ box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
310
+ }
311
+
312
+ .code-header {
313
+ background: var(--gradient-main);
314
+ padding: 16px 24px;
315
+ font-size: 1rem;
316
+ color: white;
317
+ font-weight: 600;
318
+ display: flex;
319
+ align-items: center;
320
+ gap: 8px;
321
+ }
322
+
323
+ .code-header::before {
324
+ content: '⚡';
325
+ font-size: 1.2rem;
326
+ }
327
+
328
+ pre {
329
+ font-family: 'Fira Code', monospace;
330
+ background: var(--code-bg);
331
+ border: none;
332
+ padding: 32px;
333
+ overflow-x: auto;
334
+ margin: 0;
335
+ position: relative;
336
+ }
337
+
338
+ code {
339
+ font-family: 'Fira Code', monospace;
340
+ color: var(--pink-soft);
341
+ font-size: 1rem;
342
+ line-height: 1.6;
343
+ font-weight: 500;
344
+ }
345
+
346
+ /* --- Stats Grid --- */
347
+ .stats-grid {
348
+ display: grid;
349
+ grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
350
+ gap: 24px;
351
+ margin: 40px 0;
352
+ }
353
+
354
+ .stat-card {
355
+ background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(168, 85, 247, 0.15));
356
+ backdrop-filter: blur(10px);
357
+ padding: 28px;
358
+ border-radius: 20px;
359
+ border: 2px solid rgba(244, 114, 182, 0.3);
360
+ text-align: center;
361
+ transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
362
+ position: relative;
363
+ overflow: hidden;
364
+ }
365
+
366
+ .stat-card:hover {
367
+ transform: translateY(-8px) scale(1.05);
368
+ box-shadow: 0 20px 60px var(--shadow-pink);
369
+ border-color: var(--pink-bright);
370
+ }
371
+
372
+ .stat-card::before {
373
+ content: '';
374
+ position: absolute;
375
+ top: 0;
376
+ left: -100%;
377
+ width: 100%;
378
+ height: 100%;
379
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
380
+ transition: left 0.6s ease;
381
+ }
382
+
383
+ .stat-card:hover::before {
384
+ left: 100%;
385
+ }
386
+
387
+ .stat-number {
388
+ font-size: 2.5rem;
389
+ font-weight: 700;
390
+ background: var(--gradient-main);
391
+ -webkit-background-clip: text;
392
+ -webkit-text-fill-color: transparent;
393
+ background-clip: text;
394
+ margin-bottom: 12px;
395
+ text-shadow: 0 0 30px var(--shadow-pink);
396
+ }
397
+
398
+ .stat-label {
399
+ color: var(--text-muted);
400
+ font-size: 1rem;
401
+ text-transform: uppercase;
402
+ letter-spacing: 1px;
403
+ font-weight: 500;
404
+ }
405
+
406
+ /* --- Warning Box --- */
407
+ .warning-box {
408
+ background: linear-gradient(135deg, rgba(255, 20, 147, 0.15), rgba(255, 105, 180, 0.1));
409
+ border: 2px solid var(--pink-neon);
410
+ border-radius: 16px;
411
+ padding: 24px;
412
+ margin: 32px 0;
413
+ position: relative;
414
+ box-shadow: 0 10px 40px rgba(255, 20, 147, 0.2);
415
+ }
416
+
417
+ .warning-box::before {
418
+ content: '';
419
+ position: absolute;
420
+ top: -12px;
421
+ left: 24px;
422
+ background: var(--bg-secondary);
423
+ padding: 0 8px;
424
+ font-size: 1.5rem;
425
+ }
426
+
427
+ .warning-icon {
428
+ color: var(--pink-neon);
429
+ font-size: 1.4rem;
430
+ margin-right: 12px;
431
+ animation: glow 2s ease-in-out infinite alternate;
432
+ }
433
+
434
+ @keyframes glow {
435
+ from { text-shadow: 0 0 10px var(--pink-neon); }
436
+ to { text-shadow: 0 0 20px var(--pink-neon), 0 0 30px var(--pink-neon); }
437
+ }
438
+
439
+ /* --- Responsive Design --- */
440
+ @media (max-width: 768px) {
441
+ .container {
442
+ padding: 60px 30px;
443
+ }
444
+
445
+ .main-title {
446
+ font-size: 3rem;
447
+ }
448
+
449
+ .content-section {
450
+ padding: 30px;
451
+ }
452
+
453
+ .stats-grid {
454
+ grid-template-columns: 1fr;
455
+ }
456
+ }
457
+
458
+ /* --- Decorative Elements --- */
459
+ .divider {
460
+ height: 2px;
461
+ background: var(--gradient-main);
462
+ border-radius: 1px;
463
+ margin: 60px auto;
464
+ width: 60%;
465
+ position: relative;
466
+ overflow: hidden;
467
+ }
468
+
469
+ .divider::before {
470
+ content: '';
471
+ position: absolute;
472
+ top: 0;
473
+ left: -100%;
474
+ width: 100%;
475
+ height: 100%;
476
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
477
+ animation: sweep 3s infinite;
478
+ }
479
+
480
+ @keyframes sweep {
481
+ 0% { left: -100%; }
482
+ 100% { left: 100%; }
483
+ }
484
+
485
+
486
+ </style>
487
+
488
+
489
+
490
+ <!-- Header -->
491
+ <div class="header">
492
+ <h1 class="main-title">Discord Unveiled Dataset</h1>
493
+ <div class="license-badge">📄 CC-BY-4.0 Licensed</div>
494
+ </div>
495
+
496
+ <!-- Main Content -->
497
+ <div class="content-section">
498
+ <div class="section-title">
499
+ <div class="section-icon">📚</div>
500
+ Dataset Overview
501
+ </div>
502
+
503
+ <p>this repo contains the dataset from:</p>
504
+
505
+ <p><a href="https://arxiv.org/abs/2502.00627" target="_blank">https://arxiv.org/abs/2502.00627</a></p>
506
+
507
+ <div class="quote-block">
508
+ Discord Unveiled: A Comprehensive Dataset of Public Communication (2015-2024), the most extensive Discord public server's data to date. The dataset comprises over 2.05 billion messages from 4.74 million users across 3,167 public servers, representing approximately 10% of servers listed in Discord's Discovery feature. Spanning from Discord's launch in 2015 to the end of 2024, it offers a robust temporal and thematic framework for analyzing decentralized moderation, community governance, information dissemination, and social dynamics. Data was collected through Discord's public API, adhering to ethical guidelines and privacy standards via anonymization techniques. Organized into structured JSON files, the dataset facilitates seamless integration with computational social science methodologies.
509
+ </div>
510
+
511
+ <!-- Stats Grid -->
512
+ <div class="stats-grid">
513
+ <div class="stat-card">
514
+ <div class="stat-number">2.05B</div>
515
+ <div class="stat-label">Messages</div>
516
+ </div>
517
+ <div class="stat-card">
518
+ <div class="stat-number">4.74M</div>
519
+ <div class="stat-label">Users</div>
520
+ </div>
521
+ <div class="stat-card">
522
+ <div class="stat-number">3,167</div>
523
+ <div class="stat-label">Servers</div>
524
+ </div>
525
+ <div class="stat-card">
526
+ <div class="stat-number">2015-2024</div>
527
+ <div class="stat-label">Time Span</div>
528
+ </div>
529
+ </div>
530
+ </div>
531
+
532
+ <div class="content-section">
533
+ <div class="section-title">
534
+ <div class="section-icon">💾</div>
535
+ Dataset Size & Information
536
+ </div>
537
+
538
+ <p>I have not personally uncompressed the entire thing, but 350 of the total 3K+ json files was over 350GB.</p>
539
+ </div>
540
+
541
+ <div class="content-section">
542
+ <div class="section-title">
543
+ <div class="section-icon">🔧</div>
544
+ Decompression Instructions
545
+ </div>
546
+
547
+ <p>To decompress the dataset, use:</p>
548
+
549
+ <div class="code-container">
550
+ <div class="code-header">Terminal Command</div>
551
+ <pre><code>zstd -d -c {file_name}.zst | tar -xvf - -C {output_path}</code></pre>
552
+ </div>
553
+ </div>
554
+
555
+ <div class="content-section">
556
+ <div class="section-title">
557
+ <div class="section-icon">⚠️</div>
558
+ Important Notice
559
+ </div>
560
+
561
+ <div class="warning-box">
562
+ <span class="warning-icon">⚠️</span>
563
+ <strong>Data Processing Required:</strong> the data will probably need *extensive* cleaning and more thorough PII removal to get to a usuable state :3
564
+ </div>
565
+ </div>
566
+
567
+ <div class="divider"></div>
568
+ <!-- Thanks Claude XD -->
569
+ </div>
570
+ </body>
571
+ </html>