For developers
Closed channel
The channel is specialized in post Python file Without encryption and free Owner : @g_4_q
Show more2 445
Subscribers
-124 hours
-127 days
-6630 days
Posts Archive
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
Available now! Telegram Research 2025 โ the year's key insights 
