رجوع
قسم اكواد البايثون
كود سحب ايدي حساب الانستا
import requests , os user = input(' اكتب اليوزر : ') r = requests.get(f"https://api.dlyar-dev.tk/info-insta?user={user}").json() userid = r["id"] print(' تم سحب الايدي : '+userid) print('\n \n ارسال للتلي اكتب y\n') s = input('') if s == 'y': os.system('clear') token = input(' اكتب التوكن : ') ID = input(' اكتب الايدي : ') os.system('clear') print(' تم ارسال للتلكرام') requests.get("https://api.telegram.org/bot"+str(token)+"/sendMessage?chat_id="+str(ID)+"&text="+userid)
نسخ الكود
كود وضع باسورد لادواتك بدون عضويه
import time,os ps = "هنا حط الباسورد الي تريده" def cls(): os.system("clear") def pas(): J = input(f" {B}ENTAR {X}PASSWORD:{M} ") if J ==ps: print(M+"\n Good Password ") time.sleep(1) cls() else: print(Z+' # No Login ') pas() pas() os.system("clear")
نسخ الكود
معلومات بوت تيليجرام من توكن
import requests , os tok=input("Enter Your ToKen ➥ ") url=f'https://hamo-shafey-iron.herokuapp.com/info-token/?token={tok}' re=requests.get(url) st=re.json() q=st['name_bot'] w=st['id_bot'] e=st['username_bot'] os.system('clear') print(f'name bot : {q}\nid bot : {w}\nusername bot : {e}')
نسخ الكود
كود زخرفه عربي وانكليزي
import requests nam = input(' Enter Your Name ➥ ') url = f'https://hamo-shafey-iron.herokuapp.com/zakhrafa/?text={nam}' re = requests.get(url) m = re.json() q = m['shape01'] w = m['shape02'] e = m['shape03'] r = m['shape04'] t = m['shape05'] y = m['shape06'] u = m['shape07'] i = m['shape08'] o = m['shape09'] p = m['shape10'] a = m['shape11'] s = m['shape12'] d = m['shape13'] f = m['shape14'] print(f"{q}\n{w}\n{e}\n{r}\n{t}\n{y}\n{u}\n{i}\n{o}\n{p}\n{a}\n{s}\n{d}\n{f}")
نسخ الكود
كود اضهار معلومات حساب الانستا
import requests user=input(" : ") url =f'https://info-instagram.hamoditools.repl.co/info/?User={user}' reg = requests.get(url) r = reg.json() n = r['Name'] s = r['Status'] p = r['Posts'] fg = r['Following'] fs = r['Followers'] d = r['Date'] b = r['Bio'] t =r['ID'] print(f" الاسم : {n}\n المتابعين : {fs}\n المتابعهم : {fg}\n الايدي : {t}\n الصور : {p}\n الخصوصيه : {s}\n البايو : {b}")
نسخ الكود
كود توصيل ريست
from HamodyTools import * email = input( ' \033[1;36mENTAR EMAIL 📤\033[1;32m ') check = Hamody.Reset(email) if check==True: print("\033[2;32m• ريست صح •") else: print("\033[1;31m• ريست خطا •")
نسخ الكود
سحب لسته يوزرات من المتابعين
import instaloader X = '\033[1;33m' F = '\033[2;32m' C = '\033[2;35m' B = '\033[2;36m' st=0 username=input(f'{X}[+]{C} -{F} ادخل يوزر حسابك :{F} ') password=input(f'{X}[+]{C} -{F} ادخل باسورد حسابك :{F} ') targe=input(f' {X}ادخل يوزر الي تريد تسوي لسته يوزرات منه للفحص :{B} ') L = instaloader.Instaloader() L.login(username,password) profile = instaloader.Profile.from_username(L.context, targe) follow_list = [] for i in profile.get_followers(): user=str(i) use= user.split('
نسخ الكود