For developers
کانال بسته
The channel is specialized in post Python file Without encryption and free Owner : @g_4_q
نمایش بیشتر2 445
مشترکین
-124 ساعت
-127 روز
-6630 روز
آرشیو پست ها
2 444
import requests
username = input("- username : ")
print(" "*30)
response = requests.get("https://fragment.com/username/{}".format(str(username))).text
if '<span class="tm-section-header-status tm-status-taken">Taken</span>' in response:
print("{} : Owned".format(str(username)))
elif '<span class="tm-section-header-status tm-status-unavail">Sold</span>' in response:
print("{} : nft".format(str(username)))
elif '<div class="table-cell-status-thin thin-only tm-status-unavail">Unavailable</div>' in response:
print("{} : available".format(str(username)))
elif str(username) not in response:
print("{} : banded".format(str(username)))
else:
print("{} : banded".format(str(username)))
اتصال فحص يوزرات تليكرام بمنصة fragment
※available : متاح
※nft : يوزر منصة
※Owned : ملكية او بحساب
※banded : مبند
-BY : @g_4_q
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
