File size: 158,703 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 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 | ,user_id,user_screen_name,user_name,words,personality_type
0,1619719315464519685,niniyaazz,niya✿,"['need', 'hao', 'yujin', 'guest', 'cause', 'hao', 'also', 'isfp', 'yujin', 'also', 'maknae']",ISFP
1,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['tl', 'dry', 'desert', 'want', 'expand', 'social', 'circle', 'brief', 'go', 'feminine']",ISFP
2,1402699693109485572,txtinhos,gab,"['omg', 'isfp', 'besties']",ISFP
3,1517477413264920576,_svtshua,joshua's 여보 🌻,"['intp', 'isfp', 'isfp', 'wow', 'consistency', 'hahahahaha']",ISFP
4,1309728901904478208,kyuuchew,sya,"['thought', 'im', 'extrovert', 'person', 'turn', 'im', 'isfp', 'frowning', 'face', 'open', 'mouth']",ISFP
5,1607503049324371969,eepystarshine,Ena,"['almost', 'shat', 'bcbi', 'thought', 'said', 'isfp', 'wasnlike', 'im', 'shinji']",ISFP
6,1304801547902091265,cellnxxb,cellnxxb,['doubt'],ISFP
7,1644066061464096794,trickhaus,mave,"['used', 'different', 'website', '16personalities', 'got', 'mbti', 'really', 'accurate', 'w']",ISFP
8,1241560476292702213,ABasementCat,Basement Cat,"['may', '18th', 'flickerkit', 'finchlight', 'nightheart', 'note', 'mostly', 'went', 'taurus', 'nightheart']",ISFP
9,1422813694350688261,isfp___xrinp_oO,.,"['dc', 'full', 'sugar', 'honey', 'pot', 'link']",ISFP
10,1460774618134765571,Profokiev,Profokiev || AIB Era,"['shes', 'esfp', 'isfp', 'esfp', '4', 'labelled', 'introvert', 'common', 'mistake']",ISFP
11,2540635824,sevialee7,SIAP MENCINTAI ZB1! TAERAE HAOBIN,"['isfp', 'istigfar']",ISFP
12,1559786778068131841,isfp_girl07,はいからさん@shanbin,['breathtaking'],ISFP
13,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '478', 'isfp', 'career', 'shift', 'time']",ISFP
14,1234449371338395648,moonsearth99,Sarachiii⁷,"['im', 'isfp', 'jk', 'used', 'isfp', 'paint', 'least', 'think', 'paint', 'quiet', 'actually', 'loud']",ISFP
15,1253850385824886784,nancyfication,ᴅʏ 💎,"['oh', 'isfp', 'gang', 'smiling', 'face']",ISFP
16,1074915294768852992,mmld_stannn,pichy_theworld,"['im', 'also', 'isfpgrinning', 'squinting', 'face']",ISFP
17,1652997391979806720,lydian_pt2,Lydian/Shari⛓️,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
18,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['photo', '230518', 'camera', 'flash', 'sung', 'hanbin', 'x']",ISFP
19,1495132284671963145,neko_cscs,neko,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
20,1550567241544237056,catluvr177,kuromi,"['im', 'also', 'isfp', 'girl', 'hiii']",ISFP
21,1523211228562173952,waltzofamber,Ryou,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'cuma', 'tiga', 'ih']",ISFP
22,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['flower', 'boy']",ISFP
23,1422813694350688261,isfp___xrinp_oO,.,"['tomorrow', 'x', 'together', 'world', 'tour', 'ltact', 'love', 'sickgt', 'seoul', 'preview', 'cut']",ISFP
24,1473346266813849608,i4_44h,la mamma di pallina,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'sisi', 'tutto', 'bene', 'da', 'queste', 'parti', 'skull']",ISFP
25,1574202401497960448,soobnomz,doll,"['realized', 'soobin', 'eunchaes', 'mbti', 'isfp', 'mubank', 'mc', 'think', 'specific', 'type']",ISFP
26,1628125365494288401,gojoblindfold_,Théa,"['add', 'mbti', '4', 'character', 'type', 'isfp']",ISFP
27,883387625767350272,Deidarackerman_,Loba Ackerman 🍥🍅 Kaveh c2 HAVER!!!,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'sisi', 'tutto', 'bene', 'da', 'queste', 'parti', 'skull']",ISFP
28,1407818943637692420,KAED3HARAS,niamh,"['add', 'ur', 'mbti', '4', 'character', 'ur', 'type', 'isfp']",ISFP
29,1550567241544237056,catluvr177,kuromi,"['someone', 'mention', 'isfp', 'suddenly', 'whole', 'gang', 'reply']",ISFP
30,1592476757902635009,originallyskyy,mae || ia dont unfollow!!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
31,1542226815477055490,halasboba,حلحولة 🎀,"['omg', 'isfp', 'bestieee']",ISFP
32,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'u']",ISFP
33,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'clip', 'surrender']",ISFP
34,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'clip', 'surrender']",ISFP
35,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'clip', 'surrender']",ISFP
36,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'clip', 'surrender']",ISFP
37,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'clip', 'surrender']",ISFP
38,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
39,1521750554854281216,kvrvndrr,eli 🐈⬛,"['add', 'mbti', 'put', '4', 'character', 'type', 'buildando', 'la', 'squad', 'isfp']",ISFP
40,1488733026951446530,hanjipmunk,ray ⭑⭑⭑⭑⭑,"['hello', 'im', 'milo', 'isfp', 'minor', 'currently', 'new', 'au', 'twitter', 'writer', 'community', 'also', 'write', 'soon', 'looking', 'f']",ISFP
41,1655987515562799104,jeons_time,🌷min,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isfp']",ISFP
42,1477135439324536836,sillysummi,maya 🝮 ☾ | 🧸,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
43,1659086478406995970,akiocxs,aki | lf mutuals,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
44,1640730154711515142,tinkyiebell,ciya,"['helloo', 'im', 'kinda', 'new', 'im', 'looking', 'new', 'mutuals', 'woman', 'health', 'worker', 'light', 'skin', 'tonebookmark', 'tab', 'let', 'friend', 'lt33', 'bust', 'silhouette', 'call', 'kiel', 'nerd', 'face', 'sheher']",ISFP
45,1414571645449080838,Shivams62794213,Shivamsk.bit 🐐,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
46,966283840317779968,ItachixVegeta,ITACHI UCHIHA | BitX_Brc20,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
47,1067713679771213825,AapaDilip,DilipAapa | Suiswap | Vaissel 🛡️⚔️🚢⚪⚫.bit,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
48,728833652268797952,Who_Is_The_God,NemoSwap | Fuelet,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
49,1422813694350688261,isfp___xrinp_oO,.,"['notice', 'tomorrow', 'x', 'together', 'world', 'tour', 'ltact', 'sweet', 'miragegt', 'u', 'information', 'regarding', 'onsite', 'sale', 'official', 'merch']",ISFP
50,1343502044410232837,elytrasnetwork,raz 🐋 GREEN GECKOS !!,"['isfp', 'mine']",ISFP
51,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['chase', 'atlantic', 'one', 'direction', 'like', 'reading', 'many', 'quot', 'motivation', 'playing', 'music', 'guitar', 'drum', 'piano', 'dai']",ISFP
52,962055340052262916,imhiraichou,suli | yoohyeon enthusiast✨,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
53,1163019581956341760,YHmongki,뚜뚜랑탕🍒🦉,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
54,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['hello', 'im', 'looking', 'friend', 'im', 'isfp', 'use', 'pfp', 'interested', 'leave', 'hi', 'tmi']",ISFP
55,722946227407613953,fleshsolitude,landree,"['isfp', 'twin', 'cause', 'im', 'also', 'one', 'light', 'skin', 'tone']",ISFP
56,1502646362432847872,d4ria_s0ot26,dari_,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
57,1358698291656015875,bussyriotz,♱ cat ♱,"['intp', 'istp', 'isfp', 'ive', 'rook', 'like', '50', 'quiz', 'always', 'get', 'one']",ISFP
58,1554186339960193024,koro0303456,koro🇦🇷,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
59,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['photo', '230518', 'zerobaseone', '1st', 'look', 'vol', '258', 'magazine', 'cover', 'fire']",ISFP
60,1320437919484645378,dietsocks,socks ∘˚˳°,"['isfp', 'mistyped', 'first', 'time', 'istp', 'though', 'ended', 'researching', 'bit', 'retak']",ISFP
61,1651032316884713473,by_sseul,𝐋𝐂.,"['good', 'morning', 'isfp', 'baby', 'exploding', 'head']",ISFP
62,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['zb1', 'wheres', 'hdloudly', 'cry', 'faceloudly', 'cry', 'face']",ISFP
63,1382779686888038402,brwthing,summer,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
64,1320572959963160579,eokkiz,beck ♡,"['test', 'got', 'isfp']",ISFP
65,1499092126658928647,hwarangluver,StephaniE || tpst rapline enjoyer,"['hmmmive', 'never', 'thought', 'beforeif', 'hyuk', 'bc', 'mbit', 'isfp', 'mine', 'intpwho', 'yall', 'think']",ISFP
66,1295478789565083648,mythiikcals,mythi 🍨 神话,"['isfp', 'hiii', 'close', 'ehe']",ISFP
67,1517537322056978432,kia_rts2,Aiki キ 🧸CONQUEST 2023 !!,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
68,1602925664944140288,qnorvia,asia,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
69,1561598904801820672,bambicrys,davi ☆,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
70,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['he', 'star']",ISFP
71,1413436981435002883,_chelplory,chel🍒,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
72,1398467527915757569,wsynik,Lu !!! seulgi day 슬기,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
73,1578716403393499141,n7dhqn,metal🪻,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
74,1510551804358148098,CUPIDKYO,kiki ♡s 탁!🐈⬛ ALL IN,"['meant', 'face', 'hand', 'mouth', 'switch', 'like', 'monthly', 'infp', 'isfp', 'help']",ISFP
75,1658985356908167168,primojades,gabs,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
76,1618826568515682304,seagloees,venus♡,['isfp'],ISFP
77,1510551804358148098,CUPIDKYO,kiki ♡s 탁!🐈⬛ ALL IN,"['theo', 'isfp']",ISFP
78,1647102598166765568,H4ZEZIA,amanda,"['hii', 'im', 'kylie', 'looking', 'silly', 'interactive', 'moot', 'lt3', '18', 'isfp', 'bi', 'looking', 'orbit', 'p1e']",ISFP
79,1594562739930038273,kyuiiez,hale ★,"['hii', 'im', 'kylie', 'looking', 'silly', 'interactive', 'moot', 'lt3', '18', 'isfp', 'bi', 'looking', 'orbit', 'p1e']",ISFP
80,1616160871960711168,newzindori,all in: kylie ‹3,"['hii', 'im', 'kylie', 'looking', 'silly', 'interactive', 'moot', 'lt3', '18', 'isfp', 'bi', 'looking']",ISFP
81,1606186443142967296,danhrts,aino,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
82,1496642079958704130,starryakikasa,☆彡 Ajax!,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
83,1199722472553074688,ItzMissGorgeous,Koo⁷ 🔍⍤⃝🥢Stream & Vote 😠💜,"['isfp', 'recently', 'got', 'infp', 'eye']",ISFP
84,1539769920354926592,themesoferu,lisa. ♡ parody.,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
85,1636406240648523777,diorsza,katia,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
86,811061974603862017,zeldajunkielol2,Joe Cool (The Fool),"['always', 'get', 'infj', 'take', '16personalities', 'quiz', 'another', 'one', 'took', 'gave', 'infpisfp', 'gross']",ISFP
87,1466260479752359938,jonghomallow,sushi,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isfp']",ISFP
88,1378361499526299656,tii_red,jena! | ★ ★ ★ ★ ★,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
89,1658649674608156672,rickhoein,taisha ☆,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'ar']",ISFP
90,1495816092148801539,SabrlnaAnnLvnn,Sabrina ✿ Parody,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
91,1423758518008614912,dongjuist,arah¹² 🍓shuaibo solo!,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
92,1006612794802954240,lostwithoutyuqi,잃었어 🛫🇰🇷,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
93,2431401300,chcngeofheart,sky🪽,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
94,1584562946474213380,hersubculture,Chloe,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
95,1640056337802428418,hiddennastya,nastya ⋆.ೃ࿔*:・,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
96,1500994512973352960,starwarsonist,anakin! 💿/ parody.,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
97,1643992298051768322,toybfs,ً,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos', 'mu']",ISFP
98,1549923471085518849,ROSEL3AF,bowie 🫎,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp']",ISFP
99,828267073520406529,woozisplanet,lys💜2YRS AS ATINY,"['sorry', 'bad', 'luna', 'definitely', 'isfp']",ISFP
100,1273239393264734208,starryniteshine,starry 🌌🌙 | basically an rt bot 🤖,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
101,828267073520406529,woozisplanet,lys💜2YRS AS ATINY,"['u', 'probably', 'isfp']",ISFP
102,1479431189698170884,MMHERO9,MMHERO,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
103,1576880520016846851,JosephHarvey01,Joseph Harvey,"['1619', 'performing', 'art', 'patient', 'tend', 'live', 'present', 'amp', 'might', 'desire', 'deprescription', 'medication', 'affect', 'quality', 'life', 'herbartist', 'palette']",ISFP
104,1576880520016846851,JosephHarvey01,Joseph Harvey,"['719', 'puzzle', 'piece', 'psychiatrist', 'sensitive', 'amp', 'patient', 'focus', 'understanding', 'patient', 'perspective', 'feeling', 'artist', 'palettetwo', 'heart']",ISFP
105,1643566739345506305,strwbrui,sophi 👾,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
106,1525633251565391872,akicores,noom .ᐟ,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
107,1409163603391827969,PurKilorious,★Gem🝮 FML.,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
108,1179390085273288704,dosiesplory,cher 🐣,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
109,1658848471644815361,pqmpom,kira 🍓 ! ✰,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
110,1493942432219676673,VanyaOnDiet,Vanya,"['isfp', 'enneagramm', '6w7', 'btw']",ISFP
111,2387264101,Methariuss,Methariuss⚡️,"['isfp', 'pov', 'character', 'lot', 'simps']",ISFP
112,852997134206894080,kitapatmiya_ori,"||| ไนท์ | Stress, Tired and Pain","['_ツ_', 'forgive', 'b', 'forget', 'c', 'cut', 'depends']",ISFP
113,1406480859419529219,chantysluv4u,chantelle,"['isfp', 'feel', 'like', 'im', 'extrovert']",ISFP
114,1346041927691546627,marumrty,マル мαяυ✨🦋,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'praticamente', 'lmbti', 'delle', 'dark']",ISFP
115,1646861408745975810,hannifairie,zoe ifb!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
116,1646861408745975810,hannifairie,zoe ifb!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
117,1541533590827241474,Sexycoolgirl44,JANE,"['wait', 'lied', 'im', 'isfp', 'forgot']",ISFP
118,1390150076484538368,fourawake,🐈⬛,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
119,999882441685782528,ljuskakaa,julia,"['isfp', 'sunwoo']",ISFP
120,1349392328516116481,luvupurki,sweet winny~ 🝮🧃,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
121,1413838809020567561,hae_tbz,pat saw tbz live ♡,"['im', 'isfp', 'bias', 'changmin']",ISFP
122,873792440645304320,hanemyaws,bangsal,"['isfp', 'noticed', 'slightest', 'detail', 'make', 'cry', 'whole', 'night']",ISFP
123,64460295,sunusberry,sunwoo’s lau ☁️,"['isfp', 'sunwoo']",ISFP
124,1546672379472011265,caramelloaspro,axer ✧.* kavetham brainrot,"['add', 'ur', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'tutti', 'emo']",ISFP
125,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['hello', 'im', 'looking', 'friend', 'im', 'isfp', 'use', 'pfp', 'interested', 'leave', 'hi', 'tmi']",ISFP
126,1312894693261287425,JM202012713483,JM2020 | Suiswap,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
127,1445650907463503876,idletyun,faith (soyeons version),"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
128,1237595688806092805,geumpou,ana,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
129,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'come', 'worthy', 'time', 'break', 'free', 'loneliness', 'thought', 'balloon', 'hence', 'sagittarius', 'prowl', 'new', 'budd']",ISFP
130,3970089372,MegumiBandicot,Megumi Bandicoot,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
131,1278105322272567297,dannlvkt,dani lvs dani - inactive til saturday,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
132,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'kcon', 'redcarpet', 'light', 'skin', 'tone']",ISFP
133,1422813694350688261,isfp___xrinp_oO,.,"['know', 'find', 'fun', 'dc', 'link']",ISFP
134,1382810190697881605,DosieWifey,RICKY DEBUT,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
135,1366045602,meglzt,meg,"['isfp', 'twin']",ISFP
136,1641446846957785091,_azxla,azula // exam week!,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
137,1519116105125699584,vampireshearts,⁺ ✶ caius/ambroz ꩜,"['day', '6', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
138,1549921893175758848,chaejizone,ᴋʏʟᴇʀ 🝮 #Cabin_Fever 🧃,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
139,1209308713950928897,_miyanii,pygmalisnow🪞,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
140,1237311115362590720,mayuki0838,squid 💜🧃,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
141,943303325000204290,bbyeognchan,Bbyung찬,"['leg', 'sharpthats', 'true', 'hatching', 'chickorange', 'heart', 'clothes', 'aegyo', 'walk', 'exercisewriting', 'hand', 'light', 'skin', 'tone', 'full', 'love', 'fansheart', 'exclamation', 'new', 'waynim', 'w']",ISFP
142,1309253274403569666,jaxweII,blade,"['redoing', 'rn', 'co', 'time', 'looking', 'mutuals', '۵', 'aaron', 'aj', 'hehim', '۵', '18', 'yo', '۵', 'isfp', '۵', 'make', 'ca']",ISFP
143,702411077498368000,waigupingu,je,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
144,1344258613880131586,hananeouisianly,19,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
145,1328705677808840709,LovieDosie,Lovie 🝮 i'm a ʚ 퀸카 ɞ,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
146,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['zerobaseone', 'member', 'gaining', 'attention', 'high', 'quality', 'visuals', 'even', 'low', 'quality', 'photo']",ISFP
147,1035398101853323264,dlmelu,5 ★,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
148,1146758108737392641,hyunelty,TOLO,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
149,1408579252451254272,kooplory,🐡,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
150,1625792857209536515,0325hour,ً,"['230517', '1015', 'pm', 'sharkthought', 'balloon', 'ㅋㅋㅋ', 'twin', 'came', 'see', 'flower', 'twin', 'isfp', 'held', 'sh']",ISFP
151,2460514791,joong2min,홍중's Marti🍓OUTLAW ☆☆☆☆☆,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'come', 'la', 'queen', 'gwen']",ISFP
152,1625901922225127424,bonnilyryu,esther - DARK BLOOD limit,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
153,1639096878704001025,kkeitayoo,arinji` ksurupan hao,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
154,1634518713272782848,hnyujinl,vi🐾 || kinda ia lagi ujian,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
155,1639096878704001025,kkeitayoo,arinji` ksurupan hao,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
156,1562718474463748096,hanmyujinn,🆖🆎 tabi,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
157,71755965,isfp_zip,teh sisri | FB !!,"['230517', 'sundukwon', 'instagram', 'update', 'link']",ISFP
158,71755965,isfp_zip,teh sisri | FB !!,"['something', 'made', 'sehun', 'meme', 'loudly', 'cry', 'face']",ISFP
159,1650641299509514240,allforzb1,alexa 🦝🎻 | 제로즈🌹,"['name', 'zhang', 'hao', '章昊장하오', 'position', 'center', 'birthday', 'july', '25', '2000', 'height', '1805', 'cm', 'mbti', 'isfp', 'nationality', 'chinese']",ISFP
160,1395374887036981252,career_re,Re-energising Your Career,"['isfp', 'stand', 'wrong', 'answer']",ISFP
161,1379817489601679370,mrbuu25210652,🐫🦇🔊 |mrbuu.Cetus | FusionX Finance 🛸⚙️🐐,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
162,1639096878704001025,kkeitayoo,arinji` ksurupan hao,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
163,1639096878704001025,kkeitayoo,arinji` ksurupan hao,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
164,1545373908781924352,mwahzhao,ailopyu zhang hao,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
165,1419487380738756609,gyujunpyo_,riri🐇,"['isfp', 'zhang', 'hao', '1st', 'look']",ISFP
166,1401098460208635905,nestl3cream,🫰🏻 | aktibong mamamayan,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
167,1586568352016863232,_woonnie,li !,"['omg', 'sou', 'isfp']",ISFP
168,90764740,charity479,Misstress of Deletion,"['15yo', 'isfp', 'decided', 'organize', 'word', 'magnet']",ISFP
169,1552994272269312002,vileoria,ハン.,"['smoke', 'isfp', 'night', 'lunch', 'estj', 'day']",ISFP
170,1465292776329908237,PostPhDRoad,PostPhDRoad,"['isfp', 'stand', 'wrong', 'answer']",ISFP
171,1559786778068131841,isfp_girl07,はいからさん@shanbin,['thinking'],ISFP
172,1194066348030083074,Kim__09,사랑이🦌,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
173,1441597824123109378,i07hy,⋆,"['hi', 'im', 'yeon', 'new', 'linked', 'paperclip', 'jhs', 'student', 'linked', 'paperclip', 'sheher', 'engfilo', 'linked', 'paperclip', 'isfp', 'linked', 'paperclip', 'chaechaez', 'n', 'jenlisa', 'enthusias']",ISFP
174,1633958338655387648,Bachirasbabe,Xia | ceo of bachira❗,"['redoing', 'rn', 'co', 'time', 'looking', 'mutuals', '۵', 'aaron', 'aj', 'hehim', '۵', '18', 'yo', '۵', 'isfp', '۵', 'make', 'ca']",ISFP
175,1537742777697566721,EMILSTIP,♪ Soren,"['redoing', 'rn', 'co', 'time', 'looking', 'mutuals', '۵', 'aaron', 'aj', 'hehim', '۵', '18', 'yo', '۵', 'isfp', '۵', 'make', 'ca']",ISFP
176,1438610173384282112,urlizlist,liz,"['last', 'time', 'esfp', 'istp', 'isfp', 'intj', 'intp', 'huh']",ISFP
177,1254366990954684416,prkgnwk0110,manchae✨ nicole🌹,"['thats', 'cool', 'youre', 'extrovert', 'im', 'isfp', 'haoloudly', 'cry', 'face']",ISFP
178,1215200048037818369,MSWRITER97,ًKirschen |,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
179,726382928633032704,bongbyung,💙💛,"['leg', 'sharpthats', 'true', 'hatching', 'chickorange', 'heart', 'clothes', 'aegyo', 'walk', 'exercisewriting', 'hand', 'light', 'skin', 'tone', 'full', 'love', 'fansheart', 'exclamation', 'new', 'waynim', 'w']",ISFP
180,1481309397255360514,rynzfiles,rye,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
181,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
182,391339901,hwanghjismyson,. ˚🥣 จ๋อนจ๋อน꒰🍭꒱‧🍰₊ 🍀,"['leg', 'sharpthats', 'true', 'hatching', 'chickorange', 'heart', 'clothes', 'aegyo', 'walk', 'exercisewriting', 'hand', 'light', 'skin', 'tone', 'full', 'love', 'fansheart', 'exclamation', 'new', 'waynim', 'w']",ISFP
183,1602993857377243136,L4SJY,Ioriver | ISH DAY !,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
184,1644706446163202049,pieonnny,shi ❦ ; d-4,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
185,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'u']",ISFP
186,1539974272374161408,isunyoi,yuki; 📚,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
187,1605521172195864576,danxaud,A,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
188,860430919223697408,AliceSikie,ALICESIKIE #VictonWillBeForever 🐶🦊🦖🍓🐱🐣🐰,"['leg', 'sharpthats', 'true', 'hatching', 'chickorange', 'heart', 'clothes', 'aegyo', 'walk', 'exercisewriting', 'hand', 'light', 'skin', 'tone', 'full', 'love', 'fansheart', 'exclamation', 'new', 'waynim', 'w']",ISFP
189,4086811605,murderqueen02,Dani (Jesper Fahey coded❤),"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
190,1422813694350688261,isfp___xrinp_oO,.,"['special', 'moa', 'smiling', 'face', 'sunglassessparkles', 'link']",ISFP
191,1657067139596169217,sooberriey,miyu ✮,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
192,1224369224161931265,NEONNEUROSIS,+.+,['exactlyisfp'],ISFP
193,1530429888544485376,luvlyfullsun,ayaa ✰ exam week 📚,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
194,1224369224161931265,NEONNEUROSIS,+.+,"['giving', 'major', 'isfp', 'vibe', 'lately']",ISFP
195,1623616794954174464,vqwz0,valerie,"['hi', 'im', 'yeon', 'new', 'linked', 'paperclip', 'jhs', 'student', 'linked', 'paperclip', 'sheher', 'engfilo', 'linked', 'paperclip', 'isfp', 'linked', 'paperclip', 'chaechaez', 'n', 'jenlisa', 'enthusias']",ISFP
196,1601947251605180417,banishedpiggy,Dҽɱι,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
197,71755965,isfp_zip,teh sisri | FB !!,"['q', 'feel', 'change', 'sehun', 'past', 'year', 'still', 'exos', 'baby', 'chanyeol', 'oh', 'sameimni']",ISFP
198,71755965,isfp_zip,teh sisri | FB !!,"['q', 'mbti', 'sehun', 'dont', 'know', 'well', 'im', 'interested', 'mbti', 'well', 'actually', 'people', 'constant']",ISFP
199,71755965,isfp_zip,teh sisri | FB !!,"['q', 'role', 'want', 'try', 'creepy', 'psychopath', 'v', 'lead', 'intense', 'action', 'noir', 'genre', 'v', 'lead', 'deep']",ISFP
200,71755965,isfp_zip,teh sisri | FB !!,"['q', 'whats', 'mbti', 'sehun', 'dont', 'really', 'know', 'im', 'interested', 'mbti', 'either', 'honestly', 'people', 'continuously', 'chang']",ISFP
201,71755965,isfp_zip,teh sisri | FB !!,"['short', 'message', '10', 'year', 'sehun', 'ah', 'yes', '10', 'year', 'ill', 'turning', '40', 'sehunah', 'dont', 'youl']",ISFP
202,71755965,isfp_zip,teh sisri | FB !!,"['q', 'whats', 'charm', 'pacific', 'oceanlike', 'broad', 'shoulder', 'b', 'tzone', 'thats', 'cleardistinct', 'oh', 'sehuns', 'future', 'sehun', 'yo']",ISFP
203,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['proidol', 'idol', 'ever', 'seen', 'hasnt', 'even', 'debut', 'yet', 'look', 'act', 'like', 'he', 'indust']",ISFP
204,3271278086,blu_1004,seren •fan account•,"['en', 'four', 'leaf', 'cloverlucky', 'oppafour', 'leaf', 'cloverisfp', 'wonho', 'surv']",ISFP
205,756688134327283712,Rizkia_sone,Rizkiarahma,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
206,2553912348,neehSVohS,🏩SejunieLand🍓Sweetravel💙HereIam💛DearYoung,"['leg', 'sharpthats', 'true', 'hatching', 'chickorange', 'heart', 'clothes', 'aegyo', 'walk', 'exercisewriting', 'hand', 'light', 'skin', 'tone', 'full', 'love', 'fansheart', 'exclamation', 'new', 'waynim', 'w']",ISFP
207,1018942129815654402,jjith2005,Jahla :),"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
208,1656442304117239808,jGKZqJSdM942197,✩⋆。˚ esme ˚。⋆✩,"['isfp', 'think', 'lowk', 'forgot', 'might', 'intp', 'face', 'spiral', 'eye']",ISFP
209,1146613363922919424,Axtian14,⧗ Axel 🍄🚇,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
210,1463533630953705476,MifaiSOL,️️ ️️️️️️️️️ ️️ ️️ ️️,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'isfp']",ISFP
211,1458578563783958528,CEOofMammon,🫶🏽 mammon’s number one scallywag (lover),"['theyre', 'isfp', 'different', 'way']",ISFP
212,1649290192430448640,nekosfairy,ً,"['moon', 'sua', '문수아', 'main', 'rapper', 'lead', 'vocalist', 'september', '9', '1999', 'virgo', 'isfp', 'representative', 'emoji', 'full', 'moon', 'face', 'repres']",ISFP
213,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '478', 'harmonizing', 'isfps', 'another', 'world']",ISFP
214,1616019183443267584,gguk_rkiveysj,ria,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
215,1422813694350688261,isfp___xrinp_oO,.,"['yeonjun', 'always', 'pushing', 'best', 'glowing', 'star', 'cover', 'story', 'continues', 'individual', 'spotlig']",ISFP
216,823378201,NhytaBaluena,Nhyta Baluena #KINGTHELAND #2O'CLOCKDATE,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
217,93022711,LetsGoCNote,Christian (cnote),"['yeah', 'suspect', 'step', 'son', 'isfp', 'ha']",ISFP
218,1564369886037647361,messyoongi_s,^Lyra👾•^ ia bc of gcses😣,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
219,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['2binz', 'clingy', 'devastating', 'long', 'thread']",ISFP
220,1609197972524253186,Gemthishi,เมย์ | May 🐷 🎸,"['let', 'introduce', 'hello', 'name', 'may', 'birthday', '24th', 'april', 'im', '07', 'liner', 'im', 'fully', 'thai']",ISFP
221,547881625,mik__sm,Михаил Александрович | Suiswap 🐐,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
222,1365598156331700224,kofinity,Kofi☘️,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
223,1552994272269312002,vileoria,ハン.,"['isfp', 'snuck', 'way', '10th', 'floor', 'ghost', 'hunting', '4amloudly', 'cry', 'face']",ISFP
224,1358079165946351616,amiloveslvjy,ami ★,"['test', '3', 'time', 'always', 'isfp', 'even', 'friend', 'hate', 'test', 'know', 'mbti', 'say', 'im', 'isf']",ISFP
225,1576295555331985415,minkazus,min/kae !! 📌,"['omg', 'isfp']",ISFP
226,1021556890046611456,applesan_,nami,"['_ツ_', 'forgive', 'b', 'forget', 'c', 'cut', 'depends']",ISFP
227,1632089546056962049,krydprinzcalx,luciel ☀︎︎,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'isfp', 'eyeeye', 'contrast', 'character', 'though', 'bt']",ISFP
228,1603696493445144576,toothlesstar,Annie,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
229,1182064327853056000,saranguwon,👑 D-29,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
230,1182064327853056000,saranguwon,👑 D-29,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
231,1278090250464583682,halonic,awies @ blade waiting room 🐏,"['add', 'mbti', 'put', '4', 'character', 'type', 'apparently', 'isfp']",ISFP
232,1539810798381535232,INV4DERZ1M,jude,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'im', 'normal', 'im', 'normal', 'im', 'normal', 'im', 'normal']",ISFP
233,1004944855234220032,psyb0rgz,mari,"['isfp', 'want']",ISFP
234,1529563768644059137,ewwden,eden ✩,"['add', 'mbti', 'put', '4', 'character', 'type', 'bonus', 'enneagram', 'isfp', '4w3grinning', 'cat', 'smiling', 'eye']",ISFP
235,1612551760668672000,suabaka1,🤍♡ Baria Aesthetic ♡🤍| LAILA LOVEBOT ♡♡,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
236,3621589876,roseschaddelee,Rose Schaddelee,"['isfp', 'speak']",ISFP
237,980049090,Gorjessg,♓︎,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
238,1650641614656733184,GH0STSJAM,calleb,"['𝘂𝘀𝗲𝗹𝗲𝘀𝘀', '𝗳𝗮𝗰𝘁𝘀', '𝗮𝗯𝗼𝘂𝘁', '𝗺𝗲', 'name', 'timothy', 'baek', 'height', '187', 'age', '28', 'zodiac', 'sign', 'cancer', 'mbti', 'isfp', 'movie', 'captain', 'fantastic', 'book']",ISFP
239,1646640712572698624,_redlightz,☾⋆⁺₊☁️✧ ella,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
240,1098459781134671872,Shy_1404,Shy_1404,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
241,1458123146641424388,jaeminminero,celine🫀| about to see stayc⭑,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
242,2647172215,Rainie_mikevid,ForYoonA #KingTheLand #2OclockDate,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
243,2736553417,yoonaaa530,YA 🤍,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
244,1387910680737587202,iwzhao,☆,"['sec', 'oldest', 'isfp', 'like', 'fr', 'child', 'hate', 'sport', 'fine']",ISFP
245,1441392593867137024,rkdekdmsS2,ඩි໒꒱,"['cesar', 'torres', 'amp', 'mark', 'heathcliff', 'avatar', '16personalities', 'web', 'edited', 'stevxkey']",ISFP
246,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['kep', '1er', 'youngeun', 'hanbins', 'heart', 'multiple', 'time', 'cheering', 'hot', 'summer', 'high', 'note', 'epex', 'baekseung', 'saying']",ISFP
247,1210252070462341121,jpgwvil,mars 🐹,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
248,1312430921342214144,danhengluvr,ayjay,"['redoing', 'rn', 'co', 'time', 'looking', 'mutuals', '۵', 'aaron', 'aj', 'hehim', '۵', '18', 'yo', '۵', 'isfp', '۵']",ISFP
249,1414394740762550278,namjoonhcrts,ember 🍓 / D-8 UNTIL BDAY!!,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
250,179992901,And_riku,Andri,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
251,179992901,And_riku,Andri,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
252,1422813694350688261,isfp___xrinp_oO,.,"['stray', 'kids스트레이', '키즈', '5star', 'teaser', 'image', '2023060', '2', 'fri', '1pm', 'kst', '0am', 'et', 'dizzy', '5star', 'presave', 'amp', 'preo']",ISFP
253,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['saw', 'someone', 'say', 'mixing', 'blue', 'pink', 'would', 'result', 'purple', 'im', 'sad']",ISFP
254,3877298172,Cindot_Fc,YoonA - Cheon Sa Rang,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
255,3877298172,Cindot_Fc,YoonA - Cheon Sa Rang,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
256,1567154417358741507,Enzchante,ً,"['fellow', 'isfp', 'libra', 'mate']",ISFP
257,1470499680090046478,reputationstaan,noe⸆⸉ | tsats & six of crows,"['add', 'mbti', 'put', '4', 'taylor', 'swift', 'song', 'mbti', 'isfp']",ISFP
258,788204309758357504,loonatheworldph,LOONA Philippines,"['q', 'say', 'yeojins', 'mbti', 'cute', 'true', 'image', 'text', 'yes', 'thats', 'funny', 'yeojin', 'caption', 'ah', 'im', 'isfphaha', 'q', 'hai']",ISFP
259,963513520364146690,_stxrl0st,ai || ⭐⁵ || Sweet || Outlaw,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
260,52042147,jasminelep,#다시태어나도소원할게💖,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
261,52042147,jasminelep,#다시태어나도소원할게💖,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
262,1381539504712912896,chanheesredhair,sha,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
263,1239015393869459456,gaonmylove_,‧͙⁺˚*・༓☾ Jax ☽༓・*˚⁺‧͙ || possibly seeing p1h !!,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
264,1627261931735363584,leecte_,ᵔᴗᵔ miko,"['love', 'letter', 'hello', 'im', 'miko', 'gtlt', 'sheher', 'jap', 'french', '05', 'liner', 'isfp', 'new', 'preferably', 'stay']",ISFP
265,1557566741298888705,kat0xaurr,Kate ♡'s Jas❣️`★⁵,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
266,1565683997753364480,kaizelstudy,kaizel | studytwt,"['hi', 'im', 'yeon', 'new', 'linked', 'paperclip', 'jhs', 'student', 'linked', 'paperclip', 'sheher', 'engfilo', 'linked', 'paperclip', 'isfp', 'linked', 'paperclip', 'chaechaez', 'n', 'jenlisa', 'enthusias']",ISFP
267,1257557109954285570,desiseonghwa,dhri🦋,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
268,4463735839,yoongbae530,aegyoong,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
269,4463735839,yoongbae530,aegyoong,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
270,1440985708492046344,shmpli,hane,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
271,1183474228575821827,nicchelo,chloe ッ,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
272,186771828,204percent,keira,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'kissing', 'face', 'smiling', 'eyesvictory', 'hand']",ISFP
273,1466260479752359938,jonghomallow,sushi,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
274,1471899525476462598,dandybeom,trixx (trixx) ☆⁵,"['ミ', 'restarting', 'day', '2', 'gtgt', 'hey', 'im', 'trixx', 'sun', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive']",ISFP
275,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['found', 'instiz', 'allindan', 'made', 'thank', 'real', 'co', 'thats', 'exactly', 'belongs', 'h']",ISFP
276,729765631298441216,neomubitchy,𝐴𝑖-𝑘𝑦𝑢𝑛𝑔,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
277,729765631298441216,neomubitchy,𝐴𝑖-𝑘𝑦𝑢𝑛𝑔,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
278,1639244895960592384,Keiii_Dumps,ᴋᴇɪ 🍞 || PAUSE 📌,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
279,1454298961,yeppeoyoona,임윤아 (Im YoonA),"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
280,1454298961,yeppeoyoona,임윤아 (Im YoonA),"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
281,1588123057872248832,w6n_lvrr,︎ ︎ ︎ ︎,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
282,1622793536,sweettar_,𝓽𝓪𝓻•ᴗ•,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
283,1622793536,sweettar_,𝓽𝓪𝓻•ᴗ•,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
284,1647219004455493632,darialuvsfelix,daria ★⁵,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
285,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'evening', 'errone', 'im', 'currently', 'looking', 'pal', 'enliven', 'timeline', 'im', 'legal', 'isfp', 'put', 'inter']",ISFP
286,1620322348166692866,xiiaqn,xian,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
287,1632010306041032705,taeraephine_,lex ☆ TAERAE P06 😈,"['isfp', 'thing', 'bc', 'literally', 'thing', 'broken', 'heartbroken', 'heart']",ISFP
288,1614959145807130636,aloharmycarteu,aloharmy - looking for moots,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
289,3145668063,rina_cat29,JustCat 💗,"['apparently', 'intj', 'isfp', 'different', 'approach', 'life', 'value', 'could', 'fun', 'chal']",ISFP
290,1589204321010610176,mjstudyves,mj 💉,"['hi', 'im', 'yeon', 'new', 'linked', 'paperclip', 'jhs', 'student', 'linked', 'paperclip', 'sheher', 'engfilo', 'linked', 'paperclip', 'isfp', 'linked', 'paperclip', 'chaechaez', 'n', 'jenlisa', 'enthusias']",ISFP
291,1632010306041032705,taeraephine_,lex ☆ TAERAE P06 😈,"['omg', 'hao', 'loudly', 'cry', 'faceloudly', 'cry', 'face', 'im', 'isfp', 'broken', 'heartbroken', 'heart']",ISFP
292,1210252070462341121,jpgwvil,mars 🐹,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
293,1649277605445779456,BasedOnYouz,ㅎ #ZE_ROSE🌹,"['guy', 'kind', 'mindmaps', 'could', 'put', 'one', 'name', 'mind', 'helping', 'sob', 'im', 'isfp']",ISFP
294,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['clear', 'version', 'hanbins', 'chest', 'tattoo']",ISFP
295,1467410950131105792,choimfs,ً,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
296,181167161,BaronTrance,Ron 👻🚪The NEET Ghost,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
297,1936036916,_SONE09,ยุนอา YOONA/LUCAS ลูคัส,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e', 'p']",ISFP
298,1936036916,_SONE09,ยุนอา YOONA/LUCAS ลูคัส,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'esfp']",ISFP
299,121669312,itnw0628,H.Y.,"['yoona', 'latter', 'three', 'dont', 'change', 'especially', 'f', 'im', 'extreme', 'side', 'department', 'e']",ISFP
300,1658424568535744513,yeonsarchive_,yeon 🫧,"['hi', 'im', 'yeon', 'new', 'linked', 'paperclip', 'jhs', 'student', 'linked', 'paperclip', 'sheher', 'engfilo', 'linked', 'paperclip', 'isfp', 'linked', 'paperclip', 'chaechaez', 'n', 'jenlisa', 'enth']",ISFP
301,121669312,itnw0628,H.Y.,"['next', 'topic', 'mbti', 'say', 'yoonas', 'mbti', 'isfp', 'according', 'information', 'one', 'month', 'ago', 'yoona', 'weird', 'wa']",ISFP
302,1272100985121337344,jwonufo,iyanah 🧸,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
303,1628248549140971522,sonhoger,RENI,"['isfpindex', 'pointing', 'mediumlight', 'skin', 'tonehey', 'im', 'zhanghao']",ISFP
304,1184214097488994307,vx_lust,Vivi ੭₎₎̊₊♡ || ★⁵,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'etc']",ISFP
305,1658411218431016963,JHatdogkk75924,jaia | lf moots 🙇,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
306,1605386742273437696,cleasaintly,clea,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
307,1539465958947160064,seonflick,zie ⨾ 🍷,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
308,1498524995198554115,utotnapwet,toti marie tess,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
309,1422813694350688261,isfp___xrinp_oO,.,"['tech', 'behind', 'masquerade', 'part', '1', 'voice', 'tech']",ISFP
310,1422813694350688261,isfp___xrinp_oO,.,"['tech', 'behind', 'masquerade', 'part', '2', 'visual', 'tech']",ISFP
311,1654014488763564032,enficxz,D ; ia sa umaga active pag uwian nyo na from skul,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
312,1657654451442966528,seiarive,seia,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
313,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
314,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
315,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
316,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
317,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'concept', 'photo', 'surrender']",ISFP
318,1286329982004887555,ksnnoot,ًkei,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
319,892743782218608640,PENYAKlT,ً,"['q', 'say', 'yeojins', 'mbti', 'cute', 'true', 'image', 'text', 'yes', 'thats', 'funny', 'yeojin', 'caption', 'ah', 'im', 'isfphaha', 'q', 'hai']",ISFP
320,3991653798,sehunuhh,æ,"['welcome', 'back', 'isfp']",ISFP
321,1646878257198018560,hiraya_luvwonsm,ray ! ❀,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
322,998787270873239553,cyrintheum,cy (COMMISSIONS OPEN),"['ok', 'lem', 'me', 'explain', 'isfp', 'mbti', 'type', '9w8', 'enneagram', 'type', 'spso', 'instinctual', 'variant', '963', 'tritype']",ISFP
323,1655987515562799104,jeons_time,🌷min,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
324,1601614290712408064,adorable_wonyy,𝐸𝑚𝑖𝑙𝑦. ☁︎ | ifb !,"['quick', 'intro', 'hello', 'im', 'lisa', 'dress', 'im', 'looking', 'mutuals', 'interest', 'jean', 'im', '13', 'sheher', 'im']",ISFP
325,1649213945977409536,i98jng,su ★★★★★,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
326,1402071879888740360,chuuroes_,lou ♡,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
327,1648917955277643777,marjcrine,kate :3,"['know', 'stan', 'isfp', 'thats', 'super', 'interesting', 'honestly', 'everyone', 'complex', 'pers']",ISFP
328,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['let', 'give', 'sung', 'youll', 'forever', 'icon', 'hanbin']",ISFP
329,1073070261073670144,koalaagirlie,shanna,"['cont', 'stan', 'caring', 'ex', 'care', 'lot', 'kyle', 'friend', 'except', 'cartman', 'obvi', 'reaso']",ISFP
330,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230515', 'red', 'carpet', '2']",ISFP
331,1645380149901398016,STANL3YM4RSH,yuuji 🎸#STYLESWEEP,"['yes', 'havsgfghdhxc', 'he', 'isfp', 'im', 'entp', 'keep', 'kinning', 'isfps', 'even', 'yuuji', 'isfps', 'idk', 'whats', 'wtih', 'atp']",ISFP
332,1510344571519221765,skzthots,scorpio eyes 🌟🪐,"['jisung', 'def', 'istp', 'imo', 'maybe', 'isfp', 'he', 'def', 'f', 'gtgt']",ISFP
333,1466260479752359938,jonghomallow,sushi,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
334,1466260479752359938,jonghomallow,sushi,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'etc']",ISFP
335,1644706446163202049,pieonnny,shi ❦ ; d-4,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
336,1467410950131105792,choimfs,ً,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
337,1221017213286539264,MakotoIchinose6,IchinoseP,"['think', 'myersbriggs', 'type', 'indicator', 'eg', 'infj', 'isfp', 'etc', 'real', 'think', 'kind', 'thing']",ISFP
338,887349205022502912,SophiaGable,soph🫧is going to korea in 17 days❕,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'etc']",ISFP
339,1620051128120659969,wonulovv3rr,elli ; lf : moots/friends📌,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'etc']",ISFP
340,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'u']",ISFP
341,1520972102551097344,jy63_,j,"['ill', 'stick', 'old', 'mbti', 'isfj', 'bcus', 'give', 'isfp', 'dont', 'feel', 'im', 'isfp']",ISFP
342,1639843071121854464,rozuyarozu,Rozu ろずや。,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'etc']",ISFP
343,1422813694350688261,isfp___xrinp_oO,.,"['tomorrow', 'x', 'together', 'ltact', 'love', 'sickgt', 'seouldigital', 'codeampdvd予約販売開始', 'pushpintxt', 'weverse', 'shop', 'japan']",ISFP
344,1458765179613630464,soobltyun,🫐soolyn★태현★,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
345,1445527582150041604,jessaeko_,jess⁷ 🤍,"['day', '2', 'think', 'hi', 'im', 'jess', 'new', 'looking', 'moot', 'bts', 'twice', 'lsfm', 'txt', 'svt', 'e']",ISFP
346,1628046001645793280,Straykidsluver1,•{ʟɪɴᴏ}•★⁵,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
347,887349205022502912,SophiaGable,soph🫧is going to korea in 17 days❕,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
348,1406637831485677568,gyupolaris,jel.,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
349,575950351,marsmellowl47,Mars G 🌶️ ateez outlaw 16.6,"['introducing', 'ateez', 'introvert', 'line']",ISFP
350,1559786778068131841,isfp_girl07,はいからさん@shanbin,['cool'],ISFP
351,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['ahhh', 'holding', 'hand', 'going', 'stage', 'mc', 'together', 'pleading', 'faceloudly', 'cry', 'face']",ISFP
352,1657370593526968320,i00jen,ً,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
353,1394098865708552192,MayoisHusband,Bli hasegawa,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'bg']",ISFP
354,1657370593526968320,i00jen,ً,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
355,1406637831485677568,gyupolaris,jel.,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
356,813191590684528640,kimtaehyungbia,madison,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
357,71755965,isfp_zip,teh sisri | FB !!,"['swear', 'every', 'time', 'chanyeol', 'make', 'face', 'heart', 'skip', 'beat']",ISFP
358,71755965,isfp_zip,teh sisri | FB !!,"['ill', 'honest', 'video', 'still', 'haunt', 'dream']",ISFP
359,71755965,isfp_zip,teh sisri | FB !!,"['chanyeol', 'always', 'concert', 'sits', 'floor', 'fan', 'right', 'front', 'singing', 'heart', 'cro']",ISFP
360,71755965,isfp_zip,teh sisri | FB !!,"['woyyylahhh', 'love', 'right', 'sechanloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'face']",ISFP
361,71755965,isfp_zip,teh sisri | FB !!,"['sechan', 'play', 'golf', 'differently', 'seenloudly', 'cry', 'face', 'jakarta', 'malaysia']",ISFP
362,71755965,isfp_zip,teh sisri | FB !!,"['yes', 'make', 'made']",ISFP
363,71755965,isfp_zip,teh sisri | FB !!,"['watermark', 'co', 'u', 'medium', 'skin', 'tone']",ISFP
364,71755965,isfp_zip,teh sisri | FB !!,"['sehun', 'icon', 'basketball', 'guy', 'loudly', 'cry', 'facefire']",ISFP
365,71755965,isfp_zip,teh sisri | FB !!,"['article', 'newspaper', '230515', 'exo', 'today', '15th', 'new', 'song', 'petal', 'fall', 'released', 'late', 'spring', 'mood', 'link', 'h']",ISFP
366,2619571652,TSHollandNY,"Love, Taylor","['isfp', 'speak', 'tv']",ISFP
367,976581446080126976,gagasfolklore,🪻meredith🪻,"['isfp', 'folklore']",ISFP
368,1568057845417132032,TaeminHag,💎Daily Taemin Pics💎,"['im', 'isfp', 'im', 'also', 'much', 'scorpio', 'sting', 'hurt', 'sting', 'count']",ISFP
369,1458512645368295432,ymxrant,ayumi ❦,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
370,998787270873239553,cyrintheum,cy (COMMISSIONS OPEN),"['9w8', 'full', 'personality', 'profile', 'isfp', '9w8spso963seirluaiphlegmatic', 'sanguinefevl']",ISFP
371,309995725,Kareen_Hdz_,Karen Hernandez 카렌,"['q', 'say', 'yeojins', 'mbti', 'cute', 'true', 'image', 'text', 'yes', 'thats', 'funny', 'yeojin', 'caption', 'ah', 'im', 'isfphaha', 'q', 'hai']",ISFP
372,1568057845417132032,TaeminHag,💎Daily Taemin Pics💎,"['im', 'isfp']",ISFP
373,1530948236042571776,JJHVAL0,‘,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
374,1459820835271806977,Redjigglypuff,Arno¹⁴³ ★⁵ Want more skz moots🫶,"['isfp', 'recent', 'one', 'said', 'infp', 'wan', 'na', 'see', 'changed']",ISFP
375,1650986012401606658,NET3Y4M,chen,"['get', 'isfp', 'one', 'time', 'real']",ISFP
376,1516596352133836803,beomfys,범규♡,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
377,1467393776457236480,zefyrant,kazuha's flamethrower,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
378,1467393776457236480,zefyrant,kazuha's flamethrower,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
379,1467393776457236480,zefyrant,kazuha's flamethrower,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
380,1594840739887710208,scftiecakes,lyn 🦋,"['hii', 'im', 'lf', 'moot', 'star', 'moacarat', 'fandom', 'welcomed', 'slightly', 'ia', 'exam', 'level', 'year', 'frowning', 'face', 'infp']",ISFP
381,1654750738604765184,i43aran,lee 💤 | lf swith & hunny moots,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
382,1617196624555417606,bloodmoonqueen,melaina🌹,"['isfp', 'curious', 'adventurous']",ISFP
383,1654750738604765184,i43aran,lee 💤 | lf swith & hunny moots,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
384,1074461929173909504,iuukink,iuuki,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'soy', 'el', 'de', 'la', 'personalidad', 'de', 'anime', 'literal']",ISFP
385,1654966762301976579,M00NL1GHTNING,moonrise ࣪ ִֶָ☾. #KFTWT,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
386,1547748947950612480,tteaparty_,ttea ⚢,"['feeble', 'isfp', 'men']",ISFP
387,1431897996061380617,BartysStar,《Moons》☆jann era☆,"['add', 'mbti', 'put', 'four', 'character', 'mbti', 'isfp']",ISFP
388,1114172854394859520,nobaradiosa,ً,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'kiss', 'markkiss', 'mark']",ISFP
389,1577084234505797632,elvira_lycus,✧₊⁎ 𝕷𝖞𝖈𝖚𝖘・⁺˳✧,"['genuinely', 'think', 'im', 'isfp', 'infp', 'bcz', 'im', 'ppl']",ISFP
390,1954033465,MiquiMiq,Miquel,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'isfp']",ISFP
391,1650731888800309248,jjerose_zb1,asin ze_🌹,"['really', 'similarity', 'face', 'tear', 'joy', 'zhanghao', 'isfp', 'jeonghan', 'isfj', 'second', 'olde']",ISFP
392,2930696585,whatswrongzico,Zina The Zico♡,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
393,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'raising', 'hand', 'light', 'skin', 'tone', 'red', 'carpet']",ISFP
394,1376361071322169344,gyuuskipp,kei ✘ 🎧🧸 (gyus gf) @ school 😭,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
395,799535178569908224,fhghasemali,|فاطمه|,"['scene', 'marriage']",ISFP
396,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '478', 'harmonizing', 'isfp', 'guide']",ISFP
397,1196375362160254976,PeberD,Peber Dee,"['q', 'say', 'yeojins', 'mbti', 'cute', 'true', 'image', 'text', 'yes', 'thats', 'funny', 'yeojin', 'caption', 'ah', 'im', 'isfphaha', 'q', 'hai']",ISFP
398,1376542281554132993,comfykohane,akio ✧ EXAM MONTH,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
399,1471604998169628678,strcwbrryksses,caro,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'got', 'fav', 'emos', 'disguised', 'face']",ISFP
400,1592408079420751872,Gelena07498310,"kobi (L3, ❄️)(💙,🧡) 🛸🐐","['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
401,3145668063,rina_cat29,JustCat 💗,"['case', 'could', 'maybe', 'youre', 'attracted', 'someone', 'feel', 'similar', 'since', 'he', 'isfp']",ISFP
402,3234790189,Katakiiysmm,Vinnysauce 💞🔪,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp']",ISFP
403,1471105946025967617,puppy_yeo,𝙇𝙤𝙩𝙩𝙚 | 최종호 🤍🧸,"['switch', 'isfp', 'isfj', 'make', 'sense']",ISFP
404,64611799,ilibeomie90,iℓi★☆★☆★skz,"['handshakemediumlight', 'skin', 'tone', 'jungsu', 'isfp', 'pleading', 'facepleading', 'facepleading', 'face']",ISFP
405,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['yujin', 'hanbins', 'signature', 'heart']",ISFP
406,1559786778068131841,isfp_girl07,はいからさん@shanbin,['illegal'],ISFP
407,1630606502003363840,_leohoe_,leohoe(fb limit)⁰⁻¹,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
408,1647219004455493632,darialuvsfelix,daria ★⁵,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
409,839549711065427970,minhoes4thcat,Li | ★★★★★,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
410,1262400709959573504,chishiyabiscuit,✩ ✩ ✩ ✩ ✩,"['isfp', 'last', 'time', 'got', 'infp', 'apparently', 'actually', 'possible', 'personality', 'type', 'change', 'idk', 'face', 'tear', 'joy']",ISFP
411,1626719685000527873,burgertilin,tilin,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
412,1647240440251383809,B4K90,ʙᴀᴇᴋ,"['𝘂𝘀𝗲𝗹𝗲𝘀𝘀', '𝗳𝗮𝗰𝘁𝘀', '𝗮𝗯𝗼𝘂𝘁', '𝗺𝗲', 'name', 'timothy', 'baek', 'height', '187', 'age', '28', 'zodiac', 'sign', 'cancer', 'mbti', 'isfp', 'movie', 'captain', 'fant']",ISFP
413,1278105322272567297,dannlvkt,dani lvs dani - inactive til saturday,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
414,2384798307,jennyverses,J ✨,"['update', 'favorite', 'hsr', 'character', 'overwhelming', 'number', 'stjs', 'lone', 'lil', 'isfp', 'play', 'bos']",ISFP
415,1422813694350688261,isfp___xrinp_oO,.,"['world', 'tour', 'ltact', 'love', 'sickgt', 'seoul', 'teaser']",ISFP
416,1657769152130711553,swhoonvy,thyrese,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
417,1647970065466404866,inksnskies,seikie,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
418,1486289772259979269,_nrkshie,Nishierin || ★★★★★,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
419,920509255542820864,kyuraguri,"violet, anisd 📌","['truee', 'gue', 'isfp', 'flexed', 'biceps', 'light', 'skin', 'tone']",ISFP
420,1347963846229585920,mazuhope,hope⁷🩰,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
421,1419699973134987265,transpiece,ace / killian / nara / lu ⚣,"['forgot', 'im', 'isfp', 'somehow', 'thought', 'enfj', 'opposite', 'isfp', 'wa', 'really', 'tiref']",ISFP
422,1011100897315733504,mbtitime,MJ ☻ Jungian Onion,"['_ツ_', 'forgive', 'b', 'forget', 'c', 'cut', 'depends']",ISFP
423,754615039034884096,Botocanguro,CoCo🥚,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
424,1627285920482312197,IiIyys,malak⁷ ★⁵,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
425,1411355548751208453,nnzuk0vr,moon,"['hotties', 'isfp', 'u', 'tho', 'smiling', 'face', 'heartssmiling', 'face', 'heart']",ISFP
426,1627285920482312197,IiIyys,malak⁷ ★⁵,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
427,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['camera', 'flash', 'sung', 'hanbin', '1st', 'official', 'performance', 'zerobaseone', 'leader', 'sung', 'hanbin', 'shining', 'bright', 'performed']",ISFP
428,1437315801657208839,marziethepan,❧ marzie,"['reupload', 'redesign']",ISFP
429,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['look', 'like', 'prince', 'loudly', 'cry', 'faceloudly', 'cry', 'face']",ISFP
430,1525163418117738496,shiraionly, ve̲n ,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
431,1601614290712408064,adorable_wonyy,𝐸𝑚𝑖𝑙𝑦. ☁︎ | ifb !,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
432,1627949187752148992,shanks4shinee,lucifer🎈,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
433,852512308743946243,kreidaprince,⋟ afra4c del rey ✧⁎,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp']",ISFP
434,1550835888414158848,jnrixs,'closed',"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
435,1570213193351405569,paladikniight,ritz💫totk lockdown,"['spreading', 'kendall', 'roy', 'isfp', 'agenda', 'action', 'fe', 'user', 'double', 'exclamation', 'mark']",ISFP
436,1418708639255248897,Hutaothefunera1,misa ! ☆,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
437,1565663774706528257,rivn_ve,ًian,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
438,1657769152130711553,swhoonvy,thyrese,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
439,1400635914431389703,iL0veRowan,☁︎ - Edgar┆bsd spoilers!!! ★⊹,"['add', 'mbti', 'put', 'four', 'character', 'mbti', 'isfp', 'b']",ISFP
440,1535638242757836803,yeewchew,rin/yuu,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
441,1657374328449810432,yk2biny,zy; kinda busy 📚,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
442,1657067139596169217,sooberriey,miyu ✮,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
443,1466260479752359938,jonghomallow,sushi,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'aries', 'isf']",ISFP
444,1652040487333666840,hannipizza,ari | rt 📌,"['rabbit', 'face', 'hi', 'name', 'ari', 'new', 'amp', 'im', 'looking', 'moot', 'right', 'anger', 'bubble', 'sheher', '20', 'ar']",ISFP
445,864693674,CamillaDanagSta,Camilla,"['omg', 'first', 'time', 'since', 'high', 'school', 'personality', 'changed', 'ive', 'taken', 'test', 'multiple', 'time', 'ive']",ISFP
446,1651388248919351296,djosroddy,mari 🎱,"['joe', 'isfp', 'make', 'much', 'sense']",ISFP
447,1466260479752359938,jonghomallow,sushi,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
448,1583288271207030786,runaoiwithme,aoi !! 🦖 ZIAN FANPAGE,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
449,1481749885095497729,Adficide,kiee/alex,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
450,1471899525476462598,dandybeom,trixx (trixx) ☆⁵,"['ミ', 'restarting', 'day', '1', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'k']",ISFP
451,1529892387648155663,jessicaivyreads,jess 🧸,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'zany', 'face', 'explains', 'much', 'lmaooo']",ISFP
452,1586407627059494912,Igbtquanxi,zou,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'gang', 'double', 'exclamation', 'mark']",ISFP
453,1646141360456491013,yunrhi,em✩,"['hyejin', '혜진', 'birth', 'name', 'kang', 'hyejin', '강혜진', 'position', 'lead', 'rapper', 'lead', 'dancer', 'visual', 'vocalist', 'hyejin']",ISFP
454,1205173622597246976,wintersprinkle,lily | 마요싫어,"['try', 'putting', 'isfp']",ISFP
455,1647381311902953472,yeywvsjudbdi,jay’s hype girl,"['lmao', 'im', 'istp', 'well', 'isfp', 'well', 'still', 'doesnt', 'get', 'better', 'face', 'tear', 'joyface', 'tear', 'joy']",ISFP
456,1331348780864696322,sangokakutrees,sitara hates thua !! 🌺,"['isfp', '8', 'cognitive', 'function', 'top', '4', 'strongest']",ISFP
457,1256520003379097606,shotagino,kei 🍫 my uke calls me sempai,"['ah', 'noel', 'isfp', 'lol', 'introverted', 'rokurou', 'check']",ISFP
458,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['yup', 'hanbin', 'really', 'heart', 'genius']",ISFP
459,1378398903117127680,southnorthyy,laura moriarty.,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'nih', 'bos', 'senggol', 'dong', 'index', 'pointing', 'light', 'skin', 'tonesneezing', 'face']",ISFP
460,1576774617418571777,euncookies,𝙱𝙻𝚄𝙴|𝙱𝙻𝙸𝙽𝙺 𝙸𝙽 𝙻𝙰𝚆,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
461,1419893618614018050,__akiraka,Zahir 明らか,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp']",ISFP
462,1534721884235112449,akaaszy,rei,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'aside', 'asahi', 'rest', 'kinda']",ISFP
463,1254389508,MenWho_,하루,"['11', 'isfp', '12', 'lmh']",ISFP
464,315580971,akaishawl,イスナ,"['mom', 'isfp', 'truly', 'know', 'understands', 'firstborn', 'infj', 'eye']",ISFP
465,1590893188709224448,gudekirei,Bowieee,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'gang']",ISFP
466,1538706570552283136,joeremii,joe ☆ rt pinned,"['regretting', 'im', 'isfp']",ISFP
467,1455109284241367047,jeongjaemiii,kia,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
468,1538706570552283136,joeremii,joe ☆ rt pinned,"['im', 'one', 'twitter', 'isfp', 'one', 'else', 'pouting', 'facepouting', 'face']",ISFP
469,1062354175,okkotsuyutta,𝐦𝐢𝐫𝐳𝐚,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'isfp', 'sign', 'horn', 'light', 'skin', 'tone']",ISFP
470,1538706570552283136,joeremii,joe ☆ rt pinned,"['guy', 'would', 'believe', 'say', 'im', 'isfp']",ISFP
471,1237124360806293511,HarukiiCat,HarukiiCat,['isfp'],ISFP
472,1437326925182095367,pazuzu__soccer,ashe ☆ 338 days,"['im', 'also', 'isfp', '11']",ISFP
473,1270564005577277440,asackrmn,asawi pop ✧,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp', 'cung']",ISFP
474,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['forever', 'sung', 'killing', 'sparkle']",ISFP
475,1475998001634054145,imsemo,athi ୧ ‧₊˚ ☆ bsdtwt,"['isfps', 'r', 'silly']",ISFP
476,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['photo', '230515', 'sung', 'hanbin', 'kcon', 'japan', '2023', '26', 'camera', 'flashorange', 'heart']",ISFP
477,1605531231579693056,saurashleyy,sora.,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
478,1650792437256949762,neko_junnya,なな,"['seventeen', 'world', 'tour', 'sun', 'seoul', 'digital', 'codedvd', 'jun', 'focus', 'play', 'button']",ISFP
479,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230515', 'arrival']",ISFP
480,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230515', 'icn', 'pre']",ISFP
481,1599067417,saikiatrist,taco bell🕸ඞ (lesli),"['main', 'reason', 'dont', 'like', 'blunts', 'look', 'like', 'shit', 'like', 'literal', 'poop', 'feel', 'weird', 'like']",ISFP
482,1476710521483243522,rainyandhot,☆ stargirl,['isfp'],ISFP
483,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['isfp', 'please', 'leave', 'anything', 'hit', 'see']",ISFP
484,1594840739887710208,scftiecakes,lyn 🦋,"['let', 'moot', 'hiii', 'im', 'new', 'info', 'abt', 'wren', '07', 'shethey', 'isfp', 'au', 'twice', 'bts', 'lesserafi']",ISFP
485,1253519716687081476,NMOthetrashfan,Gaga’s trash can ♡,"['got', 'isfp', 'intp', 'girl', 'pick', 'side']",ISFP
486,230426702,rizwanabdullah_,Rizwan | Casper,"['id', 'pretty', 'accurate', 'smiling', 'face', 'introduction', '7cadventurerpersonality']",ISFP
487,1448492136479936514,wthfeinz,feinz ˏˋ➷,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
488,1620322348166692866,xiiaqn,xian,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
489,1606186443142967296,danhrts,aino,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
490,1654901009846779906,y07iu,☆,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
491,1651176604272558082,jehsy4enha_,jehsy ; finding moots ! ᰔᩚ,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
492,1644706446163202049,pieonnny,shi ❦ ; d-4,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
493,1641575324843487233,glumbaery,glumbaerry,"['really', 'love', 'isfp', 'alike', 'many', 'way', 'im', 'enfp']",ISFP
494,1612551760668672000,suabaka1,🤍♡ Baria Aesthetic ♡🤍| LAILA LOVEBOT ♡♡,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
495,1651176604272558082,jehsy4enha_,jehsy ; finding moots ! ᰔᩚ,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
496,1491614777268834306,svcellie,ؘؘ,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
497,1473030100249628672,TJelaca,Teodora Jelača,"['lovely', 'isfp']",ISFP
498,1495539776576901120,unwavringheart,aster,"['arent', 'literally', 'isfp', 'sx4', 'yawning', 'face']",ISFP
499,3970089372,MegumiBandicot,Megumi Bandicoot,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
500,3401873112,MeowmyTTV,Meowmy 🌸,"['isfp', 'seems', 'like', 'good', 'combination']",ISFP
501,1517775034605260800,bluespring553,َ,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
502,1617797537439653888,gaonslays,frey loves xikers,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
503,1282431977723838465,dianasdoves,melia ❁,"['kinda', 'new', '09', 'isfp', 'flag', 'nigeria', 'kisser', 'csm', 'soul', 'eater', 'mha', 'jjk', 'tokyo']",ISFP
504,857976872021438464,ZorraArtica,♡𝔞𝔩𝔟𝔞♡,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'necesito', 'terapiacigarette']",ISFP
505,1426449293007736837,enhstst,ffy,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
506,1466260479752359938,jonghomallow,sushi,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
507,1650317536603566081,omg_kuki1sol,Kuki | Hiatus (?),"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
508,1656304484891660288,northdolls,sena ★ | on limit ⁉️,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
509,1377612689799794691,ayenstwt,apocalypse. ☆⁵,"['hi', 'im', 'len', 'new', 'id', 'love', 'moot', 'gt', 'pronoun', 'isfp', 'desi', 'minor', 'reveluv']",ISFP
510,1407521305960747014,yochiwifey,issa-,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
511,1278105322272567297,dannlvkt,dani lvs dani - inactive til saturday,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
512,1373027767495892996,Novxlyang,{🪷}*•No♡xly*•; 𝐷𝐴𝑅𝐾 𝐵𝐿☾ ☽𝐷,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
513,1654750738604765184,i43aran,lee 💤 | lf swith & hunny moots,"['ribbon', 'day', '5', 'hi', 'im', 'looking', 'interactive', 'kpop', 'moot', 'btw', 'new', 'sheher', 'isfp', 'minor']",ISFP
514,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['1stlook', 'logo', 'removed', 'clean', 'ver']",ISFP
515,1441597824123109378,i07hy,⋆,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
516,1524363215471214593,hnynya_kim,hnynya ♡,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
517,1422813694350688261,isfp___xrinp_oO,.,"['embracing', 'memory', 'short', 'walk', 'four', 'leaf', 'clover', 'link']",ISFP
518,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['1st', 'look']",ISFP
519,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'u']",ISFP
520,1649339472012619776,beRicky_,ᰔᩚCha 🍓⁰-¹🥀,"['look', 'isfp', 'go']",ISFP
521,1406570740309135360,beomuii,stel | MANISFESTING SECURED A:SM IN BUL TIX,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
522,1591264333903925248,bpdizuku,izusa ⚢,"['kinda', 'new', '09', 'isfp', 'flag', 'nigeria', 'kisser', 'csm', 'soul', 'eater', 'mha', 'jjk', 'tokyo']",ISFP
523,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['whats', 'drama', 'name']",ISFP
524,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['fine', 'like', 'wine', 'wine', 'glass', 'red', 'heart']",ISFP
525,1654462556596228096,kaliniverse,kali,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
526,1652230064111751169,tifaistudying,tifa²⁶ ; study acc,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
527,1642377032540487681,dinasgir1,evelyn,"['took', 'myers', 'briggs', 'test', 'turn', 'im', 'isfp', 'im', 'nosy', 'sooo']",ISFP
528,1511657794306379776,INJOXVEiR,icku 🫧 REASON,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
529,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['aaa', 'sung', 'hanbin', 'loudly', 'cry', 'facered', 'heart']",ISFP
530,1422813694350688261,isfp___xrinp_oO,.,"['notice', 'tomorrow', 'x', 'together', 'world', 'tour', 'ltact', 'love', 'sickgt', 'seoul', 'digital', 'code', '출시', '안내', 'engjpn']",ISFP
531,1184269164824973312,harrysinwonder,ash 🎱,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'kissing', 'face', 'literal', 'faves']",ISFP
532,1422813694350688261,isfp___xrinp_oO,.,"['notice', 'tomorrow', 'x', 'together', 'world', 'tour', 'ltact', 'sweet', 'miragegt', 'jakarta', 'amp', 'bulacan', '공연', '예매', '안내', 'engjpnchn']",ISFP
533,1610870203713490944,xienfr,xien ! looking 4 moots,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
534,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['yujin', 'paw', 'patrol']",ISFP
535,1458765179613630464,soobltyun,🫐soolyn★태현★,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
536,1626674608840531982,romyaeri,𝐉𝐔𝐋𝐘 🎧 SPICY | UNFORGIVEN,"['thing', 'isfp', 'girl', 'love', 'sleep', 'hate', 'geography', 'like', 'watch', 'sunset', 'favorite']",ISFP
537,1548817485272469504,renhelm,ren / ellie ❦,"['add', 'mbti', 'put', 'four', 'character', 'mbti', 'isfp', 'best', 'character', 'especiall']",ISFP
538,1104963482045304838,atzlegacy,kaitlyn ☾☼,"['way', 'im', 'border', 'line', 'isfp', 'istp', 'every', 'time', 'take', 'test', 'get', 'different', 'one', 'time']",ISFP
539,1458765179613630464,soobltyun,🫐soolyn★태현★,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
540,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['coffee', 'amp', 'bin', 'make', 'everyday', 'beautiful', 'day', 'love', 'sunsunsun']",ISFP
541,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['red', 'carpet', 'image', 'model', 'press']",ISFP
542,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['congratulation', '𝓡𝓲𝓬𝓴𝔂', 'amp', '𝗚𝗬𝗨', '𝗩𝗜𝗡', 'rose']",ISFP
543,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['wishing', 'ze_rose', 'happy', 'coming', 'age', 'day', 'rose']",ISFP
544,1458765179613630464,soobltyun,🫐soolyn★태현★,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
545,1447194060851191808,qiyanator,aslan,"['expected', 'isfp', 'sx4w3', 'esfp', 'sx4w3', 'lovebird']",ISFP
546,747647322843119617,sovietrash,luka on semi ia,"['thats', 'practically', 'isfp', 'slightly', 'cooler', 'imo']",ISFP
547,1640887796478124032,leknwsv,Sav,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
548,1657574765735886850,hrts4wonyos,shri ୨୧,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
549,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['allindans', 'everyday', 'struggling', 'hanbins', 'animal', 'agenda', 'hamstergrinning', 'cat', 'smiling', 'eyesrabbit', 'face']",ISFP
550,1656656954662731785,hyunejsm,ry. ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
551,1265628955941502977,skywxlkcr,sam,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
552,1607847338416001024,nikicomunista,lui 🪐 ♤,"['isfp', 'jumscare']",ISFP
553,1484164193763065860,hxnfelia,한나 | ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
554,1529839305593499649,CertifiedWizNot,ryan #UNFORGIVEN,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
555,1651806704504561665,NenesNum1fan,Nene’s Num one fan,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
556,1539465958947160064,seonflick,zie ⨾ 🍷,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
557,1353403635988914181,anixiphilia,⛦ ; 📚,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
558,32638299,hannahbellecter,elise,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
559,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['theyre', 'familyz', 'pensive', 'facepensive', 'facepensive', 'face']",ISFP
560,1551368018101411840,H3ARTSOUL,stanley ! #QSMP 🇧🇷,"['stanley', 'porto', 'alegre', 'isfp', 'gemeos']",ISFP
561,1590417052472381442,NOTteawithbread,tea is barely holding it together 🌱 нет войне,"['looked', 'isfp', 'character', 'basically', 'im', 'defiant', 'female', 'main', 'character', 'indie', 'coming', 'age', 'movie']",ISFP
562,1278424803645538307,Canadian_Ichika,"Morgan | Canadian Ichika CEO 🇨🇦 🎸, CEO of Nene","['add', 'mbti', '4', 'character', 'mbti', 'isfpinfp', '3', 'scared', 'mbti', 'p']",ISFP
563,1616147346555039744,hyunflour,sha ★⁵ ♡,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
564,1614714286265274368,favsnikolaii,𝑵𝒂𝒈𝒊𝒕𝒐𝒔✿ nikolai's luv!♡,"['mbti', '4', 'character', 'isfp']",ISFP
565,1160972593903689730,ikinfyodor,isa!!!!,"['jesse', 'isfp', 'tbh']",ISFP
566,1312430921342214144,danhengluvr,ayjay,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
567,1135302379086196741,_PizzArtist,⛤bbi 🏳️⚧️ (10 days 🎂),"['add', 'mbti', '4', 'character', 'type', 'gots', 'isfp']",ISFP
568,1467021403480227842,park_ani7,ᏗᏁᎥ⁷ {STREAM__ANGEL(PT1)__PLANET__DDAY_FACE},"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
569,3095708220,elmontel_,irsyid,"['add', 'mbti', 'put', '4', 'character', 'type', 'im', 'isfp']",ISFP
570,1433761010523918344,likoko_325,りここちゃん,"['isfp', 'cat']",ISFP
571,1581349460109656064,straykissvrse,Aelia ☀️ anna’s lover,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
572,1532871251001155585,buteravityy,Ellie ( Parody account) 🦋☁️,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
573,860645906764398592,_aesopita, ، ⳽un.,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
574,993995541284642816,DitzyJPG,Ditzy🧃,"['isfp', 'moment']",ISFP
575,1306968366179971072,ichoposerio,icho 🛸 | 🔱❤️🩹 (in my lutang era),"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
576,1313535641020362753,PixledTanuki,🦎🌿Sam :)🌿🦎 💀AOT ERA💀,"['turn', 'im', 'isfp', 'thats', 'interesting']",ISFP
577,1530948236042571776,JJHVAL0,‘,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
578,1530948236042571776,JJHVAL0,‘,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
579,1519116105125699584,vampireshearts,⁺ ✶ caius/ambroz ꩜,"['day', '5', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
580,1541533897133113345,kenjisluver,Asma-Fourth Wing meltdown,"['aight', 'guess', 'im', 'isfp', 'cu', 'thats', 'one', 'keep', 'getting']",ISFP
581,1567335517200748544,P03YUN0,Jen,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
582,1508196211425226765,akwmalost,andre,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
583,2500321383,mxssmoon,𝒔𝒂𝒓𝒂🌙,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
584,1576774617418571777,euncookies,𝙱𝙻𝚄𝙴|𝙱𝙻𝙸𝙽𝙺 𝙸𝙽 𝙻𝙰𝚆,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
585,3229887337,tfatematy,Button 🚸,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfpheart', 'exclamation']",ISFP
586,1627285920482312197,IiIyys,malak⁷ ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
587,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'say', 'name', 'ending', 'fairy', 'sparkle']",ISFP
588,1627285920482312197,IiIyys,malak⁷ ★⁵,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
589,1468493465889558531,saragthefrog,★⁵ sarah⋆⁺₊☁︎ *//read pinned📌,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
590,1553673292640550912,sjyunflirtzz,vianna | busy.,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
591,1327665813034332160,elinnawyse,elinna,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfpheart', 'exclamation']",ISFP
592,1622442499171041282,funkdactyls,gracie ᥫ᭡,"['matter', 'im', 'isfp', 'sasha']",ISFP
593,1552994272269312002,vileoria,ハン.,"['explaining', 'isfp', 'isfp', 'like']",ISFP
594,1381539504712912896,chanheesredhair,sha,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
595,323861503,fatin_twt,fatin,"['mbti', 'switched', 'isfp', 'intp', 'hm']",ISFP
596,837219748068765696,enstazu,LEO🐱,"['option', 'isfp', 'infp', 'btw']",ISFP
597,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['youth', 'shade', 'cut']",ISFP
598,1645525231497347077,fumesterio,etarra fumon busca sumiso financiero,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'soy', 'simultáneamente', 'isfp', 'esfp']",ISFP
599,1296019351724789762,newtmasbrainrot,rose,"['isfp', 'daughter']",ISFP
600,1549518972801916929,xyron_21,xyron,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
601,998960213020508160,heynord,Nordestino,"['add', 'ur', 'mbti', '4', 'character', 'type', 'isfp', 'gang', 'double', 'exclamation', 'mark']",ISFP
602,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '478', 'isfp', 'analytic', 'v', 'holistic', 'introverted', 'feeling']",ISFP
603,1627386926767521792,huen1ngly,zohaa ♡'s lou,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
604,1625422134813114368,soobdrms,— cha ! 💫 FOLLOW LIMIT,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
605,1577185313990008832,tyvnn1ng,♥️ — luci ! || SEEING TXT IN 2 DAYS,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
606,1609407353451081728,angel_xx_88,angel ♡ | ★⁵ | #loveyouchan,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'kpop', 'moot']",ISFP
607,1471899525476462598,dandybeom,trixx (trixx) ☆⁵,"['ミ', 'restarting', 'day', '3', 'gtgt', 'hey', 'im', 'trixx', 'ballet', 'shoe', 'ltlt', 'prns', 'libra', 'isfp', 'looking', 'interactive', 'k']",ISFP
608,1622672871142174720,samhj21,Sam !♡︎,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
609,1371204912667791363,zhonglively,َjejew baca au (45/90),"['wonder', 'mbti', 'isfp', 'isfj', 'esfj']",ISFP
610,1429774100378095621,so_flwr,miræ,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
611,4129657217,lachungarll,Sandra the tired lesbian,"['add', 'mbti', '4', 'character', 'type', 'isfp']",ISFP
612,1455925474681659403,pedrisobs,Ayatee,"['similar', 'fcb', 'supporter', 'amp', 'pedri', 'stan', '20', 'born', 'september', 'amp', 'libra', '10', 'listen', 'kpop', 'amp', 'pop', '10', 'ob']",ISFP
613,1236171426089951232,asmi_verma,👏Treat👏People👏With👏Kindness(Taylor's Version),"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
614,1310734858012958720,https_ainee,ًaine | vi day !!,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
615,1081895394261585921,luinwm,lui ✪,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
616,1636611969368330240,toruhrtz,kavya 🌟,"['add', 'mbti', 'amp', 'qrt', '4', 'character', 'mbti', 'isfp', 'hatsuharu', 'isfp', 'shock']",ISFP
617,1559133404771368960,maciektyty,maciuś ◡̈,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'yo', 'isfp', 'hehe']",ISFP
618,1645964308394680320,Lenthesealion,sealen,"['add', 'mbti', '4', 'character', 'type', 'isfpbright', 'button', 'idk', 'feel', 'abou', 'thisfire']",ISFP
619,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['he', 'work', 'art']",ISFP
620,1606896444824514560,i43333,012 🪐 OUTLAW,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
621,1538087956338348033,mayurakii,Mayu,"['yes', 'put', '2', 'mbtis', 'hahah', 'personality', 'test', 'cant', 'boil', '1', 'xd', 'say', 'former', 'others', 'wil']",ISFP
622,1384282560042127360,carrot_thinker,local svt enjoyer (away-ish FML ☁️),"['interpret', 'u', 'btw', 'internet', 'personality', 'test', 'r', 'telling', 'ive', 'become', 'isfp', 'recently']",ISFP
623,1297394482980089857,SourabhStephen,stephen | stephenwolf.bnb | Suiswap .bit 🐐 🌊📘⚪⚫,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
624,1427642383383019537,Hameedmoyal1,"Hameedmoyal.| Fuelet Free, Own🧟♂️","['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
625,1476900777910099969,ngambhis,seL²⁶ ₊˚.,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
626,1528875240243200002,KaztielCS118,Kazam,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
627,1236956008582275073,soup_n_pie,Soup🐻,"['isfjt', 'although', 'test', 'took', 'recently', 'typing', 'isfp', 'hard', 'believe', 'sinc']",ISFP
628,1514634753177227269,Momo_Brownie,~Letti~ ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
629,1462500811871645699,ahgaseventeenph,dina - rest.,"['isfp', 'enjoys', 'company', 'need', 'time', 'alone', 'recharge']",ISFP
630,1445389320802684928,slasherfjlm,ً,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
631,1534414080710418434,delivery_Sekai,⚢Lilia- ̗̀☾⋆ ̖́-,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
632,1495816092148801539,SabrlnaAnnLvnn,Sabrina ✿ Parody,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
633,1337947959867031552,mowleeyy,chaaaa,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
634,807656713461567488,cathyhiatt,paige 🫶🏼,"['mine', 'change', 'every', 'time', 'take', 'isfj', 'isfp', 'get', 'everyone', 'cheered']",ISFP
635,1647955212206784512,alsvals_,Алиса | taemin's my love,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
636,1649271360357830656,zutaerae,َ,"['isfp', 'thing']",ISFP
637,1034483666112540673,airisminora,𝒆𝒖𝒏𝒐𝒊𝒂 🍒☁️ ʰᵃˡᶠ ᵃᶜᵗⁱᵛᵉ,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
638,1422813694350688261,isfp___xrinp_oO,.,"['world', 'tour', 'ltact', 'love', 'sickgt', 'seoul', 'teaser']",ISFP
639,1529839305593499649,CertifiedWizNot,ryan #UNFORGIVEN,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
640,1499016726222188546,onlyforminseo,noah⚔️,"['ribbon', 'looking', 'zb1zerobaseone', 'mutuals', 'red', 'heart', 'pixie', '20', 'shethey', 'lt33', 'red', 'heart', 'isfp', 'taurus', 'pansexual', 'red', 'heart', 'ricky', 'zhan']",ISFP
641,1631942034591469569,haobinduo,cale,"['isfp', 'funny', 'personality']",ISFP
642,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['mental', 'health']",ISFP
643,1584562946474213380,hersubculture,Chloe,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
644,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbin', 'told', 'bunny', 'isnt', 'joking', 'tho']",ISFP
645,1532834245408092160,nuestswhore,Tietie ☺️,"['ribbon', 'looking', 'zb1zerobaseone', 'mutuals', 'red', 'heart', 'pixie', '20', 'shethey', 'lt33', 'red', 'heart', 'isfp', 'taurus', 'pansexual', 'red', 'heart', 'ricky', 'zhan']",ISFP
646,1500994512973352960,starwarsonist,anakin! 💿/ parody.,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
647,1636406240648523777,diorsza,katia,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
648,861318274918821889,ellerbrinn,yenna. 😈 JUNHAN STAN ACC.,"['def', 'read', 'se', 'doms', 'thinking', 'facethinking', 'face', 'righttt', 'ode', 'also', 'obviously', 'isfp', 'loudly', 'cry', 'face']",ISFP
649,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['good', 'evening', 'without', 'dropping', 'fcv', 'im', 'searching', 'long', 'term', 'pal', 'love', 'interact', 'im', 'isfp']",ISFP
650,1635602422621171712,lefimzel,?,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
651,1641833349307068417,fairysungmin,pixie !?! yuma defender,"['ribbon', 'looking', 'zb1zerobaseone', 'mutuals', 'red', 'heart', 'pixie', '20', 'shethey', 'lt33', 'red', 'heart', 'isfp', 'taurus', 'pansexual', 'red', 'heart', 'ricky']",ISFP
652,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['op', 'said', 'screaming', 'friend', 'gyuvin', 'threw', 'sung', 'hanbin', 'signed', 'ball', 'sung', 'hanbin', 'threw']",ISFP
653,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['hi', 'ssefnumlings', 'im', 'looking', 'new', 'friend', 'im', 'isfp', 'im', 'enhypen', 'txt', 'newjeans', 'zb1', 'weeknd', 'ta']",ISFP
654,1453699933983293451,olya_juuichi,Aulia²⁵`²⁷,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
655,1644706446163202049,pieonnny,shi ❦ ; d-4,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
656,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['really', 'prettiest', 'center', 'leader']",ISFP
657,1551510697259012096,takseobs,♱,"['isfp', '4w3', 'spsx', '478479', 'num', 'lembro', 'melsang', 'sei', 'rluen', 'poggers', 'ou', 'noggers']",ISFP
658,1410207334891098115,_prkshxx,rye | DARK BLOOD,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
659,1319197628253433858,jiattorneys,jia 🍫,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
660,1493902577049616384,cawcake,aca²⁶ ࣪. ✦ 🎀,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
661,1604872356589146113,milkysky_08,milky skyyy ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
662,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['aw', 'gyuvin', 'hanbin', 'hugged', 'theyre', 'cute']",ISFP
663,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbin', 'gyuvin', 'cute', 'together']",ISFP
664,806641639779368961,bestrongerxox,Hope ∞,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'sparklesisfpsparkles', 'sempre', 'molto', 'orgogliosa', 'di', 'questa', 'cosa']",ISFP
665,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbin', 'sunoo', 'shaking', 'hand']",ISFP
666,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['zb1', 'version', 'line', 'distribution', '1', 'zhang', 'hao', '3531s', '2', 'hanbin', '2452s', '3', 'gunwook', '1104s', '4', 'matthew', '850s', '5']",ISFP
667,1406171882802454530,haechanrou,Avi,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
668,1253660492603617280,safa_xoxo_,"safa 🦋 IS SEEING HARRY, LOUIS & BOYGENIUS","['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
669,1654014488763564032,enficxz,D ; ia sa umaga active pag uwian nyo na from skul,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
670,1586675909515366400,wan6der,link ★ scara haver SOON ‼️,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
671,1376361071322169344,gyuuskipp,kei ✘ 🎧🧸 (gyus gf) @ school 😭,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
672,1354524051948101632,hwasmn,lu ♡’s clara,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
673,1494339045585203201,syglalo,neil :pp,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'whoop', 'whoop', '3']",ISFP
674,1272492941353734144,oorreeoomilkkk,𝒅𝒊𝒍𝒂★,"['isfp', 'pensive', 'faceindex', 'pointing', 'medium', 'skin', 'tone']",ISFP
675,2414515071,s1mxdiary,Simi | seeing skz and atz soon 🤍,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
676,1648458344817131520,NOV_AA_,Nova,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
677,1549923471085518849,ROSEL3AF,bowie 🫎,"['yah', 'ik', 'isfp', 'introvert', 'thing', 'dont', 'wan', 'na', 'hear', 'shit']",ISFP
678,1643992298051768322,toybfs,ً,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
679,1382779686888038402,brwthing,summer,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp', 'chaos']",ISFP
680,1549923471085518849,ROSEL3AF,bowie 🫎,"['bowie', 'alora', 'bishop', 'twentythree', 'leo', 'isfp']",ISFP
681,1657705135269888000,catboysampo,miska .ᐟ,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
682,1654850326380548096,y2kaelus,jerry.,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
683,1649736628389433344,SHYDEURIN9,khrish💙,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
684,1611681509727170561,mily_banana,mil★⁵|| ia because of exams😔,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
685,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['say', 'name', 'zb1', 'version', 'line', 'distribution', '1', 'taerae', '2923s', '2', 'hanbin', '2893s', '3', 'zhang', 'hao', '2484s', '4', 'ricky', '2017s', '5']",ISFP
686,1279033224673419264,nichtelysian,tiff,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
687,1459516725288857600,kheinaly,kheina²⁵,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
688,1650792437256949762,neko_junnya,なな,"['writing', 'hand', 'client', 'seventeen', 'performance', 'team', 'seventeen', '8th', 'anniversary', 'merch', 'connect']",ISFP
689,1650792437256949762,neko_junnya,なな,"['junblack', 'heartcarat', 'link', 'earring', 'jun', 'seventeen', '8th', 'anniversary', 'merch', 'connect']",ISFP
690,103894004,sinkingkitchen,A CROOKED RITUAL 🥀,"['isfp', 'last', 'time', 'checked', 'different', 'every', 'time', 'grinning', 'face', 'sweat']",ISFP
691,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['youth', 'shade']",ISFP
692,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['video', 'death']",ISFP
693,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['he', 'beautiful', 'omg']",ISFP
694,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['never', 'forgive', 'sung', 'hanbin']",ISFP
695,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbins', 'stage', 'presence', 'aura', 'next', 'level']",ISFP
696,1248886116356259840,kizuno_k,Kizuno_K,"['also', 'told', 'danpats', 'mbti', 'isfp', 'danpats', 'surprised', 'f', 'bragged', 'oh', 'im', 'pers']",ISFP
697,1466260479752359938,jonghomallow,sushi,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'ults', 'twic']",ISFP
698,1657707709767245827,myouiiri,ish | achi day!,"['hii', 'im', 'looking', 'interactive', 'moot', 'new', 'acc', 'new', 'im', 'ish', 'isfp', 'sheher', 'u']",ISFP
699,1657699093983145984,snoviral,ً,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
700,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['𝗭𝗘𝗥𝗢𝗕𝗔𝗦𝗘𝗢𝗡𝗘', 'spoiler', 'film', 'youth', 'shade', 'link']",ISFP
701,1493047189765234688,heescvnqii__,Heeccre ☽ | sick,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
702,1458123146641424388,jaeminminero,celine🫀| about to see stayc⭑,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
703,1459532069722558464,hualianhoe,rin🪷🤍,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
704,382014491,hopeshunters,Marianna,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'sparkling', 'heartsparkling', 'heart']",ISFP
705,1326378414627053569,kaedekzha,gab,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
706,1356555994181103619,luckyyagain111,mimi🩵,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
707,1594840739887710208,scftiecakes,lyn 🦋,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
708,1656656856046256129,ethanpipino68,babyriki❤️,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
709,1654750738604765184,i43aran,lee 💤 | lf swith & hunny moots,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
710,1606896444824514560,i43333,012 🪐 OUTLAW,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
711,1466260479752359938,jonghomallow,sushi,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
712,1347631905064235008,Artsy_Noon,Noons Art 🎨,"['got', 'isfp']",ISFP
713,1392058573329375233,sparklyhyunnnie,bee._. ★★★★★5 stars coming y’all,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
714,1647970065466404866,inksnskies,seikie,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
715,1656277803078393856,sfvhoon,coco ❀,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
716,1657654451442966528,seiarive,seia,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
717,1497251588020502529,_maureeeen,mau | #1 lesserafim fan,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
718,1543218336334761984,kiwi_jakeyssi,Shinkō DARKBLOOD CUTIEEEE,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
719,1657305591491211264,sunxxkim19,cloud☁️,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soobin', 'also', 'l']",ISFP
720,1657374328449810432,yk2biny,zy; kinda busy 📚,"['day', '2', 'hi', 'im', 'zy', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'txt', 'soo']",ISFP
721,1556562718961930240,shevasvalentine,alli | re4r spoilers!,"['w', 'isfp', 'jus', 'better', 'add', 'mbti', 'put', '4', 'character', 'mbti']",ISFP
722,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['he', 'fine']",ISFP
723,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['f4', 'never', 'disappoint', 'u', 'face']",ISFP
724,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'kcon', 'red', 'carpet', 'light', 'skin', 'tone']",ISFP
725,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['heart', 'arrowtodays', 'lineupheart', 'arrow', 'sparkle', '05120514', 'sparkle', 'let']",ISFP
726,1650397202626519041,1gyaon,arlea,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
727,1630606502003363840,_leohoe_,leohoe(fb limit)⁰⁻¹,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
728,1606896444824514560,i43333,012 🪐 OUTLAW,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
729,1655488136858697729,xdaisy143,𝐃𝐚𝐢𝐬𝐲 ★★★★★,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
730,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['prince', 'sung', 'hanbin', 'prince']",ISFP
731,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'red', 'carpet']",ISFP
732,1571894574607638528,justdenzie,ً,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
733,1657654451442966528,seiarive,seia,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
734,3970089372,MegumiBandicot,Megumi Bandicoot,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
735,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'kcon', 'red', 'carpet', 'eye']",ISFP
736,1466260479752359938,jonghomallow,sushi,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
737,1656277803078393856,sfvhoon,coco ❀,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
738,721706028958486528,nscr_grl,mitch⁷༄ 🪐✨🌃,"['im', 'actually', 'juggling', 'isfp', 'infp', 'year', 'got', 'infp', 'recent', 'one']",ISFP
739,1312063193532030977,kimseungminonly,seungmins bf ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
740,1611907917602783235,snkivle_,kaeris 🍓,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
741,770214102543241216,TapAskaibr2001,Targi 🏳️🌈,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'im']",ISFP
742,1422813694350688261,isfp___xrinp_oO,.,"['sweet', 'surrender']",ISFP
743,1636276249093087232,feyt_01,Feyt_,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
744,1650430115338407936,kuromisiiuu,tine : on limit,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
745,1524315486858932224,kenjorinekiss,kepler ☆,"['isfp', 'ooops']",ISFP
746,1657334205284491264,edenstarthy,🪐𝐐𝐔𝐈𝐍𝐍 || JING YUAN COME HOME🙏🙏,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
747,1656277803078393856,sfvhoon,coco ❀,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
748,1657542401203015680,y0ihan,yohan ☆ follow limit,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
749,1412442253608509441,3RI_CK_,ricky,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
750,1579822573931712513,aeriskz7,georgia⅞ ★★★★★,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'also']",ISFP
751,1645509798350266369,jeonginsdays,sky ★⁵,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin']",ISFP
752,1123069421306597376,max_drangea,tahls (lauren evans vocals),"['oh', 'god', 'forgot', 'say', 'mbti', 'isfp', 'lol']",ISFP
753,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['zb1s', 'first', 'red', 'carpet', 'theyre', 'wearing', 'smn', 'uniform', 'fit']",ISFP
754,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230514', 'zerobaseone', 'sung', 'hanbins', 'blue', 'perfect', 'link', 'handsome', 'matter', 'many', 'time']",ISFP
755,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbin', 'kcon', 'japan', 'red', 'carpet']",ISFP
756,1656867772931137536,morphineeewuaxx,bouncy jules ★ 🌶️ !!,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
757,1253032120450191360,squishyyeo,BAN BIRTH,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
758,1535101287188074505,jjkjung_cookies,purple court jester⁷,"['used', 'infp', 'apparently', 'im', 'isfp']",ISFP
759,1646581674,rxzxn_junchim,⁷𓆩𖣘}{AJAN CHAPTER}{𖣘𓆪₅,"['si', 'mbti', 'changed', 'isfp', 'gt', 'isfj']",ISFP
760,1515220840807374849,stanbillliebye,.,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
761,1656561822298963968,jjensprios,ria.,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
762,1657639691532005377,missycakepop,Missy,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
763,1547091543542050816,touyasdarling,angel ⁷,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
764,1524982634941599744,la_lixn,cios || ia,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
765,1644072272205053952,v0hyj,:゚☆ help rt 📌,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
766,1316621323590721537,melodgyu_,lia🌷,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
767,2286230826,HakubaKun29,shrimpᵛ 🍤,"['taeil', 'isfp', 'buddy', 'hope', 'youre', 'ok', 'wishing', 'best']",ISFP
768,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['loudspeaker', 'live', 'streaming', 'red', 'heartred', 'carpet', 'kcon', 'japan', '2023', 'show', 'day', '3', 'jstkst', '2023051', '4', '1710', 'link']",ISFP
769,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['loudspeaker', 'live', 'streaming', 'red', 'heartred', 'carpet', 'kcon', 'japan', '2023', 'show', 'day', '3', 'jstkst', '2023051', '4', '1710', 'link']",ISFP
770,1499403165288243205,Enhypjs1,shey | flop era,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
771,1566304224908042244,A22h03,SONG MINGI’S WIFE Ayan,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
772,1529900675479441408,lvusrnty_,kisses 🌷,"['looking', 'twt', 'moot', 'globe', 'meridian']",ISFP
773,1647292868078481408,aulalicee,𝖆𝖚𝖑~♭🖤,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
774,828115632914731009,sevyxian,sevi,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
775,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'hello', 'need', 'new', 'face', 'full', 'timeline', 'cuz', 'really', 'like', 'interact', 'im', 'legal', 'isfp', 'curre']",ISFP
776,1608415034681749504,wonieeflirtz,ًmari | finding moots :),"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
777,1657374328449810432,yk2biny,zy; kinda busy 📚,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
778,1550792505146617858,chelyszh,biyyaa masuk 3 besar aspd,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
779,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['male', 'kpop', 'idol', 'prettiest', 'eyelash', 'zb1', 'sung', 'hanbin']",ISFP
780,1472257192996880386,Evelyn_onfire,Evelyn on Fire 💜Lore Era💜,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', '6w7', 'babyyy', 'idk', 'san', 'actually', 'isf']",ISFP
781,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbin', 'make', 'day', 'even', 'brighter', 'sun']",ISFP
782,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230513', 'gmp', 'kcon', 'jpn', 'cr', 'white', '_010613']",ISFP
783,1345917890420084736,riesuej,aile | looking for moots,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
784,2760645291,nadeenalaa27,NaDzeen⁷노디🇵🇸,"['isfp', 'person', 'suffering', 'day']",ISFP
785,1496255769603366915,bymisty_,misty 🐓,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
786,1403731483731267586,snjdee,Jaydee,"['looking', 'interactive', 'mootslove', 'letter', 'day', '2', 'hitulip', 'im', 'sumi', '૮', 'ᵕ', 'ა', 'sheher', 'isfp', 'bi', '16', 'ults', 'tbz', 'twice', 'seventeen']",ISFP
787,1512946400132153346,pollycxc,nswer 🖤🐈⬛,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
788,1287300596014301186,Yeosangetic,Sarah | currently missing kai :(,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
789,1647917917592494082,httpszyraa,Zyra,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
790,1653773615207452673,030498_core,lia | OUTLAW 6.16 🌶️,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
791,980961693139218432,xientific,Jesse,"['mine', 'estp', 'closest', 'friend', 'infp', 'intp', 'isfp', 'esfj']",ISFP
792,1318580257524363264,Sushishoes1,🍣👟,"['hear', 'work', 'well', 'isfps', 'know', 'someone', 'isfp', 'let', 'friendsloveyou', 'gestureflushed', 'faceloveyou', 'gesture']",ISFP
793,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['article', '140523', 'zerobaseone', 'sung', 'hanbin', 'blue', 'totally', 'perfect', 'link']",ISFP
794,3299921240,LFC5times2015,LFC5Times,"['lol', 'oh', 'hey', 'well', 'im', 'happy', 'bro', 'got', 'isfp', 'house', 'happen', 'lol']",ISFP
795,951089619432456192,rumo_rumor,るも,"['hear', 'work', 'well', 'isfps', 'know', 'someone', 'isfp', 'let', 'friendsloveyou', 'gestureflushed', 'faceloveyou', 'gesture']",ISFP
796,1463152337539633152,svtinluvv,ੈEJ˳| YOSHI DAY | HELP BOOST PINNED 📌,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
797,1414394740762550278,namjoonhcrts,ember 🍓 / D-8 UNTIL BDAY!!,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
798,1414394740762550278,namjoonhcrts,ember 🍓 / D-8 UNTIL BDAY!!,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
799,1610166439000043521,Mizukikinnie827,•* .°☆asahise. •`🎀`• .mizuki stan☆°. *•,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
800,1599758749807554560,u_love013,wonie,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
801,1433445712927211520,rielization_,rie,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
802,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['defend', 'saying', 'didnt', 'plan', 'synchronised', 'heart', 'pose', 'like', 'rlly', 'didnt', 'plan']",ISFP
803,1654750738604765184,i43aran,lee 💤 | lf swith & hunny moots,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp', 'deobi']",ISFP
804,3299921240,LFC5times2015,LFC5Times,"['cool', 'isfp']",ISFP
805,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['article', '140523', 'sung', 'hanbin', 'zerobaseone', 'handsome', 'matter', 'many', 'time', 'look', 'link']",ISFP
806,1650397202626519041,1gyaon,arlea,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
807,1388720367640842242,Sed_lif,MOBCoffee (lol),"['isfp', 'last', 'time']",ISFP
808,712938414610341888,americanewhore,aby,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'slutty', 'girlbosses', 'smiling', 'face', 'sunglassessmiling', 'face', 'sunglass']",ISFP
809,2743284672,dodrio44,Austin / Auhin / ChaseOfBased,"['usually', 'get', 'isfj', 'sometimes', 'isfp']",ISFP
810,979525205562241024,peacefulfan98,tori⁴⁷⁹ᵀⱽ,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
811,1461397114752475136,FUCKB3LIFT,jz.,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
812,1612551760668672000,suabaka1,🤍♡ Baria Aesthetic ♡🤍| LAILA LOVEBOT ♡♡,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
813,1226342981143166978,Jiing81,JJ~*,"['im', 'esfj', 'toosis', 'esfjs', 'natural', 'partner', 'isfp', 'infp', 'woww', 'glad', 'see', 'u', 'face', 'blowing', 'kiss']",ISFP
814,1631684894152855552,cupidvts,gift (busy),"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
815,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbins', 'signature']",ISFP
816,1648891009554628608,sillyvall,val,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
817,1519116105125699584,vampireshearts,⁺ ✶ caius/ambroz ꩜,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
818,1339931223389454337,eehnahcc,sumi⋆ ifb,"['looking', 'interactive', 'mootslove', 'letter', 'day', '2', 'hitulip', 'im', 'sumi', '૮', 'ᵕ', 'ა', 'sheher', 'isfp', 'bi', '16', 'ults', 'tbz', 'twice']",ISFP
819,1477952415269748737,07yrinze,yri ☆,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
820,1519116105125699584,vampireshearts,⁺ ✶ caius/ambroz ꩜,"['day', '4', 'looking', '4', 'moot', 'caius', '15', 'isfp', 'honkaihsr', 'genshinpjsk']",ISFP
821,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['emoji', 'challenge']",ISFP
822,1649354890077175810,e6nchae,maia,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
823,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['haobin', 'dancing', 'dumb', 'dumb']",ISFP
824,1475665432535199744,raastuds,٬ ⁶࣪˖՞៸៸ zahra 🎠 ꜝꜝ,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
825,1654546109057097728,mintzgyu,auci 🍪 | semi-ia bc of exams,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
826,1655480306449911808,iorilezx,lex,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
827,916040660200841216,ChrisFPlatz,🇦🇺Christopher Platz🇦🇺,"['infp', 'december', 'retested', 'recently', 'im', 'isfp']",ISFP
828,1428687179841085441,ssendmehugs,sen 🤟,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
829,1222329285513555968,oliverincel,oliver ★⁵,"['bang', 'chan', 'stans', 'popular', 'among', 'isfp', 'stay', 'nao', 'entendendo', 'legal']",ISFP
830,1318620094281490433,joshjenkinsons,m,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'smiling', 'face', 'smiling', 'eye']",ISFP
831,1531434919351660544,clyde_solos,ʚ sky / clyde ɞ #1 ASTRA SUPPORTER,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'blue', 'heart']",ISFP
832,1590417052472381442,NOTteawithbread,tea is barely holding it together 🌱 нет войне,"['ooohhh', 'thought', 'meant', 'whole', 'definition', 'make', 'sense', 'got', 'isfp', 'infp', 'al']",ISFP
833,1467410950131105792,choimfs,ً,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
834,1493593531188973572,MA3EDAA,Yden | DARK BLOOD D-4,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
835,1656025651420250120,Rerikaz,Reriyaki Kamikaze | ☆BON VOYAGE IS COMING ☆,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
836,1547154715833942017,lhslvieee,vie,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
837,1629085426211500032,xandzzz__,Zye,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
838,1259229124133924864,vyn_bay21,vy | fan account 🙄,"['en', 'four', 'leaf', 'cloverlucky', 'oppafour', 'leaf', 'cloverisfp', 'wonho', 'survive', 'eee', 'host', 'dont', 'worr', 'via']",ISFP
839,1610166439000043521,Mizukikinnie827,•* .°☆asahise. •`🎀`• .mizuki stan☆°. *•,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
840,2512758124,spideysbrie,joni ✵,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'lt3']",ISFP
841,808005189043044352,NirDoesNothing,💖 Nir 💖 COMMS OPEN! 1/3 slots,"['sorry', 'girlies', 'im', 'isfp', 'took', 'biggest', 'fattest', 'l', 'found', 'al']",ISFP
842,753892972949823488,janesrzzoli,inês succ/barry spoilers,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
843,1168096340091580417,Taehyungsbaby3,Noor⁷ D-DAY!!!!!!🥢🐱,"['way', 'im', 'isfp', 'correlate', 'well', 'loudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'face']",ISFP
844,1513929210254999556,ihrtserim,𝗰𝘆★ is meeting cravity !!,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
845,868832788363055104,onceinabluemun,moonira,"['add', 'mbti', 'put', '4', 'character', 'type', 'isfp']",ISFP
846,1163226566979129346,teepostsstuff_,tee || jean + annie stan || tensura brainrot,"['add', 'mbti', '4', 'character', 'isfp', 'flexed', 'biceps', 'mediumlight', 'skin', 'tone']",ISFP
847,1221831726881742857,lezzyron,rosie 𓍢ִ໋💥⚢,"['crazy', 'cuz', 'feel', 'opposite', 'see', 'isfp']",ISFP
848,1546173738479243265,k1nglotus,Pìmǎwē (He/Him),"['rinrin', 'one', 'monkey', 'king', 'first', 'friend', 'polite', 'determined', 'strong', 'little', 'monkey', 'char']",ISFP
849,1627285920482312197,IiIyys,malak⁷ ★⁵,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
850,769351050767630336,ContainsTofu,𓍊𓋼 sᴀɢᴇ 𓆏 𓋼𓍊,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
851,1265868511689052160,weskerswhiskers,morgan 𐐪ї𐑂,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'im', 'isfp']",ISFP
852,1532695531465605120,sa7giri,a子,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'ici', 'nerd', 'faceindex', 'pointing']",ISFP
853,1584324077531156480,kayo7o,✨️Kay✨️ 🌱🏛 brainrot,"['actually', 'thibk', 'tgare', 'infp', 'bluelock', 'almost', 'boat', 'since', 'chigiri', 'isfp']",ISFP
854,1353276092874973184,dkwwite,tomie ❀,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
855,1115808603330502656,GLOSSHADOW,ash⁷,"['second', 'time', 'row', 'getting', 'isfp', 'mbti', 'might', 'well', 'accept']",ISFP
856,1626111978023571456,cheeseiaaa,giaaaa 💥,"['duo', 'gondrong', 'isfp', 'anguished', 'faceanguished', 'faceanguished', 'faceanguished', 'face']",ISFP
857,1441761842796240900,yunnysite,joshua hong pr manager,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
858,1624705372807200768,strazaksamm,Sam ♡ I FEEL ♡,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'lt3']",ISFP
859,863000138129780736,yeolzee,Luren,"['add', 'ur', 'mbti', 'put', '4', 'character', 'type', 'isfp']",ISFP
860,1583577407763763236,heetiepie,lo 🦇,"['isfp', 'virgo', 'amp', 'heeseung', 'medium', 'skin', 'tone']",ISFP
861,1168860086996914178,linoshub,tan✯,"['oh', 'im', 'isfp', 'haha']",ISFP
862,1647219004455493632,darialuvsfelix,daria ★⁵,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
863,593761568,hmkiesel,🖤 Hannah is waiting for a new bossnoeul series 🖤,"['im', 'usually', 'get', 'isfp', 'sometimes', 'infp']",ISFP
864,1587207800454889482,prinnabi,bibi ⚖️,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
865,1530918968390656000,stuwziy,ziy²⁴ || free tag,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
866,1344329596343226368,tanniesforevs,ʏᴀᴍ⁷ (slow),"['bday', 'twin', 'almost', 'isfp', 'smiling', 'face']",ISFP
867,983136281600364544,aamnaa____,Aamna,"['thought', 'isfpesfp']",ISFP
868,1646141360456491013,yunrhi,em✩,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
869,447604823,YuukiS2Chan,◈ Yuuki ◈,"['isfp', 'bang', 'chan', 'stan', 'hell', 'ye']",ISFP
870,861318274918821889,ellerbrinn,yenna. 😈 JUNHAN STAN ACC.,"['think', 'thats', 'odehan', 'click', 'well', 'theyre', 'different', 'imo', 'ode', 'isfp', 'junhan']",ISFP
871,1657023150083780611,cakielle,elle ✧・゚: *,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
872,1657282732660228099,luvrnjminji,minji | on limit :3,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
873,1613205399615963137,songformatilda,erinara 🪻,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
874,1427745026868662277,hynjiro,bet,"['add', 'mbti', 'amp', 'qrt', '4', 'character', 'mbti', 'isfp']",ISFP
875,1640707454039363585,sooyify,rie,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp', 'sheher', 'mi']",ISFP
876,1637137930870480896,haogellic,jelli 🍒,"['take', '10', 'hello', 'im', 'jelli', 'cherry', 'im', 'looking', 'interactive', 'kpop', 'new', 'isfp']",ISFP
877,499403961,ti_aspetto_,anak bebek,"['im', '2', 'mostly', 'isfp']",ISFP
878,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['flashback', 'got', 'insane']",ISFP
879,1331191588786204672,pascalfilms_,tia 🦭,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
880,1384545020863123458,the_pyroneer,Francis Lim | 林家诚 | 林誠 | 임준상,"['add', 'ur', 'mbti', 'qrt', '4', 'character', 'mbti', 'isfp']",ISFP
881,1458146702859374594,nanikaO_O,🕊фенек в одуванчиках леопика шиппер,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
882,824236015434862593,IKI64I,astrid ʚїɞ,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
883,1309255421018796032,bosssuraj7532,Suraj.bnb | Tyche | Paysenger | ⚪⚫ 🐐 .zk SeaPad,"['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
884,69600884,booksandwine,April Books & Wine,"['isfp', 'accurate']",ISFP
885,1564548874156462081,gwonigt,senti ☆,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
886,1557603223183118336,kiwijoong,emy (ia) ☆ OUTLAW 06.16,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
887,3546139993,eiluko,—eil ღ | OUTLAW 6.16 !!,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
888,1175128227267977217,6thdeath,рёка,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
889,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbin', 'soon']",ISFP
890,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['ze_rose', 'rose']",ISFP
891,1398105796047638529,lumiere_alsa,alsa,"['isfp', 'bestieraised', 'back', 'handkissing', 'face', 'closed', 'eye']",ISFP
892,706684682826444801,thisis_bias,thisisbias,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
893,1528017148140224513,isfp_wonwoo,하늘,"['writing', 'hand', 'client', 'seventeen', 'hiphop', 'team', 'seventeen', '8th', 'anniversary', 'merch', 'connect']",ISFP
894,1630594042105831424,tealimonchik,.°лисик любит.°𓃦,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
895,242399870,Deezy2_Blessed,Denzel Mensah (Phoenix Era 🕊️🔥),"['full', 'episode', '478', 'harmonizing', 'isfp', 'v', 'infj']",ISFP
896,262795624,PersonalityHack,Personality Hacker,"['full', 'episode', '478', 'harmonizing', 'isfp', 'v', 'infj']",ISFP
897,1638548509053042688,o2zb1,sofea,"['isfp', 'hahahah', 'emotional']",ISFP
898,1467393776457236480,zefyrant,kazuha's flamethrower,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
899,799062672889114624,nanum_jrh,num ❤️,"['sometimes', 'im', 'infp', 'sometimes', 'im', 'isfp', 'like', 'hao']",ISFP
900,1393815957554954242,dubuuuu_hi,closed,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
901,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['today', 'cheonanz', 'day', 'loudly', 'cry', 'faceloudly', 'cry', 'faceloudly', 'cry', 'face']",ISFP
902,1120323494061850626,HanSuYeon5,BiuByl 🥰💙,"['isfp', 'blue', 'world', 'build']",ISFP
903,1657330777129091072,yellowbbu,sunny,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
904,1339931223389454337,eehnahcc,sumi⋆ ifb,"['looking', 'interactive', 'mootslove', 'letter', 'hitulip', 'im', 'sumi', '૮', 'ᵕ', 'ა', 'sheher', 'isfp', 'bi', '16', 'ults', 'tbz', 'twice', 'seventeen']",ISFP
905,1467393776457236480,zefyrant,kazuha's flamethrower,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
906,1393452090962321409,gyuvinace,َ,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
907,1492962882832715777,i2hyunsk,ALEX IS OUTLAWED ◇ 6/16 ATZ,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
908,1466260479752359938,jonghomallow,sushi,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
909,1158339186925158400,hongverz,niko,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
910,1354524051948101632,hwasmn,lu ♡’s clara,"['im', 'lu', '03', 'isfp', 'im', 'looking', 'interactive', 'moot', 'cloud']",ISFP
911,1565683997753364480,kaizelstudy,kaizel | studytwt,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
912,1565683997753364480,kaizelstudy,kaizel | studytwt,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incoming', 'freshm']",ISFP
913,1355847114878709767,StellaMedrano3,Rosie’s protection service 🏎,"['jisoo', 'right', 'said', 'mbtis', 'change', 'often', 'cause', 'took', 'mine', 'recently', 'mbti', 'rn', 'changed', 'infp', 'isfp']",ISFP
914,1599389894018678784,asahiku_n,𝑆𝑎ℎ𝑖𝑆𝑎𝑙🎧🧸FB KAK🤗💗,"['isfj', 'currently', 'isfp']",ISFP
915,1599389894018678784,asahiku_n,𝑆𝑎ℎ𝑖𝑆𝑎𝑙🎧🧸FB KAK🤗💗,"['isfj', 'currently', 'isfp', 'hahah']",ISFP
916,1387680860778876934,haechanabell,abel🛺 sambat aspd,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
917,1529738374864830465,gavadingj,gav,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
918,1594607959019261954,pinewaapple,nswaa🍍,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
919,1655464456191905793,Rie3to14,Rie,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
920,1657013579177160706,4suncfe,ً,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
921,1409451301423894529,Akioharuma,Akio📌Open PO PLAVE keychain&Standee,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
922,1517372930313043968,TWICE9LY,giles,"['idk', 'looked', 'rnme', 'mika', 'mbti', 'cat', 'tear', 'joycat', 'tear', 'joycat', 'tear', 'joycat', 'tear', 'joycat', 'tear', 'joycat', 'tear', 'joy', 'isfp', 'gang', 'flexed', 'bicepsflexed', 'bicepsflexed', 'biceps']",ISFP
923,1334169294947577863,cm_jae,𝓬𝓶𝓳𝓪𝓮 🍀,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
924,1612721937079488514,kyaakyo,𝒦alila²³,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
925,1290362571434807297,Kageyam10970492,Kageyama❤️,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
926,739205087856365568,notcoolmegster,🐸 meg • ia era,"['okay', 'maybe', 'need', 'check', 'isfp', 'bestie']",ISFP
927,1344486602937044995,song_binchan,STREAM U‼️ai,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
928,1565333740137889795,aquariuswrld_,✧*。jannie,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
929,1331620633726259200,ssefnum,"Ssefnum ON, cek likes. 💚","['rl', 'hello', 'everyone', 'im', 'currently', 'looking', 'friend', 'im', 'legal', 'isfp', 'like', 'animanga', 'enha', 'stayc', 'nmixx']",ISFP
930,1492233739723751429,shijo_xie,Yeo ♡ IFB!,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
931,1649401131519606786,shiorimails,shio 💨,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
932,1640621571940433931,eunbamby,ice🍦yataz's child,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
933,1613472146688462849,dunkshhot,Mikael,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
934,1643617356881575938,shaackery,sha 👩🏻🍳,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last', 'year', 'jhs']",ISFP
935,1657330777129091072,yellowbbu,sunny,"['hi', 'lovely', 'im', 'sunny', 'new', 'looking', 'moot', '18', 'isfp', '04', 'incomi']",ISFP
936,1458123146641424388,jaeminminero,celine🫀| about to see stayc⭑,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
937,1516144283601936386,120323x5,arya,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
938,1493902577049616384,cawcake,aca²⁶ ࣪. ✦ 🎀,"['hellow', 'waving', 'hand', 'light', 'skin', 'tone', 'im', 'leyesking', 'new', 'mooots', 'woman', 'raising', 'hand', 'light', 'skin', 'tone', 'u', 'call', 'aca', 'sheher', 'isfp', '08', 'liner', 'last']",ISFP
939,1503921519335931904,astraeusv,rae. ‹𝟹,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
940,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230513', 'kcon', 'jp', 'meet', 'ampgreet']",ISFP
941,1498631959211577345,tunichazee,luna ✩°。⋆⸜ ✮ !,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
942,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['dont', 'know', 'watch', 'ring']",ISFP
943,1126229533886119937,judiaspochas,jude,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfpintp']",ISFP
944,1657305591491211264,sunxxkim19,cloud☁️,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
945,1454586468068995075,hnmiyazu,theo | jigo czas ! ! !,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'isfp']",ISFP
946,1534472826802950144,4bamby,Oo네자oO,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
947,1629209260059148288,eunhorover,레나 ♡ 🐺#,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
948,1510518305760890886,Avani56026488,"Avani 🚢🐐🌊#DackieSwap📘(💙,🧡) | Suiswap","['artist', 'palette', 'gabby', 'reveal', '8', 'raise', 'ai', 'artist', 'palette', 'full', 'creativity', 'passion', 'living', 'moment', 'artistic']",ISFP
949,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['he', 'pretty', 'hibiscus']",ISFP
950,1645013215456428032,lobahverse,nami 🌱 | ot5 h*e,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
951,1493047189765234688,heescvnqii__,Heeccre ☽ | sick,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
952,1644409138280275969,plavelover,nori🌸,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
953,1213725612377923589,jinani_n,Jinani Kim,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
954,1655917064933244929,jwsluvv,shan 💤,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
955,1440928305444577282,nkk_vctry,nikki,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
956,1642426156686405632,justforhamin,feyyy🫧,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist', 'video']",ISFP
957,1542855354631028736,myaatwins,bianca 🌻 nanami misser,"['add', 'ur', 'mbti', 'put', '4', 'character', 'mbti', 'inherent', 'babygirlism', 'isfp']",ISFP
958,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['45', 'second', 'life']",ISFP
959,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['4', 'day', 'without', 'content', 'paid']",ISFP
960,1655239395971305472,plaveu_u,cheez,"['peulha', 'ノ', '゚', 'im', 'cheez', 'cheese', 'wedge', 'here', 'random', 'fact', 'cloud', 'lil', 'bit', 'drawing', 'writing', 'hand', 'designing', 'woman', 'technologist']",ISFP
961,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbin', 'well', 'today', 'always', 'kept', 'eye', 'contact', 'audience', 'engaged', 'fan', 'every', 'chance', 'get', 'lo']",ISFP
962,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['230513', 'meet', 'amp', 'greet']",ISFP
963,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['camera', 'focus', 'hanbin', 'long', 'busy', 'talking', 'fan', 'crowd', 'ㅋㅋㅋ', 'cuteee', 'htt']",ISFP
964,1639152585620717568,OfLight1111,Hecate,"['jon', 'snow', 'isfp']",ISFP
965,1583770105552699392,wnyngjng_,mae | lf moots,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
966,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['kcon', 'japan', 'meet', 'greetheart', 'fire']",ISFP
967,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbins', 'chest', 'tattoo']",ISFP
968,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['meet', 'amp', 'greet', 'white', 'heart']",ISFP
969,1347963846229585920,mazuhope,hope⁷🩰,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
970,1408642539297464320,aledfrancess,june,"['add', 'mbti', 'put', '4', 'character', 'mbti', 'isfp', 'zenitsu', 'comfort', 'character', 'real']",ISFP
971,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['go', 'tutting', 'king']",ISFP
972,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['hanbin', 'waacking', 'choreography']",ISFP
973,1347963846229585920,mazuhope,hope⁷🩰,"['hi', 'im', 'k', 'im', 'looking', 'interactive', 'sheher', 'isfp', 'minor', 'filo', 'new', 'teume', 'amp']",ISFP
974,1249299882340257792,bobbee__,sh,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
975,1544941860095160320,hopejie9197,🌍🐼 Faith Sahaphap Pirapat Sarin Suppapong ♊🪐,['isfp'],ISFP
976,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['bunnybinrabbit', 'face']",ISFP
977,1327662297880268800,zhaoholic,elle ⁰-¹,"['isfp', 'p']",ISFP
978,1377379334080524291,eneazu,azu,"['mbti', '4', 'character', 'mbti', 'isfp', 'hundred', 'pointshundred', 'point']",ISFP
979,1607457411538862080,xiaoswrizz,cyro ★⁵,"['ult', 'chan', 'im', 'isfp', 'frowning', 'face', 'open', 'mouth']",ISFP
980,1526240390654963712,gerA_0421,gerA(Taylor's version),"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
981,913008198,Mathonthon,Mathena,"['add', 'mbti', '4', 'character', 'mbti', 'im', 'isfp']",ISFP
982,2995872858,tinibyg,Minaret ❤ Ethereal KJH,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
983,1645711201480114177,shnguin,Via ☆,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
984,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['sung', 'hanbin', 'speaking', 'japanese', 'smiling', 'face', 'heart']",ISFP
985,1564264350357094402,junhanjisungs,jim °з° ✮✮✮✮✮ mostly ia playing totk,"['isfp', 'like', '14', 'like', 'month', 'ago', 'suddenly', 'istp']",ISFP
986,767304833682534400,thisbeech,44 🌸,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
987,260029141,multistanbai,bai ⁷ 🧡💙,"['u', 'really', 'tell', 'isfp']",ISFP
988,1535944504229957632,mdnightaly,Alya | 🤍,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
989,1569590647069503489,lovestay_tash,Tash ★⁵ Let’s smile brighter 🐺,"['aries', 'isfp', 'knowing', 'love', 'chan', 'heart', 'woman', 'dancing', 'light', 'skin', 'tone']",ISFP
990,1542298415991853056,choccojams_,WHO's miu ? ⚛,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
991,1559786778068131841,isfp_girl07,はいからさん@shanbin,"['zerobaseone', 'f4', 'sparkling', 'heart']",ISFP
992,32261233,luminous_mortal,luminous_mortal,"['hey', 'least', 'know', 'youre', 'great', 'companyas', 'evidenced', 'exhibit', 'one', 'quintessential']",ISFP
993,1095809340307468288,Mashii_15,TREASURE💎💖,"['u', 'really', 'tell', 'isfp']",ISFP
994,1423705150087106562,heewachiturro,Emi; DARK BLOOD🩸,"['u', 'really', 'tell', 'isfp']",ISFP
995,1335868015238205440,Boojunbii_,Aii🩹,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
996,68662728,jjjjinanie,ega❗🆔 🍀,"['ikon', 'mbti', 'according', 'passport', 'jinhwan', 'isfp', 'yunhyeong', 'enfj', 'bobby', 'intp', 'junhoe', 'enfp', 'donghyuk', 'enfp', 'chanwoo']",ISFP
997,1618830962187726848,marina0325_,abb1e,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
998,1618849466685210625,yunjinmyloves,Jenai♡,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
999,1472847516693499904,said3yween,ysai | DARK BLØØD 🩸,"['hi', 'im', 'sky', 'looking', 'interactive', 'active', 'moot', 'sheher', 'isfp', '15', 'ults', 'skz', 'jeongin', 'al']",ISFP
|