بوتات بايثون Python3
Відкрити в Telegram
4 477
Підписники
-724 години
-457 днів
-12230 день
Архів дописів
4 475
package main
import (
"fmt"
"io/ioutil"
"net/http"
"strings"
)
func main() {
link := "https://t.me/OnPython"
resp, err := http.Get(link)
if err != nil {
fmt.Println("[*] Error Get url:", err)
return
}
defer resp.Body.Close()
body, err := ioutil.ReadAll(resp.Body)
if err != nil {
fmt.Println("Bad request :", err)
return
}
text := string(body)
if strings.Contains(text, "cdn4.cdn") {
fmt.Println("Username Taken")
} else {
fmt.Println("Available or Nft - Auction")
}
}
سورس بسيط ، ماله فايده4 475
import time
#imported time(module)
class calculate:
def date():
print("Geting this day format !")
t = time.strftime("%D")
m,d,y = t.split("/")
the_date = ("Month:"+m+" Day:"+d+" Year:20"+y)
print(the_date)
calculate.date()4 475
#Done import packages and modules (Aymen onPython)
from requests import get as open
class DiscordUsernameByAymen:
#Aymen set defunctions
def ch(user):
if len(user) < 5:
print("- Cannot check users that 4 or 3")
#len_error()
elif len(user) >= 5:
print("Let me check sir !"+"Source prepare")
aymen = open(f'https://api.lixqa.de/v3/discord/pomelo/{user}').text
if """{"errors":[],"status":2""" in aymen:
print("Username available :"+user)
elif """{"errors":[],"status":3""" in aymen:
print("Username Taken :"+user)
else:
exit("Banned :"+user)
DiscordUsernameByAymen.ch("username")
#سورس بسيط باستخدام Api فحص يوزرات ديسكورد جربتهُ ونزلتهُ الكم
#بسيط_مو_سهل4 475
#In the name of God , First line
#Lets import some modules 🥸
from requests import get
ay = print
#Making a Class
class Aymen:
def info():
ay("This module built by aymen for Educational Purpuses only , stay safe , any problem message me telegram @k_n_y , best use please, thanks.")
def my_info():
ay("Realy im aymen , have big dreams , not big nigga ass , Live in iraq , my only username Telegram : k_n_y")
class CheckTelegramUsername:
def OnAuction(username=None):
response_set = get(f"https://fragment.com/username/{username}").text
if 'on Telegram and secure your ownership on the blockchain.' in response_set:
ay("[*] On Auction : "+"@"+username)
elif 'is taken – send an offer to its owner and see if they’re ready to sell it.' in response_set:
ay(" [*] Taken : "+"@"+username)
else:
print("[*] Unknown .")
def Taken(username=None):
req_res = get("https://t.me/"+username).text
if "tgme_username_link" not in req_res:
ay("[*] Username Taken or On Auction :"+"@"+username)
elif "tgme_username_link" in req_res:
ay("[*] User Available or Nft :"+username)
else:
ay("[*] Maybe Banned , maybe flood , Unknown .")
def Banned():
print("This Function not used .")
def Flood(username):
res = get(f"https://t.me/{username}").text
if "tgme_username_link" not in res:
ay("[*] Username not flood its taken .")
elif "tgme_username_link" in res:
response_set = get(f"https://fragment.com/username/{username}").text
if 'on Telegram and secure your ownership on the blockchain.' in response_set:
ay("Username Not flood , Its on Auction")
else:
ay("Username Available")
def Exit():
exit()
#CheckTelegramUsername.Flood("SSSSS")4 475
قناتي تفيدكم شروحات🔥
الشرح القادم نقل معرف تلي بدون ميبلع خاصية ( باداة وبدون اداة)
لغة البرمجة : بايثون
اصدار : 3.9
