es
Feedback
بوتات بايثون Python3

بوتات بايثون Python3

Ir al canal en Telegram

القناة وما فيها مفتوحة المصدر

Mostrar más
4 477
Suscriptores
-724 horas
-457 días
-12230 días
Archivo de publicaciones
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")
 }
}
سورس بسيط ، ماله فايده

الشخص الي يغادر القناة ، ليش تغادر؟ مو انا جاي اساعدك بس انطيني فكرة @k_n_y هنا! لتغادر 😘

Lets being war with python

بسيط مو سهل
Simple, not easy
شعار 🔥
قناتنا
python codes !

كود يطلعلك تاريخ اليوم مكتبة time يفيد بالادوات او مدري #بسيط_مو_سهل

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()

دزو القناة لاصدقائكم ،

سيتم تغير صورة القناة 😘

مانتبهت بي حظر اذا تريدون اطورهُ تفاعل؟

ملل افكار ماكو😕 @k_n_y

#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 فحص يوزرات ديسكورد جربتهُ ونزلتهُ الكم #بسيط_مو_سهل

exit("Log out the life in ")

السلام عليكم ؟

هلو كايز وات هابن 🦦

فكرتك @k_n_y هنا

There is no ideas 🙂

#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")

شاركو وي اصدقاءكم @OnPython

قناتي تفيدكم شروحات🔥 الشرح القادم نقل معرف تلي بدون ميبلع خاصية ( باداة وبدون اداة) لغة البرمجة : بايثون اصدار : 3.9