File size: 105,679 Bytes
cd6c5ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
,user_id,user_screen_name,user_name,words,personality_type
0,1474887642886012929,spideydjo,stevie,"['oh', 'eye', 'ive', 'done', 'test', 'multiple', 'time', 'ive', 'gotten', 'enfp', 'estp', 'think', 'twice']",ESTP
1,1559510827950030848,_GEKK0U,rory 🌕 d5,"['hater', 'mad', 'bc', 'im', 'estp']",ESTP
2,1138299293658492929,J00NSAT7RN,hannah⁷ SAW AGUST D x2 🥢,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
3,1544552012490088449,thatlemmon,Lemmon★★★★★DM LIMIT,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
4,1011100897315733504,mbtitime,MJ ☻ Jungian Onion,"['_ツ_', 'forgive', 'b', 'forget', 'c', 'cut', 'depends']",ESTP
5,1437315801657208839,marziethepan,❧ marzie,"['redesign', 'sunsmiling', 'face', 'sunglassesfireworkssparkler']",ESTP
6,1462627742051192836,lachimonaraa,lauren loves kayden,"['add', 'mbti', 'put', 'four', 'character', 'mbti', 'estp', 'see', 'happen', 'really', 'fucked']",ESTP
7,1634112240386453504,ilovemongmong,rinn ! ♡ lf moots,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
8,1550835888414158848,jnrixs,rxs || finding moots,"['hii', 'im', 'krez', 'looking', 'friendly', 'interactive', 'moot', 'filo', 'estp', 'minor', 'au', 'writer', 'minsan', 'panggulo']",ESTP
9,1490860041435774976,jyubeiaryuu,L kampretudin.,"['add', 'mbti', 'put', '4', 'character', 'type', 'sy', 'estp', 'apa', 'nama', 'julukannya', 'aowkwowk']",ESTP
10,1395952028417884163,foxietaru,El-Nath🦊,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'estp']",ESTP
11,1331348780864696322,sangokakutrees,sitara hates thua !! 🌺,"['estp', '8', 'cognitive', 'function', 'top', '4', 'strongest']",ESTP
12,1241348781288742912,bukanxace,jiken,"['add', 'mbti', 'put', '4', 'character', 'type', 'estp', 'hereindex', 'pointing']",ESTP
13,1654639424905310209,hyeelliee,gabiru,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp']",ESTP
14,1413447735768801287,kreziuiu,krez : ia madalas,"['hii', 'im', 'krez', 'looking', 'friendly', 'interactive', 'moot', 'filo', 'estp', 'minor', 'au', 'writer', 'minsan', 'p']",ESTP
15,1507108494171910153,kshcharm,sil ☕️,"['yeaah', 'longer', 'twinning', 'skdkd', 'got', 'turned', 'cursed', 'estp', 'loudly', 'cry', 'facepeople', 'hugging']",ESTP
16,1308577326,AnaLuiz98216469,7,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
17,1626933515119112192,hvnptrk,scarlet ✮ HAERIN & SEUNGHEON DAY !!,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
18,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
19,1387317317424406536,fettstea,shann 🌿 waiting for tbobf s2,"['infp', 'believe', 'nothing', 'estp', 'fun']",ESTP
20,1407745946750832641,gabut_mang,NDRyyyyyyyy,"['add', 'mbti', 'put', '4', 'character', 'type', 'estp', 'victory', 'handvictory', 'hand']",ESTP
21,1466260479752359938,jonghomallow,sushi,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
22,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '12', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
23,1478970358329856000,vconnection_,zan \V/ stream tag tag tag or i boil ur nails,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
24,1386427635123773441,maria_estp,𝖬,"['need', 'love']",ESTP
25,1366995189756276737,yuri_estp,Albino que não é albino,"['protagonist', 'real', 'protagonist']",ESTP
26,1421746983350509569,Mwashmallxxxw,Mwashmallxw,"['intp', 'seoho', 'estp', 'yonghoon', 'thing']",ESTP
27,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['salutation', 'ssefnumlings', 'ive', 'started', 'new', 'life', 'currently', 'dire', 'find', 'lot', 'new', 'friend', 'enliven']",ESTP
28,1467410950131105792,choimfs,ً,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
29,1477019816057716738,Sheena89643730,Sheenamiyyy,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
30,1444392539113541635,l0velyrh3a,rhea,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
31,1566602983529484291,lesbiharrington,"stanislaus ""kat"" katczynski shooter ⚢","['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'wonder', 'say', 'slash', 'neg']",ESTP
32,1630846519485276160,geoksjsn,geo,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
33,1146575788826877959,ajaxfoda,galoppo te amo 🇾🇪,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'botei', 'o', 'pika']",ESTP
34,1059371569322037248,VinhalCecilia,C 😎🐷🎗️#technosupport,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'o', 'brabos', 'pleading', 'facewinking', 'face', 'tongue']",ESTP
35,1393652418970333188,fixonking,song,"['searching', 'wendy', 'corduroy', 'loading', 'information', 'ㅤㅤmaple', 'leaf', 'wendy', 'blerble', 'corduroy', 'ㅤㅤaxe', 'born', 'ore']",ESTP
36,1179741745048780802,cinnam0ngirl1z,riri,"['people', 'always', 'give', 'impression', 'estpentp', 'person', 'flirty', 'fun', 'true', 'seen', 'ho']",ESTP
37,921813086675316736,nelso_0,nelso,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'o', 'boneco', 'foda', 'e', 'incrível']",ESTP
38,1405074502632026115,ruchiaa_,FYODOR !!!,"['ptn', 'estp']",ESTP
39,1310207532116434946,SaoriHaruki7,🐹 Hamtayu,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'pegan', 'nada', 'creo', 'vamos', 'kekw']",ESTP
40,1528186215454986242,xxazealxx,evan || azeal || casual eichi enjoyer ||,"['back', 'virgin', 'town', 'yall', 'im', 'intp', 'instead', 'estp', 'lost', 'war']",ESTP
41,1627285920482312197,IiIyys,malak⁷ ★⁵,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
42,1260586369430302723,jnghnyn_,won,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
43,1492233739723751429,shijo_xie,Yeo ♡ IFB!,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
44,1491205448653066243,des9res,annoo ୨ৎ,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
45,1644810993082531841,lixxielovebot,~lara♡,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
46,1368691628555329536,JoyofKDramas,Xia⁷ || Military Wife,"['lot', 'celebrityfictional', 'crush', 'estp']",ESTP
47,885502111,ESTP_CMU,"CMU Energy Science, Technology and Policy","['mother', 'happy', 'rosecherry', 'blossombouquetsunflower', 'know', 'take', 'lot', 'energy', 'winking', 'face', 'care', 'family', 'ap']",ESTP
48,1633313613506043907,xk3tamine,ketta ★,"['estp', 'character', 'beloved', 'place', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worshipplace', 'worship', 'love', 'sm']",ESTP
49,1278733836134817793,heartcherriz,cherri/cher 13 DAYS UNTIL ME DAY :3 / CEO OF MISTA,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'youdouble', 'exclamation', 'mark', 'estp', 'gang']",ESTP
50,1106586604771008512,takenakera,Ano❕,"['idk', 'promounce', 'infp', 'infeepee', 'enfp', 'en', 'feepee', 'istp', 'estp', 'pronounce', 'normally']",ESTP
51,1297394482980089857,SourabhStephen,stephen | stephenwolf.bnb | Suiswap .bit 🐐 🌊📘⚪⚫,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
52,1427642383383019537,Hameedmoyal1,"Hameedmoyal.| Fuelet Free, Own🧟‍♂️","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
53,1637475286944980993,p9nkman,deniz,"['im', 'estp', 'finally']",ESTP
54,1544552012490088449,thatlemmon,Lemmon★★★★★DM LIMIT,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
55,1642265080455745537,kaminosdownfall,becca,"['add', 'mbti', 'add', '4', 'character', 'mbti', 'estp', 'star', 'war', 'edition']",ESTP
56,1344307283568824322,treatzforbeasts,devi,"['add', 'mbti', 'put', '4', 'character', 'thst', 'mbti', 'im', 'estp', 'yay']",ESTP
57,1010513956467662849,denden010300,denden🤍,"['entp', 'x', 'estp', 'like', 'two', 'extroverted', 'thrillseekers', 'come', 'together', 'wild', 'ride', 'rolling', 'floor', 'laughingrolling', 'floor', 'laughing']",ESTP
58,983136281600364544,aamnaa____,Aamna,"['uno', 'whats', 'funny', 'peter', 'parker', 'infp', 'symbiote', 'spiderman', '2002', 'movie', 'estp']",ESTP
59,1330491646631297025,goeuncrumbs,bin ☆,"['especially', 'estp', 'grinning', 'face']",ESTP
60,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '479', 'creative', 'estps', 'amp', 'platform']",ESTP
61,1640659450284638208,soukyro,َ,"['estp', 'either', 'nfp', 'nfj', 'there', 'also', 'enfp']",ESTP
62,1213788060829118465,jehasmind,je¹⁸,"['realized', 'dantè', 'ganggg', 'estp', 'gangoncoming', 'fist']",ESTP
63,1316009880507965441,q8sh201,ℛℴ𝓈ℯ✨🌹,"['add', 'mbti', 'put', 'four', 'character', 'mbti', 'mine', 'estpred', 'heart']",ESTP
64,1632765129136930819,gguk__4unm,Zanne.,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
65,1579800764356100096,michaelmango,Mango !! ^_^,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'wooowie', 'im', 'cool']",ESTP
66,1657654451442966528,seiarive,seia,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
67,1165814153707212800,hypnoslave247,Beast Boy 💫 (not in goon cave),"['social', 'charismatic', 'quickthinkers', 'tend', 'make', 'rule', 'simultaneously', 'imp']",ESTP
68,1645509798350266369,jeonginsdays,sky ★⁵,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
69,1413162415244693507,JediAxora,Dr. Strangelove 𒌐,"['estp', 'ngl', 'love']",ESTP
70,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '11', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
71,1430611223280816131,Vityokboyc,Vityok,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
72,1222580495088791552,invasiverat,kaiya 🎊 cr: qjj,"['government', 'classified', 'pretty', 'much', 'estp', '8w7', 'math']",ESTP
73,1294950979859873794,chrismilkers,ana @ EIJUN DAY 💙,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'need', 'estp', 'friend', 'fr', 'idk']",ESTP
74,980961693139218432,xientific,Jesse,"['mine', 'estp', 'closest', 'friend', 'infp', 'intp', 'isfp', 'esfj']",ESTP
75,1537706975248584704,bubbletealevi,| Tiz |,"['add', 'mbti', '4', 'character', 'mbti', 'estpthumbs', 'mediumlight', 'skin', 'tone']",ESTP
76,1486550647482818560,Whos_chloeee,Chloee 🐛💛,"['always', 'get', '5050', 'estj', 'estp', 'sooo', 'estp', 'medium', 'skin', 'tone']",ESTP
77,1569696103477682177,carnfxx,"𝗵𝗶𝗴𝗵, 𝗻𝗲𝗴𝗹𝗲𝗰𝘁𝗳𝘂𝗹 𝗹𝗼𝘃𝗲𝗿‍.‍ ‍","['get', 'knee', 'man', 'except', '60', 'estp', '8w9', 'scorpio', 'sun', 'aquarius', 'rising', 'leo', 'moon', 'art', 'student', 'drug', 'deale']",ESTP
78,1622672871142174720,samhj21,Sam !♡︎,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
79,1329278431381626881,rorysculkin,kay jack thurlow enjoyer,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp']",ESTP
80,1278339211175718915,juanxno,sha.,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
81,1341980455730622466,nosoiquio,Kyeo (crazy era),"['mbti', '4', 'chara', 'estp', 'im', 'silly', 'funny']",ESTP
82,885502111,ESTP_CMU,"CMU Energy Science, Technology and Policy","['congratulation', '2022202', '3', 'estampp', 'graduate', 'graduation', 'cap']",ESTP
83,1378276206504730628,cIairebIoom,tennussy williams,"['actually', 'thinking', 'possibility', 'estp', 'thats', 'im', 'drunk', 'shame']",ESTP
84,1581437511485820934,chrazzl,Cam,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp']",ESTP
85,1455306389971144716,valliezhao,lucas + zhanghao. 🎻,"['hola', 'busco', 'bep', '1er', 'zerobaseone', 'zb1', 'stans', 'zerose', 'boy', 'planet', 'mutuals', 'plsss', 'pleading', 'face', 'hmuuu', 'soy', 'estp', 'ot9', 'cool', 'asf']",ESTP
86,1375635576444104706,XxiPhenix,Phenix XXI,['lucifer'],ESTP
87,1457333986003496962,lesbian4chuuya,mai 💐 || RIRI DAY‼️,"['anger', 'issue', 'bc', 'im', 'estp', 'sp8', 'estp', 'sp8', 'bc', 'anger', 'issue']",ESTP
88,1346940011309096963,strawberry_ls,yam | Au en el fijado,"['growing', 'heartwatermelon', 'sugar', 'growing', 'heartfine', 'line', 'escribo', 'estp', 'mientras', 'lloro', 'growing', 'heartsign', 'time', 'growing', 'heartbanana', 'song', 'growing', 'heartas', 'growing', 'heartkiwi']",ESTP
89,1520247127426875395,PartyyAndPlay,Rainey 🧷| #LUXXNATION Kimm’s Priyanka,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'estp']",ESTP
90,1271669989960024064,eluvstae_,e⁷ 🧡taebear 🇨🇲,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
91,1301185027980492802,perrochwe,im 🐶,"['yejuns', 'mbti', 'changed', 'estp', 'believing', 'living', 'enfp', 'face', 'tear', 'joy']",ESTP
92,1581681703982338048,alieenn__,𝗔𝗟𝗜𝗘𝗘𝗡,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
93,1227034152626614277,AlastorsDemons,🔞😃 EnygmaticDeer🕷️🕸️🦌,"['find', 'trait', 'attractive', 'thought', 'gon', 'na', 'say', 'like', 'eccentric', 'sadistic', 'slu']",ESTP
94,1569389478657118211,helslastangel,Lucí🪻🇨🇦🇯🇲,['dating'],ESTP
95,1126998408974090240,wozna0987,mintta.,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
96,1530918968390656000,stuwziy,ziy²⁴ || free tag,"['hello', 'im', 'caca', 'new', 'looking', 'moot', 'sheher', '08lend', 'jhs', 'like', 'reading', 'audiscuss', 'smth', 'estp', 'se']",ESTP
97,1645205910346711040,egojinpachi11,ego,"['way', 'im', 'estp']",ESTP
98,1494323525661847554,cifa_estp,Cifa 🇧🇷🇷🇺🇻🇪🇨🇳🇨🇺🇳🇮,"['charge', 'original']",ESTP
99,1606896444824514560,i43333,012 🪐ateez OUTLAW,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
100,1393452090962321409,gyuvinace,blair,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
101,1289616476194975745,4HourL,4𝓗𝓛🚬🌙 (DM limited💀🦇),"['estp', 'ni', 'intuition', 'know', 'intp', 'ne', 'intuition', 'think', 'could', 'go', 'wrong']",ESTP
102,1556925600459268098,amix011,typhoon (doom posting era),"['oh', 'yeah', 'thats', 'called', 'executive', 'functioning', 'esoteric', 'idea', 'someone', 'clumsy', 'w']",ESTP
103,1531007634077323265,chaewonspring,𝒃𝒍𝒂𝒄𝒌 𝒔𝒘𝒂𝒏 | ᵇᵃᵇʸ ᵐᵒⁿˢᵗᵉʳ ᶦˢ ᶜᵒᵐᶦⁿᵍ,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
104,1434611966996357121,marrymekazu,-𝘓𝘐𝘕𝘈𖤐𝄞🇲🇦| زنقة الكلاب is activated,"['add', 'ur', 'mbti', 'put', '4', 'character', 'type', 'estp']",ESTP
105,1635469085571174400,iyaaaniya,ia,"['estp', 'istp', 'wkwkwk']",ESTP
106,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'hope', 'im', 'late', 'seek', 'new', 'acquaintance', 'time', 'go', 'hehim', 'adn', 'estp', 'mbti', 'without']",ESTP
107,1626691272785252361,bitjnara,ahyeony 🍯 ON LIMIT,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
108,1552690832511102977,io4nori,rara paji ; jihoon hours,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
109,1118362227499831297,holygrailsss,nadine,"['craving', 'friend', 'mall', 'cafe', 'like', 'muchface', 'exhaling', 'e', 'estp', 'as', 'couldnt', 'sit', 'back', 'buat', 'isomanslightly', 'smiling', 'facedisappointed', 'face']",ESTP
110,983864450108174336,7rhv5LfiasUOXRZ,☆宇魅☆(うみ)(Umi),"['birthday', 'september', '3', '1998', 'zodiac', 'leo', 'blood', 'type', '0', 'mbti', 'estp', 'hobby', 'play', 'basketball', 'guitar', 'watch', 'movie', 'listen']",ESTP
111,99940192,faelocta,faelocta,"['deve', 'ter', 'carro']",ESTP
112,1448361523479519233,fxcknya,nyraッ,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp']",ESTP
113,1443277947369107457,rubiabimbo,yas ♡,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'estp', 'todos', 'son', 'muy', 'random', 'loudly', 'cry', 'face']",ESTP
114,1565683997753364480,kaizelstudy,kaizel | studytwt,"['hello', 'im', 'caca', 'new', 'looking', 'moot', 'sheher', '08lend', 'jhs', 'like', 'reading', 'audiscuss', 'smth', 'estp', 'se']",ESTP
115,1416790910436663298,kqteharker,zara,"['really', 'call', 'hand', 'medium', 'skin', 'tone', 'also', 'paid', 'attention', 'ur', 'estp']",ESTP
116,1120696672496103424,yjhcheekbones_,Pledis CEO (real),"['estpistp', 'switch', 'every', 'time', 'take', 'test']",ESTP
117,1496369550169939968,y2kchilde,elios!!,"['omg', 'ur', 'also', 'estp', 'thats', 'crazy']",ESTP
118,1458123146641424388,jaeminminero,celine🫀| about to see enha⭑,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
119,1458123146641424388,jaeminminero,celine🫀| about to see enha⭑,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
120,1542435721017196544,muiglasses,glasses ☁️,"['right', 'though', 'think', 'nagi', 'seishiro', 'bachira', 'meguru', 'istp', 'estp', 'respectively', 'idk', 'v']",ESTP
121,126564423,daisiespjm,ira⁷ saw jimin and yoongi live ☽‧͙⭒| Angel 🪽,"['saw', 'estp', 'changed', 'estj']",ESTP
122,126564423,daisiespjm,ira⁷ saw jimin and yoongi live ☽‧͙⭒| Angel 🪽,"['went', 'enfj', 'estp']",ESTP
123,1297784860040286209,roshannsah,roshan,"['prison', 'break', 'good', 'aur', 'kuch', 'character', 'estp', 'k', 'unme', 'se', 'isko', 'janta', 'tha', 'thats', 'he']",ESTP
124,1448988902858149890,dalisayjmn_,𝔽𝔸ℂ𝔼 ⁰³.²⁴🪞JIMIN #1 BB100 ARTIST dm limit,"['whats', 'jimin', 'mbti', 'estp', 'estj', 'c', 'estj', 'make', 'sm', 'sense', 'think', 'changed', 'estp', 'estj']",ESTP
125,1560628031026171905,jenlovelybiel,🄹🄴🄽,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
126,1242675934211141634,jypjrnation,wyn! || help rt my 📌,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
127,1451217085292589064,bbrownieboyy,lix🐣🐻 | ★★★★★,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
128,1626933515119112192,hvnptrk,scarlet ✮ HAERIN & SEUNGHEON DAY !!,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
129,1466260479752359938,jonghomallow,sushi,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
130,1647912233945690112,oshchae,chi,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
131,1433772716683763714,lcvnriki,aki,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
132,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'e']",ESTP
133,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '10', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
134,908386209650675712,sassthv,sass⁷,"['keep', 'thinking', 'taehyun', 'estp', 'beomgyu', 'infj', 'who', 'got', 'polar', 'opposite', 'mbtis', 'living', 'breathing']",ESTP
135,1640689660329627649,cvtipie,oyiw,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
136,1630336917312258048,denjibf,َ,"['im', 'estp', 'denji', 'estp', 'guy', 'denji', 'real', 'life', 'isnt', 'joke', 'anymore', 'ive', 'connected', 'dot']",ESTP
137,1283741635491201024,unclesuh,TAEYONG'S,"['im', 'still', 'estp', 'lol']",ESTP
138,1467634222965739521,keria0__0,Falle🦊 ⑰| lf interactive moots,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
139,1318063136574853120,3rachalovemail,benji ✮⁵,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
140,1505002676446134275,bubbleblixchowa,shiepurrr ☆⁵,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
141,1392447174714163205,karmalsmybf,zari🔥,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
142,1630846519485276160,geoksjsn,geo,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
143,1547694907795460097,shidouist_,achi | in hsr hell,"['add', 'mbti', 'qrt', '4', 'character', 'mbti', 'star', 'fav', 'estp', 'silly']",ESTP
144,1448964910759567363,lovesphoon,shuby ୨୧˚ 🍒,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
145,762201631307988992,soviethoneytrap,*⋆ 🎀 евелина 🎀 ⋆*,"['infx', 'he', 'estp', 'however', 'im', 'going', 'start', 'convo', 'though', 'lol']",ESTP
146,762201631307988992,soviethoneytrap,*⋆ 🎀 евелина 🎀 ⋆*,"['argument', 'ambiverts', 'fevaluing', 'estp', 'might', 'fit', 'dont']",ESTP
147,1544552012490088449,thatlemmon,Lemmon★★★★★DM LIMIT,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
148,1253285245681496064,BlaxX_1110,🚫,"['mbti', 'doodlessparkles']",ESTP
149,1587594754895880197,JenLaurel4Wille,Jen 💜 Saint Edvin 🤍,"['link', 'b', 'took', 'year', 'ago', 'amp', 'estp', 'wondering', 'ive', 'changed']",ESTP
150,1569696103477682177,carnfxx,"𝗵𝗶𝗴𝗵, 𝗻𝗲𝗴𝗹𝗲𝗰𝘁𝗳𝘂𝗹 𝗹𝗼𝘃𝗲𝗿‍.‍ ‍","['add', 'mbti', 'amp', 'qrt', '4', 'character', 'mbti', 'estp']",ESTP
151,861318274918821889,ellerbrinn,yenna. 😈 JUNHAN STAN ACC.,"['ppl', 'arguing', 'whether', 'enfp', 'estp', 'smiling', 'face', 'tear', 'im', 'actually', 'conflicted', 'also', 'believe', 'junhan', 'infp']",ESTP
152,1377965489398366213,_chamomilecham_,nipahtoriiii :3 | EDTWT + SHTWT 🪡,"['estp', 'think']",ESTP
153,1458177090961162240,tokijiku3001,ときじく,"['birthday', 'september', '3', '1998', 'zodiac', 'leo', 'blood', 'type', '0', 'mbti', 'estp', 'hobby', 'play', 'basketball', 'guitar', 'watch', 'movie', 'list']",ESTP
154,1334990597279649793,obititties,zoro's right titty,"['im', 'thinking', 'estp', 'grimmjow', 'cant', 'explain', 'tert', 'fe']",ESTP
155,1526423209230446595,BBGYUVINIE,ZB1 GYUVIN,"['omg', 'alex', 'ur', 'istp', 'im', 'estp']",ESTP
156,1526423209230446595,BBGYUVINIE,ZB1 GYUVIN,"['anyways', 'someone', 'im', 'estpbeaming', 'face', 'smiling', 'eye']",ESTP
157,1636381951706927113,irltaerae,ؘ,"['u', 'think', 'mine', 'u', 'see', 'estp', '7w8', 'u', 'idea']",ESTP
158,1633136950361088001,strxwricky,🍓,"['website', 'kinda', 'dead', 'accurate', '16p', 'id', 'say', 'u', 'got', 'estp', 'based', 'ur', 'result', 'loudly', 'cry', 'faceloudly', 'cry', 'face']",ESTP
159,1280130123119951873,Gaucho_Espacial,⭐Steely🌟Mercury⭐,"['add', 'ur', 'mbti', '4', 'character', 'type', 'estp']",ESTP
160,1467393776457236480,zefyrant,kazuha's flamethrower,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
161,885502111,ESTP_CMU,"CMU Energy Science, Technology and Policy","['excited', 'host', '2022202', '3', 'graduate', 'tomorrow', 'estampps', 'diploma', 'ceremony', 'graduation', 'cap']",ESTP
162,1601071091874529282,ahyeonmain,ja,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
163,1592408079420751872,Gelena07498310,"kobi (L3, ❄️)(💙,🧡) 🛸🐐","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
164,904548353886781440,_silverclover,valentine ʚїɞ,"['sinb', 'estp', 'fgs', 'person', 'facepalming']",ESTP
165,1357253233312489477,love4tities,messedUp 2.0,"['add', 'ur', 'mbti', 'amp', 'put', '4', 'character', 'estp', 'maybe']",ESTP
166,1505002676446134275,bubbleblixchowa,shiepurrr ☆⁵,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
167,1557497749590917125,shockingkenz,ken ! ᰍ SEUNGHEON DAY ⭑⭑⭑⭑⭑,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
168,1645251109458694144,pink_mons7er,'pink mons7er,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
169,1434095942139990021,rikilvsy,cass | busy. 📚,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
170,1546866691,vaquerosanimax,LosVaquerosAnimax,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'im', 'estp']",ESTP
171,1242675934211141634,jypjrnation,wyn! || help rt my 📌,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
172,1479458040378445829,baemonrae,cher♭,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
173,1535944504229957632,mdnightaly,Alya | Dark 🩸,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
174,885502111,ESTP_CMU,"CMU Energy Science, Technology and Policy","['paul', 'ohodnicki', 'prior', 'estampp', 'core', 'faculty', 'member', 'sharing', 'working', 'technology']",ESTP
175,1605600241117548544,futilereality,Futile reality,"['told', 'ai', 'myersbriggs', 'type', 'intp', 'alignment', 'protocol', '23bi', 'nice', 'quiet', 'like', 'e']",ESTP
176,1258976153391394816,jnkviour,ally,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
177,1386427635123773441,maria_estp,𝖬,"['clingy', 'love']",ESTP
178,1631669725259264003,yunjinconic,idk,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
179,1482175201412407301,ayatarch1ve,ayat,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
180,1392073366790623236,Stanisl86863011,Stanislav Andreev,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
181,1466260479752359938,jonghomallow,sushi,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
182,1386427635123773441,maria_estp,𝖬,"['shade', 'tulip']",ESTP
183,1381539504712912896,chanheesredhair,sha | ia studying for exams📚,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
184,1656601978758381569,qtddvv,devion | lf filo moots!,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
185,1467410950131105792,choimfs,ً,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
186,1603091437901545473,HRTS4FELIXZ,★⁵ sarah⁸,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
187,1212258673428353024,frcica1979,"frcica_フラシカ@NFT TwitFi phaver .lens(🌸, 🌿)","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
188,1507108494171910153,kshcharm,sil ☕️,"['skdkdk', 'ikr', 'aree', 'thinker', 'actually', 'transition', 'lovely', 'sunshine', 'enfp', 'estp', 'loudly', 'cry', 'facepeople', 'hugging']",ESTP
189,1626933515119112192,hvnptrk,scarlet ✮ HAERIN & SEUNGHEON DAY !!,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
190,1645509798350266369,jeonginsdays,sky ★⁵,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
191,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
192,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '9', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
193,1370705087979393027,lvrcmin,ren loves neh ⚘,"['bro', 'possibly', 'estp', 'blueprint']",ESTP
194,1507108494171910153,kshcharm,sil ☕️,"['turned', 'cursed', 'estp']",ESTP
195,1337097522511310859,amatjajaj,amatj,"['ure', 'literally', 'estp']",ESTP
196,937117563024171008,deVitarium,devita - naughty on may 17,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
197,1168183540145483776,jungahyeon_jpg,✷,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
198,1492830948261388291,milkyowei,kyo,"['hello', 'im', 'rii', 'new', 'looking', 'friend', 'thought', 'balloon', 'sheher', 'filo', 'estp', '12', 'lib']",ESTP
199,1514634753177227269,Momo_Brownie,~Letti~ #LoveStay ★⁵,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
200,1639023521765392387,hanniegotit,Skye ★⁵🌸💌 ☽,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
201,1451217085292589064,bbrownieboyy,lix🐣🐻 | ★★★★★,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
202,1433772716683763714,lcvnriki,aki,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
203,1361311365898461192,nighthedwig00,Hedwig °,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
204,368665695,Cute_Idiot,Taylor (Colorado Arc) 💛🦌,"['well', 'based', 'image', 'estp', 'one', 'sound', 'like', 'actual', 'term', 'meyer', 'briggs', 'im']",ESTP
205,1630846519485276160,geoksjsn,geo,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
206,1603091437901545473,HRTS4FELIXZ,★⁵ sarah⁸,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
207,1642935789494607872,chickadeeyong,yongbokkie | ★★★★★,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
208,32717261,Butters360,Roger (RogSwole Arc 💪),"['dreamcatcher', 'friend', 'posting', 'tl', 'know', 'youre', 'extrovert', 'vague']",ESTP
209,2197158260,mkt512,yGt,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
210,1492233739723751429,shijo_xie,Yeo ♡ IFB!,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
211,1651288794669146112,lala_jichu,❣︎ Tabita ❣︎,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
212,1649616125171482625,liieknoewshi,rhino ★⁵ looking for stay moots,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
213,1596173522929586176,yeoniehun,ameng 🧸🗯️ haerin day!!,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
214,1647219004455493632,darialuvsfelix,daria ★⁵,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
215,1363868292524347393,lovinthedark_,Ssyaxcl,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
216,1349688962617470977,yourdohwan,𝚢𝚊𝚗 ฅ⁠^⁠•⁠ﻌ⁠•⁠^⁠ฅ,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
217,1254754007647543297,Junhoegnani,A,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
218,1352115599426506755,Maddy_00002,HARUDEUNI🦋🍄,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
219,1603647728210259968,rutocilik,dira♭,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
220,1631287540819935232,Ahyeondebuts_,sy,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
221,1425998087181410305,hrjjiya__,️️ ️️ ️️𝒥. — follback!,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
222,1081758994622902272,MyJmi48,J_A11,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
223,1498237623084941312,BaeMon_rish,BabyMonster🖤❣ ♭,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
224,1534409849307549696,dkdlqm_1201,RIDE THE WAVE with caaa,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
225,1564369886037647361,messyoongi_s,^Lyra👾•^ MY WORLD!!!,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
226,1381539504712912896,chanheesredhair,sha | ia studying for exams📚,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
227,1389891433805623297,zeina_amr55555,Don't ever say love me💙,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
228,1467465913838583812,sznjuni,jun #1 xie lian stan,"['4', 'character', 'mbti', 'estp']",ESTP
229,1627615546136236034,kyupinsdomain,kyu,"['sumin', 'like', 'one', 'estp', 'estps', 'lol']",ESTP
230,1267219428590174209,kazeni_san,Lucy | 루시,"['cant', 'remember', 'keep', 'changing', 'suas', 'last', 'update', 'estp', 'january']",ESTP
231,1297186281462661120,chryluv_,eli,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
232,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '479', 'creative', 'estp', 'career', 'option']",ESTP
233,715401122563776513,AdSmokinStyle,Adhe Anacrónico,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'im', 'estp']",ESTP
234,1024228420459417601,fromfuurai,ًarois🫶,"['oh', 'day', 'brother', 'bday', 'iki', 'rinne', 'kinnie', 'estp', 'anguished', 'faceanguished', 'faceanguished', 'face']",ESTP
235,2560274799,Anna111745,アンナ🌼日本へ8月出発💓,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
236,1642291836021506048,LUVRZR0CK,eiden | exam era (1/5),"['he', 'definitely', 'entp', 'he', 'talking', 'glass', 'ness', 'talking', 'estp', 'attitude', 'help']",ESTP
237,1099368894706401280,rune_kodiakson,Rune Kodiakson -WJ2 @ COMBO BREAKER,"['literally', 'polar', 'opposite', 'estpa']",ESTP
238,1499412715105886213,chaewonsitos,ֶ,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
239,1533372800072790017,zh4ruto,zeirr📌 yoshi bday 🥳,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
240,1278388283647553538,Xnebriele,Novi.Suiswap 🔆,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
241,1559516063339085826,rukacupid,ʾʾmila STREAM A DREAM,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
242,769473249138716677,s_p_137,Mite-nu🐰#MIIHI🐰Nayon/NMIXX/XG/LE SSERAFIM/DAYEON,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
243,1442748162821607427,itsyabaes,canny,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
244,870994194000629760,aerikons,mirs.,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
245,1502984050038165505,soloisthoon,훈자🤎,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
246,401636686,SvmIAm,"Svm, Cracker Island Enjoyer 🤍🕯️🛐🏝️","['yes', 'youre', 'right', 'estp', 'emotional', 'support', 'taxidermy', 'pigeon']",ESTP
247,1371032465851047940,syisyifaniaaa,Saia,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
248,1440309181077090313,Blackpink150304,BLACKPINK 🎀 BEST GG 🦋,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
249,1018423074050359296,choityong,cha ㅡ LTY1 ON JUNE‼️‼️‼️,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
250,1425457385506811912,2minzone_,az ★⁵,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
251,1258470999470649344,ayjloml,kiwon🍀,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
252,301420103,QUEENYG96,FLOWER,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
253,1341037139509690371,buvmblebee,"0,01 ASAHI","['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
254,1618275244996980736,loveyasa_,reigna ;,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
255,210787677,Demigod2NE3,D E M I 𓆩♤𓆪,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
256,870050320981737472,_frncntheresse,Astraea,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
257,2500490393,sunnysady,🍀,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
258,1623567157479997443,ahynwink,soft ahyeon 🌟,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
259,953661864818262017,tagxahyeon,จูจิน,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
260,1527906739030577152,meu38795609,Sone,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
261,1529310955770810369,happieuness,🌟,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
262,1168957082,watdals,aidarubyjane,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
263,1051471582026035200,ysljaehyvn,fa,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
264,1491610867577753605,Gloamingbear,🐻,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
265,1179662760692445184,ahyekon,ayeon,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
266,1328646331334754304,baemonsterrr,jæz,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
267,1285480184049590273,ahyeonsfilm,𓆩♭𓆪,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
268,2467438237,iamppfullmoon,ฟูมูน,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
269,1618278625966714880,ahyeononly,0411🌹,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
270,1443175909616336903,saratkzwa,さらたきざわ,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
271,1524058789,vGee1118,piyo 🐣,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
272,1007613721688997888,itspeacch,sa🍑,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
273,1387606223885795328,Baemon_____,L || BAEMON IS COMING 🔥,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
274,1225705717006360578,dalgomchu0301,dalgome,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
275,1315623454285074432,hxxlvu,주아🦋||DOXA SECRET NUMBER,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
276,1599766435043344384,ainideyy,aini♡dobby 🐰,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
277,262795624,PersonalityHack,Personality Hacker,"['ep', '479', 'estp', 'subtypes', 'going', 'tune', 'body', 'language', 'vocal']",ESTP
278,90403112,sg1102masa51129,sagamasa🍀,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
279,191442702,karnmintmint,『B』『B』 🐥『A』『Y』,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
280,1341295266721251328,_ygngg_,m. 𓆩 ♭ 𓆪,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
281,709773778658660352,BlinkBPBoy,STREAM BABYMONSTER DREAM,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
282,1516025946998210560,theorcchid,𝐣𝐞𝐲𝐚,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
283,1574109499677351938,ahyeonismos,yoh. DREAM,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
284,1308045847309901824,lulugirrrlll,whygee,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
285,1627490385097531393,cuteahyeonn,alvi💫,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
286,1269104512519663617,ilkyouuu,𝕗𝕕✧,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
287,1656681274650800130,ahyeonchannel,Uno | DREAM OUT NOW!,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
288,882281300,feaaars,f,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
289,1293039145468563457,ahyeonnie__,ai,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
290,1614496977684959233,parkjwbear,shai shai | jeongwoo🐺👻 • sukhoon,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
291,1642015537172729856,_chiyeon,ً,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
292,1200740071248297985,fakirubyjane,JENNIE🌈 DARK BLOOD 🩸,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
293,1579268292174233600,soulpotraie,Gwyneth Hayley,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
294,3311222953,strawberrybbles,.,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
295,303655960,mjmanatad,mekay♡,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
296,1210934524395192320,Markbom5,MAISS⁴,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
297,1313881080890634241,Lizzie20868177,A H Y E O N J E N N I E,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
298,1308623912796786688,jifluffyskyc,araa🦋,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
299,1571557272785911812,lesyeuxdeninin_,Jane,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
300,1364189101528780803,chimandaze,𝓮,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
301,905772110726828033,Mandu_jenniekim,🌼🤏,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
302,1650067218544365569,roseannellvxy,-R-🌷,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
303,1388190433264603136,asahixdd,ahjenhi,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
304,1431135740843286528,uhjoerh,mei,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
305,1267068718393131009,hcjaehyun,۫,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
306,1599459001120731141,sudtbyxahyeon,หญิง,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
307,1457867526772506624,chaleiur,byeon,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
308,1108410253505253381,barnabyy3,바나비 (bαrnαby🦋),"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
309,1537978323279544320,Rae_Owl19,Raeneul🦉,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
310,1263756519977349120,jennsselleee,gigi,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
311,1592094308056068097,ForWinJennie1,ForWinJennie,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
312,1566782050140467200,ochisfan,rizzler shh JOSIE MICA MAE DEMI KOTA ROMY MONTH,"['shes', 'estp', 'never', 'vibetyping', 'someone', 'one', 'episode']",ESTP
313,1597101233487187968,tinesxt,tine ಇ ♭★⁵,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
314,1290661554199973888,jyourbee_,zah🐨,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
315,1394632361753550852,ahyeonfirst,yeon | yara ▪️,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
316,1627879814131589124,rukaralho,★,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
317,1335590568043315200,ventebearr,vente,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
318,1273999268462776321,jisoonergi,🌹,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
319,1184408636895842305,OhHaewon234,༺ 𝓗𝓪𝓮𝓛𝔂 ༻ #BaemonOT7#Nmixx,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
320,1321481485166149632,meloveboth,sar | ♭,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
321,1514561472461950983,nshnikitten,✩,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
322,1107298234429407232,pepperpiepeach,พัคจ๋อง คนน่ารักตลอดปัย🤏🏻💕✨,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
323,1483471161467944960,AHYE0N0411,ace ♭ ✿ | ia hell week,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
324,1390615289918750726,xantatertiter,.,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
325,1006732786802176000,mq197x,MARIE🩰,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
326,1297741393788407809,rmo4_6,ลาลาจังกึม Fan​ Account​,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
327,1442823152782831618,plumbumpee,fat,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
328,1444632814754795524,fedahyeonx,nickname,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
329,30634137,GeTtYGatE,ᴮᴼᴿᴺ ᴾᴵᴺᴷ❧ ɪᴍғᴇᴀʀʟᴇss✨𝒏𝒆𝒘𝒋𝒆𝒂𝒏𝒔_𝒅𝒆𝒃𝒖𝒕,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
330,1401051604971782148,helloahyeonx,โรสิต้า,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
331,1364604706308255744,jnkkjnr,nica,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
332,1255345343941746690,ahyeonxfail,🎀etta🎀,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp', 'train']",ESTP
333,1584898741647167489,ahyeonpics,ahyeon pics,"['name', 'jung', 'ahyeon', 'flag', 'south', 'korea', 'birthday', '11th', 'april', '2007', 'position', 'vocalist', 'dancer', 'rapper', 'mbti', 'estp']",ESTP
334,1503243985569161217,ilyseulgi_,aspen ୨୧ ifb,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
335,1041037169077444608,Accel_PlatWings,🥀Accel | CR: Last Embryo,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'got', 'estp']",ESTP
336,1619324782096384000,yung_won3,✶ ⨾ 🌶,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
337,1557212002962927617,hcnyus,sota ฅ^•ﻌ•^ฅ,"['definitely', 'saying', 'bc', 'im', 'estp']",ESTP
338,883221614606729216,valyduckk,val,"['idk', 'like', 'im', 'guessing', 'rickys', 'mbti', 'probs', 'estp', 'maybe', 'loud', 'introvert', 'istp', 'know', 'tp', 'sure']",ESTP
339,1391154792848834564,ParkSimonpietr1,Ha Ji-won Ah Ji Lee Simonpietro Park 쎈언니 시피씨 삐리빠빠,"['mbti', 'im', 'estp', 'dont', 'trust', 'photo']",ESTP
340,1576086726732574720,kyuutiez,lj is in need of moots ♡,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
341,1603655947087331328,dreamy_sjy,ace ; DARK BLOOD 🩸,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
342,3117606373,cheeriobruh,maldo,"['he', 'discharged', 'mbti', 'become', 'enfp', 'estp', 'loudly', 'cry', 'faceloudly', 'cry', 'face']",ESTP
343,1466260479752359938,jonghomallow,sushi,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
344,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
345,1645509798350266369,jeonginsdays,sky ★⁵,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
346,1626933515119112192,hvnptrk,scarlet ✮ HAERIN & SEUNGHEON DAY !!,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
347,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '8', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
348,999483637681733637,LAZZ1008,LAZZ,"['mbti', 'doodlessparkles']",ESTP
349,1228910012405178370,jwonflmz,fio,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
350,1455062780931817472,pixiezites,✮ .ᐟ,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
351,1492233739723751429,shijo_xie,Yeo ♡ IFB!,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
352,1650227552412114944,sakurrakiss16,☆(on a limit),"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
353,1308677715072086016,Chandreshjatav8,Chandu.bnb | Suiswap,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
354,1656235354155024384,cyraeaia,Cyra | stu(dying) | dml,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
355,1319070915427090432,Jeon_seagulll,ray | May 22 International Day for Biodiversity!!,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
356,1333954544011624448,Estp_Freeda,도파민 중독자 플,['helpful'],ESTP
357,1415894367835885572,eunzhaee,ev(elyn),"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
358,1354616071928467458,euhannaa_,euhanna_,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
359,1468202191911538689,mighty_cape,Alex 🔥,"['add', 'ur', 'mbti', 'put', '4', 'character', 'like', 'mbti', 'im', 'estp']",ESTP
360,1566372718940868609,midzyonce777,sendy 🍓,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
361,1426740084305321991,TPhm45524437,Tú Phạm🐐,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
362,901640216070508544,EdgarChihua18,Edgar .,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
363,1655713422049423360,itsmilamila,ً,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
364,1655428204394598400,haehaechinny,rea,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
365,1655500072799588352,minniekikiz,ً,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
366,726167227842629633,abelstacx,abel,"['im', 'estp', 'anyone', 'wondered']",ESTP
367,1518941609823334401,urfavvcy,ً,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
368,1346262653627338753,ri_riinn,Rin,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
369,1547154715833942017,lhslvieee,vie,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
370,1653490770899521537,iheartkyuuu,zowy ♡'s zhang hao | 📍pinned tweet!,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
371,1647219004455493632,darialuvsfelix,daria ★⁵,"['day', '2white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
372,1244888625659219968,OmegaZe37355642,Tetrahedron Dash,"['basically', 'dash', 'estp', 'im', 'esfp']",ESTP
373,3970089372,MegumiBandicot,Megumi Bandicoot,"['hi', 'day', '3', 'gt', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '42', 'america', 'hsr', 'leaf', 'fluttering', 'wind', 'estp']",ESTP
374,1302452661787209730,pupseungminie,Eli 🎧,"['hi', 'hi', 'im', 'trying', 'get', 'stay', 'moot', 'stan', 'literally', 'many', 'group', 'kpop', 'moot', 'great']",ESTP
375,752357495331520512,belatedINTP,검도캐럿 || Kendo Carat,"['estp', 'volunteer', 'get', 'free', 'lunch', 'please', 'translate', 'intp', 'volunteer', 'get', 'free', 'lunch', 'although']",ESTP
376,1656230565035773952,gxbriellee,gabi (inactive for my dear grades🥲),"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
377,1381539504712912896,chanheesredhair,sha | ia studying for exams📚,"['day', '2white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
378,1154488097180020737,mskchu,mao 💞💥,"['hi', 'day', '3', 'gt', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '42', 'america']",ESTP
379,1655447117543137280,IminaFANTASY_50,Mina ₊‧.°.⋆•˚₊‧⋆. 🍡+x+ 🍡,"['good', 'mbtis', 'think', 'ud', 'estp']",ESTP
380,1314065934949154816,hrtsmill,MILLS HOUSEWIFE,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
381,1535685648006279168,Sel_is_stay,⤤S E L⤦ «⭒⭒⭒⭒⭒»,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
382,1466260479752359938,jonghomallow,sushi,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
383,1645509798350266369,jeonginsdays,sky ★⁵,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
384,1647917917592494082,httpszyraa,Zyra,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
385,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
386,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '7', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
387,1860981978,arayary1,aray ary,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
388,1265814162082426881,Cryptotrojan1,Cryptotrojan.bnb | awungshi.stark | ⚪⚫🐐,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
389,1390191120630509572,kyofofofo,Faye | currently delulu,"['art', 'study', 'feat', 'estp', 'hoyoverse', 'char']",ESTP
390,1447955782348201990,RobDMartin21,#JoinAUnion,"['brazilian', 'friend', 'show', 'another', 'way', 'usa', 'control', 'nation', 'beyond', 'border', 'thru']",ESTP
391,1655895965457317890,miuserra,seraphina,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
392,1654750738604765184,i43aran,lee | 📌 lf fifty fifty moots | UNFORGIVEN,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
393,1613453506899501056,fillyyyxss,shie,"['day', '2white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
394,1414394740762550278,namjoonhcrts,ember 🍓 / D-12 UNTIL BDAY!!,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
395,1360054080677109761,j1anyus,@ ian / jian,"['day', '2white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
396,1640268613339828224,weakcl4ss,vesta,"['day', '2white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
397,1653040801591734275,ttokishii,☁︎ check pin twt! (updating),"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
398,1647763687753629697,BlxssfulNxghts,Mrs. Alyssa Bahng ★⁵,"['day', '13', 'ₒ', '𐐺', 'hi', 'im', 'alyssalyss', 'im', 'looking', 'interactive', 'moot', 'lt3', '𓆩𓆪', 'minor', 'shethey', 'estp', 'sco']",ESTP
399,1461313172787593216,PUPPYKYUJIN,WHO’s tori ?,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
400,1569389478657118211,helslastangel,Lucí🪻🇨🇦🇯🇲,"['infj', 'estp', 'relationship']",ESTP
401,1440806576697143297,c_h_e_n_g_m_ei,Kyang Kardashian Can Make Her Own Content,"['actually', 'think', 'mbti', 'vibe', 'fluctuate', 'according', 'mood', 'lol', 'working', 'toxic', 'entj', 'youll', 'ever', 'see', 'sad']",ESTP
402,1589798367915347968,parabula_,parabula,"['also', 'fun', 'fact', 'guy', 'pfp', 'estp', 'amp', 'found', 'test', 'loudly', 'cry', 'face']",ESTP
403,1589798367915347968,parabula_,parabula,"['apparantley', 'im', 'estp', 'extreme', 'change', 'took', 'year', 'ago', 'im', 'pretty', 'comf']",ESTP
404,1440806576697143297,c_h_e_n_g_m_ei,Kyang Kardashian Can Make Her Own Content,"['im', 'stereotype', 'estp', 'fact', 'often', 'wonder', 'might', 'enfp', 'infj', 'mistype', 'acc']",ESTP
405,1570942573681721344,_piccakes_,♡^▽^♡,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
406,1600523379588464640,25nruu,Neru ☆,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
407,1632897496270753793,huitaeraek,Dani⁰⁻¹ 🍓 // I’m with Taerae rn,"['redo', 'test', 'sparkle', 'everytime', 'redo', 'mine', 'either', 'intp', 'current', 'istp', 'estp', 'entp', 'smiling', 'face', 'hearteyes']",ESTP
408,1264455073305780224,pareowchie,꒦꒷ nico! 💗 CALLIE CHARM IS HERE,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
409,1651176604272558082,jehsy4enha_,jehsy ; lf moots ! ᰔᩚ,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
410,1550711061271130113,kgvcation,❥ vi,"['retook', 'got', 'estp']",ESTP
411,1644621244317196289,I0veIicky,lev🤍,"['im', 'thinking', 'estp', 'tbh', 'lmao', 'yeah', 'unsure']",ESTP
412,1361576503046242304,dzGkiDIidXvLnT1,Станислав🐐,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
413,1578079645366456320,lemaonation,mayyu💙🤍,"['took', 'mbti', 'test', 'got', 'estp', 'infj', 'back', 'back', 'im', 'done']",ESTP
414,1608245134344478720,HOKORlS,︎ ︎ ︎ ︎ ⋆ 𝓹𝒂𝒓𝒕𝒚 𝖆𝐝𝐝𝐢𝐜𝐭.,"['born', 'august', '12thleo', 'estp', '7w8', '738', 'phlegsang', 'kitsune', 'title', 'oyabun', 'problematic']",ESTP
415,1569680957598466050,meublesurpattes,coline 📲,"['might', 'estp']",ESTP
416,1494323525661847554,cifa_estp,Cifa 🇧🇷🇷🇺🇻🇪🇨🇳🇨🇺🇳🇮,"['radio', 'pakistan', 'building', 'set', 'fire', 'protester']",ESTP
417,1339462885387370498,ETnKnuckles,E ☆T,"['one', 'thing', 'neurodivergent', 'gay', 'estp', '7w8', 'gon', 'break', 'shit']",ESTP
418,3970089372,MegumiBandicot,Megumi Bandicoot,"['yahoo', 'day', '2', 'gt', 'hi', 'im', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '41', 'america', 'h']",ESTP
419,1154488097180020737,mskchu,mao 💞💥,"['yahoo', 'day', '2', 'gt', 'hi', 'im', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '41']",ESTP
420,1640743320489177091,hyjluvre,yzel is dml,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
421,1636658091822399488,CharitableRape,PrincipleofCharityRapist,"['sometimes', 'im', 'estp', 'sometimes', 'im', 'infp', 'took', 'online', 'test', 'multiple', 'personality', 'disorder', 'di']",ESTP
422,1583390355872890880,cjfr_ncb1,"hanbin, the shining star (⁠◍⁠•⁠ᴗ⁠•⁠◍⁠)⁠✧⁠*⁠。","['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
423,1647917917592494082,httpszyraa,Zyra,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
424,1639452012550008836,nonsanasDNI,nahi 🩸,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
425,1528132510323986433,gwyn_xyfld,︎ ︎,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
426,1613453506899501056,fillyyyxss,shie,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
427,1421303068683952132,vkjsms,haru,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
428,1421303068683952132,vkjsms,haru,"['day', '07', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
429,1653270121090281472,senkyo0_,sen IS SEEING IVE !!!,"['day', '07', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
430,1641818989285478403,rucioxoi,ricii • fb ya! ✷,"['day', '07', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
431,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '479', 'creative', 'estps', 'watching', 'feedback']",ESTP
432,1466260479752359938,jonghomallow,sushi,"['day', '07', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
433,1653655825569955840,ishashouse,jacey ! 🙊 : ia bcz of school ☹️,"['day', '07', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
434,1348459769476960262,Sleincanpooo,Sealionn★,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
435,1310194234301976576,Cheol_cheollie,Shi| ia,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
436,1645707259014680576,mariocartwheels,ur favorite bamtori | closed.,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
437,1466260479752359938,jonghomallow,sushi,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
438,1466260479752359938,jonghomallow,sushi,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
439,1549322475980599297,dddeonuboo,dainee | lf moots,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
440,1652656743036620800,eyr_eryin,open | lf coursehero spotify netflix grammarly etc,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
441,1567764313338937345,Beomgyu_130301,💤💤♡hannah♡ || °•★DARK BLOOD★•°,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
442,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '6', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
443,1567764313338937345,Beomgyu_130301,💤💤♡hannah♡ || °•★DARK BLOOD★•°,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
444,1360054080677109761,j1anyus,@ ian / jian,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
445,956250866411016195,hjswxrld,shar (waImart shua),"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
446,1640268613339828224,weakcl4ss,vesta,"['day', '1', 'white', 'exclamation', 'mark', 'hello', 'im', 'vesta', 'im', 'looking', 'interactive', 'moot', 'pronoun', '04', 'liner', 'estp', 'kinda', 'new']",ESTP
447,1649022361105223682,zroze_,hiro🐈‍⬛ | finding moots,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
448,1653800548456603648,sunsqvt,ً,"['pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new', 'fandom', 'fine']",ESTP
449,1651176604272558082,jehsy4enha_,jehsy ; lf moots ! ᰔᩚ,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
450,1540648991842799616,CaseyLaw_,"catman.lens(🌸, 🌿)(L3, ❄️)🛸( 🏔 , ⛏ )⚙️🛡️","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
451,1578380761966575616,bangchanmybae,mel wants chan's TMIs ⋆⁵,"['close', '23', 'stay', 'identify', 'introvert', 'estp', 'extrovert', 'fall', 'superminority', 'consisting']",ESTP
452,1524281510982914048,tuffluvy_,irma | ᴅɪᴋᴇʏ ๑ • ᴢʙ❶💌 AVA DARE,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
453,311957775,vismitsjain,vismit | .bit | Flowx |MantleSwap| SuiFrens AI,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
454,1622100739656155136,Alhaithamsmeal,Sei 💍 CEO of Alhaithussy,"['hi', 'day', '1', 'gt', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '41', 'america', 'hsr', 'leaf', 'fluttering', 'wind']",ESTP
455,1539415416375762946,T0JIDDIES,dua,"['estp', '8w7', 'insane']",ESTP
456,931693737054371840,gnl2109,gnl2109.blockchain🐐gnl2109.bnb🌊📘🌐🤖🛸| YouSUI,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
457,3970089372,MegumiBandicot,Megumi Bandicoot,"['hi', 'day', '1', 'gt', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '41', 'america', 'hsr', 'leaf', 'fluttering', 'wind']",ESTP
458,1154488097180020737,mskchu,mao 💞💥,"['hi', 'day', '1', 'gt', 'mao', 'hethey', '16', 'leaf', 'fluttering', 'wind', 'ar', '57', 'na', 'genshin', 'impact', 'herb', 'tb', '41', 'ame']",ESTP
459,1608811981670072320,Apocalypse_Matt,ꜱ ᴜ ɴ ꜱ ᴇ ᴛ,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
460,1643229935539224584,chewhrts,eden,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
461,1261615513916096512,ayastown,آية,"['think', 'estp', 'suit', 'u', 'v', 'well', 'comparison', 'entp', 'like', 'fairy', 'example', 'u', 'r', 'definitely', 'estp']",ESTP
462,1565697928836304896,tinakifairy,jellie 🐈‍⬛️,"['omg', 'tweeted', 'abt', 'got', 'interested', 'mbti', 'basically', 'mbti', 'predic']",ESTP
463,1447194060851191808,qiyanator,aslan,"['im', 'estp', 'btwerm', 'win']",ESTP
464,1538537088043388928,vyified,yvonne🌱USMP!!,"['get', 'bashed', 'expose', 'dteam', 'personality', 'conspiracy', 'person', 'standingperson', 'standing', 'cause', 'think', 'dream', 'enfj', '3w4', 'georg']",ESTP
465,1540748064423649280,hannitrons,majestic duck,"['ofc', 'estp']",ESTP
466,1498582107525894151,jjeoreo_blossom,irene 🌻 SHH,"['yea', 'probably', 'object', 'well', 'object', 'estp', 'gryffindor', 'lol']",ESTP
467,1395344281917968389,haj1927,Ante #PodrškaIvanuLeki,['estp'],ESTP
468,1612572782218596352,RheaViru,🦿 rhea 🦾,"['estp', 'instead', 'entporangutan']",ESTP
469,262795624,PersonalityHack,Personality Hacker,"['episode', '479', 'estp', 'career', 'dominant', 'assertive', 'estp', 'subtypes']",ESTP
470,1583902863033606146,minniesvoid,☆ ͡ elijah,"['day', '5', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
471,1312559044943585281,adorraa_aa,adora⁷🥢 saw yunki,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
472,1953851563,gunwookbb,𝑵 | 𝑮𝒖𝒏𝒘𝒐𝒐𝒌 ᴾ⁰⁵ ๋࣭ ⭑,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
473,1488431115912495104,ibeomyvs,a'an ୨୧ kim taerae zb1 🍥,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
474,1644092987419369472,jiwoongzb1,jelly pop,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
475,1578380761966575616,bangchanmybae,mel wants chan's TMIs ⋆⁵,"['estp', 'bang', 'chan']",ESTP
476,1649339070433357824,loonaesvt,axel æspicy,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
477,1649011037218193408,Urmomsf9vmf,★༺Нана༻★ edtwt,"['omfg', 'someone', 'asked', 'bpd', 'estp', 'bc', 'estp', 'le', 'emotional', 'skullskull', 'like', 'estp', 'personal']",ESTP
478,811100770800021505,jwoongzzz,jiwoong's,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
479,1547559582821937152,Lawliethome,snowyytaerae❄️,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
480,1347519273443360770,akfdia,maybe may ..,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
481,1641192306748321792,a_brain_cell,★★brain★cell ★★,"['day', '5', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
482,1645509798350266369,jeonginsdays,sky ★⁵,"['day', '5', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
483,1637016372042661895,gyuebin,ً,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
484,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '5', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army']",ESTP
485,3262950883,OohJenny__,JeHun💙 D-536,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
486,1634583736313597952,TAERAEV1SI0N,ju 🐼 MATTHEW AND RICKY MONTH,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
487,1071787367013408768,haorecords,y u n,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
488,1360626365913993222,haolinist,☁️ Youth in the shade,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
489,947063542007652353,spicyningning,joanna¹²⁷,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
490,1655395923923705857,evanfics,Evan ; is writing ✍️,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
491,1431501536736079875,Yeoniethekingme,Yeonie|| zb1 debutation,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
492,1654319242823753728,yartah_icbbr,trinity,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
493,1463734540090822658,haobxns,a,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
494,1467830760870666240,carrotsforash,ash is ready for sung hanbin's debut era♡,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
495,1521697995875831808,seokthur,lana inactive era,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
496,1593821503287500800,whrbtjdweb,arin | the biggest zerose | ZHANGHAO'S PHOTOSHOOT?,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
497,1630483628311601152,zhaoitboy,kel dahi's wife ★,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
498,1309728901904478208,kyuuchew,sya,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
499,1493616708715565056,JEBIW0NZ,ja!,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
500,1362620778512932864,SmilezbTs,ًً clara⁷ ♡ Minji Day,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
501,1533351310447108101,haohaveyubin,hanbin forehead,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
502,1466260479752359938,jonghomallow,sushi,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
503,1649325309123256320,rickyluvrr,lian ♡,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
504,1642184852748533760,pgwville,chae,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
505,1644194360270143488,jiwoongloverr,joy :),"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
506,1146403252847513600,gunwksz,haz ᵕ̈,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
507,1654335826309033984,smilezb1s,clara ♡s Taerae,"['looking', '4', 'moot', 'lt33', 'hi', 'im', 'clara', 'sheher', 'estp', 'looking', 'zerose', 'zb1', 'moot', 'new']",ESTP
508,1232055285629538304,maham_shamail,Maham,"['ex', 'personality', 'type', 'estp', 'dt', 'wonder', 'ive', 'given', 'dating']",ESTP
509,695105251687272448,dogexen,ÐXEN | Suiswap | FusionX Finance | NemoSwap 🐐,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
510,1235372571434119174,tweekfilms,val 🫧💌,"['reggie', 'mantle', 'kenny', 'mccormick', 'estp']",ESTP
511,1600063572691779584,soyocal,ava.,"['meant', 'thinking', 'im', 'intro', 'extravert', 'tate', 'estp', 'id', 'rather', 'istp']",ESTP
512,1449372552405524491,pkscsk,Simple Boy,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
513,1470684512921141251,yippuichu,plant.bnb,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
514,1485755499060604934,silverlight373,Silverlight373🐐,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
515,1080857471567069187,PointedX,PointedXFinger123,"['sort', 'roughly', 'yearly', 'personality', 'test', 'currently', 'mine', 'istpat', 'first', 'test', 'got', 'intp']",ESTP
516,1642692590590984192,jebiwonian,sun 𓌹✙𓌺,"['hola', 'busco', 'bep', '1er', 'zerobaseone', 'zb1', 'stans', 'zerose', 'boy', 'planet', 'mutuals', 'plsss', 'pleading', 'face', 'hmuuu', 'soy', 'estp', 'ot9', 'cool', 'asf']",ESTP
517,1642692590590984192,jebiwonian,sun 𓌹✙𓌺,"['im', 'looking', 'bep', '1er', 'zerobaseone', 'zb1', 'stans', 'zerose', 'boy', 'planet', 'mutuals', 'plsss', 'pleading', 'face', 'hmuuu', 'im', 'estp', 'ot9', 'cool']",ESTP
518,1475501290427977731,dedeee_44,dede,"['estp', 'sometimes', 'istp']",ESTP
519,812633994,sakuatsuiwaoi,eden 🌺 || grinding hell,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties', 'estp', 'e']",ESTP
520,1478000892787888128,yogurtmatcha24,MARIA CRESCENTIA BERLIANA SOFIANTY,"['sings', 'mbti', 'estp', 'winking', 'face', 'sc', 'day', '_111_']",ESTP
521,1458429475038052352,iyeongseon3,zodu❤️‍🔥LEX💚,"['sings', 'mbti', 'estp', 'winking', 'face', 'sc', 'day', '_111_']",ESTP
522,1470007392264159234,minx_cxi,keyz / inactive:(,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
523,1609873397357641728,HasriwanaA,하스리와나naa(。♡xodiac♡。),"['sings', 'mbti', 'estp', 'winking', 'face', 'sc', 'day', '_111_']",ESTP
524,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '4', 'looking', 'interactive', 'moot', 'kaden', 'hehim', 'estp', 'mainly', 'bg', 'stan', 'im', 'stay', 'p1ece', 'lyon', 'army', 'en']",ESTP
525,1174742792897269761,mortezajoon5,"morva.lens(🌸, 🌿)🛸mytrust.nft","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
526,1485309633132908547,monowarmantra,Md Monowar | SuiPad | Avive Citizen,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
527,1269954958226526214,Jignesh14327542,"SuiFrens AI""| SuiSwap.! 🛸⚪⚫🐐","['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
528,1333954544011624448,Estp_Freeda,도파민 중독자 플,"['dentist', 'joke']",ESTP
529,1626933515119112192,hvnptrk,scarlet ✮ HAERIN & SEUNGHEON DAY !!,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
530,1351970074257666050,KriptVal,KriptVal🏍️🏍️🏍️🏍️🏍️🏍️,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
531,1644253754118799361,kmsnluvr,𖤐 elijah⁷ : is being delulu,"['redoing', 'thisloudly', 'cry', 'face', 'hiii', 'im', 'destiny', 'im', 'looking', 'interactive', 'moot', 'lt3', '3teen', 'shethey', 'estp', 'scorpio', 'ne']",ESTP
532,1061475145469042689,hvns_cld,cas,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties', 'estp', 'e']",ESTP
533,1254266452321857537,lettucebian,🥬 ⁷,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties', 'estp', 'e']",ESTP
534,1524328481114312706,jaxyelle,Elle ❦,"['pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new', 'fandom', 'fine']",ESTP
535,1643584624331988993,jimzyu,zyu,"['pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new', 'fandom', 'fine']",ESTP
536,2781323811,ahhhmxd,Ahmed,"['im', 'estp']",ESTP
537,1386427635123773441,maria_estp,𝖬,"['con', 'nadie']",ESTP
538,1499135334474563602,MissunderPau,❤️1️⃣6️⃣🅿️,"['redesign', 'sunsmiling', 'face', 'sunglassesfireworkssparkler']",ESTP
539,1654810213080518656,bxrizz_,beri || haki dni,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
540,1445275217702514697,C0NCERTO,NIKKI || 📌 wowaka media thread,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties', 'estp', 'e']",ESTP
541,1466260479752359938,jonghomallow,sushi,"['day', '04', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
542,1653655825569955840,ishashouse,jacey ! 🙊 : ia bcz of school ☹️,"['day', '04', 'pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new']",ESTP
543,13715922,neeraji2it,Imperishable 🐐 🛸 | Avive Citizen | MantleSwap,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
544,1427630244429697039,juztnik,Nik,"['estps', 'feeling', 'atm']",ESTP
545,3236367951,JanHomolak,jan homolak,"['plan', 'analyse', 'inorganic', 'constituent', 'tattoo', 'ink', 'please', 'make', 'sure', 'differentiate', 'soluble']",ESTP
546,381525855,solvske,frizzy hair,"['need', 'estp', 'bitch', 'send', 'tweet']",ESTP
547,262795624,PersonalityHack,Personality Hacker,"['full', 'ep', '474', 'setting', 'example', 'leader', 'important']",ESTP
548,1503895016002965513,nissanapix100,Sana,"['gente', 'woke']",ESTP
549,1354616071928467458,euhannaa_,euhanna_,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
550,899026154035847168,Virgnia99999999,Virgínia,[],ESTP
551,1594218399986597888,Jupiilol,Jupiter ☆ SHINOBU PLS COME HOME,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties', 'estp', 'e']",ESTP
552,1564369886037647361,messyoongi_s,^Lyra👾•^ MY WORLD!!!,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
553,1048034246,darndeIion,Rox.,"['yes', 'estp', 'im', 'mistaken', 'woman', 'walking', 'light', 'skin', 'tone']",ESTP
554,1648891009554628608,sillyvall,val,"['୨୧', 'simple', 'intro', 'lookin', '4moots', '2nd', 'attempt', 'hi', 'go', 'ano', 'use']",ESTP
555,1534738573815324673,choegyeonglyeol,최경렬 I YouSUI 🐐 🔅,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
556,1633395105829617667,haydendrafts,hayden (protecting Jae),"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
557,1240225114089607168,Gfs_Ninja4,AmitManna.Eth🤡,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
558,1333954544011624448,Estp_Freeda,도파민 중독자 플,"['blue', 'flower', 'majestic', 'blue', 'heart']",ESTP
559,1333954544011624448,Estp_Freeda,도파민 중독자 플,"['camomile', 'flower']",ESTP
560,1205759839349010432,shisehmt,ying🐝 0/30 primavera eichi,"['love', 'rinniki', 'romantic', 'way', 'yall', 'ever', 'thought', 'platonically', 'kyahaha', 'nahaha', 'besties']",ESTP
561,1333954544011624448,Estp_Freeda,도파민 중독자 플,"['king', 'antimonarchy', 'protester', 'chanted', 'booed', 'king', 'charles', 'iii', 'procession', 'passed', 'trafalgar', 'square', 'london']",ESTP
562,1558973087416143872,woncubes,celine,"['pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new', 'fandom', 'fine']",ESTP
563,1624434697399898112,soobsfish,nessi ✿,"['pushpin', 'hi', 'im', 'jaceysha', 'looking', 'interactive', 'sheher', 'filo', 'estp', 'new', 'fandom', 'fine']",ESTP
564,1443474666283159554,DaniellMoe,Bluey (Heavy Hiatus),"['mbti', 'doodlessparkles']",ESTP
565,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'hello', 'without', 'bring', 'fcv', 'finding', 'new', 'friend', 'fill', 'dry', 'timeline', 'use', 'profil']",ESTP
566,1466260479752359938,jonghomallow,sushi,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
567,1466260479752359938,jonghomallow,sushi,"['day', '12', 'ₒ', '𐐺', 'hi', 'im', 'alyssalyss', 'im', 'looking', 'interactive', 'moot', 'lt3', '𓆩𓆪', 'minor', 'shethey', 'estp', 'scorpio']",ESTP
568,1333954544011624448,Estp_Freeda,도파민 중독자 플,"['save', 'bee', 'honeybee']",ESTP
569,1647763687753629697,BlxssfulNxghts,Mrs. Alyssa Bahng ★⁵,"['day', '12', 'ₒ', '𐐺', 'hi', 'im', 'alyssalyss', 'im', 'looking', 'interactive', 'moot', 'lt3', '𓆩𓆪', 'minor', 'shethey', 'estp', 'sco']",ESTP
570,1654349278427623424,luv4_won,klei,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
571,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['day', '3', 'hii', 'im', 'kaden', 'im', 'looking', 'interactive', 'fun', 'moot', 'hehim', 'estp', 'new']",ESTP
572,895849370704166912,INS913DEVIL,devilyt.bnb,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
573,1510823775037763584,HANJlM8,yayaso ★⁵ | JAY CHANG SUPPORTER,"['haewon', 'look', 'estp']",ESTP
574,1599411349989527555,rob_cpt,rob.cpt,"['like', 'dry', 'humor', 'youd', 'think', 'istj', 'isfj', 'le', 'serious', 'entp', 'estp', 'quite', 'se']",ESTP
575,3391951978,aderibi01974063,Princessbade🌊📘(44.4%)#MintSquare⚪⚫,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
576,1585186847671562240,ctgDao,Ctgdao,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
577,1401940528246177804,0x0786,John Abruzi 🚢 🐂 🌱🌐🛸 | Suiswap,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP
578,1300745373451866113,luckyresp,🦵𝐋𝐮𝐜𝐤𝐲 𝐒𝐜𝐢𝐬𝐬𝐨𝐫𝐬✂️| Luckyresp,"['harbor', 'enfj', 'another', 'naughty', 'member', 'club', 'least', 'he', 'typical', 'latest', 'agent']",ESTP
579,1382715313523855361,Abhishe81415665,seniorcare.bnb🐐 | Suiswap,"['artist', 'palette', 'gabby', 'reveal', '7', 'raise', 'ai', 'artist', 'palette', 'living', 'life', 'edge', 'daring', 'energetic', 'ultimate']",ESTP