import requests,random,os
from user_agent import generate_user_agent
headers={'user-agent': generate_user_agent()}
E = '\033[1;37m'
B = '\033[2;96m'
G = '\033[1;12m'
S = '\033[1;23m'
def like():
user='qwertyuiopasdfghjklzxcvbnm'
os.system('clear')
urlm=input('enter post link:- ')
urlm=urlm.split('/?')[0]
urlm1=urlm
id=2102
qu= 1000
fol=0
def likes(id,fol):
while True:
url = 'https://smmturk.org/api/v2'
rn = str("".join(random.choice(user)for i in range(4)))
urlm=(urlm1+'/?igshid=YmMyMTA'+rn+'2M2Y=')
data={'key':key,'action':'add','service':id,'link':urlm,'quantity':qu,}
abhi=requests.post(url,data=data)
if 'You have active order with this link. Please wait until order being completed.' in abhi.text:
print('[+] Wait The Past Order Complet')
if '{"order":' in abhi.text:
print('done send views by @LL_php')
if 'Invalid API key' in abhi.text:
print(f'{E}[×] tool dead bro paid tool lele @LL_php')
exit()
if 'Bad link' in abhi.text:
print('link sahi nhi hai')
if 'Not enough funds on balance'in abhi.text:
print('dead ho gaya bro paid tool lele ye sab error nhi aayega dm :- @LL_php')
likes(id,fol)
else:
print(abhi.json())
likes(id,fol)
os.system('clear')
key='38ccefbd13d2528fb39c8beb3abd9d89'
url = 'https://smmturk.org/api/v2'
data={'key':key,'action':'balance'}
abhi=requests.post(url,data=data,headers=headers)
if 'Invalid key' in abhi.text:
print(f'{E}[×] TOOL DEAD BRO ')
print(f'{B}[=] by paid tools here ==> @LL_php ')
exit()
else:
os.system('clear')
ch=input(f'''{B}[{G}01{B}] {S}telegram post views
press 1 and enter
{G}Choose ==> ''')
if ch == '1' or ch == '01':
like()
اداة زيادة مشاهدات تلكرام باسورد الاداة 1
@LL_php
from user_agent import generate_user_agent
headers={'user-agent': generate_user_agent()}
E = '\033[1;37m'
B = '\033[2;96m'
G = '\033[1;12m'
S = '\033[1;23m'
def like():
user='qwertyuiopasdfghjklzxcvbnm'
os.system('clear')
urlm=input('enter post link:- ')
urlm=urlm.split('/?')[0]
urlm1=urlm
id=2102
qu= 1000
fol=0
def likes(id,fol):
while True:
url = 'https://smmturk.org/api/v2'
rn = str("".join(random.choice(user)for i in range(4)))
urlm=(urlm1+'/?igshid=YmMyMTA'+rn+'2M2Y=')
data={'key':key,'action':'add','service':id,'link':urlm,'quantity':qu,}
abhi=requests.post(url,data=data)
if 'You have active order with this link. Please wait until order being completed.' in abhi.text:
print('[+] Wait The Past Order Complet')
if '{"order":' in abhi.text:
print('done send views by @LL_php')
if 'Invalid API key' in abhi.text:
print(f'{E}[×] tool dead bro paid tool lele @LL_php')
exit()
if 'Bad link' in abhi.text:
print('link sahi nhi hai')
if 'Not enough funds on balance'in abhi.text:
print('dead ho gaya bro paid tool lele ye sab error nhi aayega dm :- @LL_php')
likes(id,fol)
else:
print(abhi.json())
likes(id,fol)
os.system('clear')
key='38ccefbd13d2528fb39c8beb3abd9d89'
url = 'https://smmturk.org/api/v2'
data={'key':key,'action':'balance'}
abhi=requests.post(url,data=data,headers=headers)
if 'Invalid key' in abhi.text:
print(f'{E}[×] TOOL DEAD BRO ')
print(f'{B}[=] by paid tools here ==> @LL_php ')
exit()
else:
os.system('clear')
ch=input(f'''{B}[{G}01{B}] {S}telegram post views
press 1 and enter
{G}Choose ==> ''')
if ch == '1' or ch == '01':
like()
اداة زيادة مشاهدات تلكرام باسورد الاداة 1
@LL_php
😁2❤1👍1👎1
يكتب الان...
اكواد تخلي البوت يطلع جاي يكتب او جاي يدز ملف او يطلع جاي يدز فيديو.
المصدر: @LL_php
bot('sendChatAction', [
'chat_id'=>$cid,
'action'=>"typing"
]);
يرسل فيديو...
bot('sendChatAction', [
'chat_id'=>$cid,
'action'=>'upload_video'
]);
يرسل صورة...
bot('sendChatAction', [
'chat_id'=>$cid,
'action'=>'upload_photo'
]);
يرسل ملف...
bot('sendChatAction', [
'chat_id'=>$cid,
'action'=>'upload_document'
]);
يرسل رسالة صوتية...
bot('sendChatAction', [
'chat_id'=>$cid,
'action'=>'upload_voice'
]);اكواد تخلي البوت يطلع جاي يكتب او جاي يدز ملف او يطلع جاي يدز فيديو.
المصدر: @LL_php
❤2🔥2👏1
😁1
👍1
import requests
def translate_text(text, target_language):
base_url = "https://translate.googleapis.com/translate_a/single"
params = {
"client": "gtx",
"dt": "t",
"sl": "auto",
"tl": target_language,
"q": text
}
response = requests.get(base_url, params=params)
translation = response.json()[0][0][0]
return translation
def search_anime_images(query, num_images=10):
translated_query = translate_text(query, "en")
url = "https://kitsu.io/api/edge/anime"
headers = {
"Accept": "application/vnd.api+json",
"Authorization": "Bearer Yxf5FDtUpUqCvUoeK-IfU_wJoHqeM906K5LRk6VsZ0A"
}
params = {
"filter[text]": translated_query,
"page[limit]": num_images
}
response = requests.get(url, headers=headers, params=params)
data = response.json()
if response.status_code == 200:
animes = data["data"]
for idx, anime_data in enumerate(animes, start=1):
image_url = anime_data["attributes"]["posterImage"]["original"]
print(f"Image {idx}: {image_url}")
else:
print("اكو مشكلة !")
search_query = input("دزلي النص حتئ ابحثلك")
search_anime_images(search_query, num_images=5)
كود بحث عن صور الانمي شغل الكود ع بايثون يصير تحول الكود بوت هم.
يدزلك روابط 5 صور تكدر تغير العدد
المصدر @LL_php
https://api.pamickweb.com/API/chat.php?server=server2&&text=احبك
ايبي ذكاء اصطناعي بدون توقف.
اذكر المصدر @LL_php
ايبي ذكاء اصطناعي بدون توقف.
اذكر المصدر @LL_php
🔥1
ملفات Pydroid+php
دزولي مواقع اسحبلكم api
This media is not supported in your browser
VIEW IN TELEGRAM
👍2