Code Space
Ir al canal en Telegram
Hello this channel does not violate the policies of Telegram and we love you @rove with best regards
Mostrar más6 598
Suscriptores
+9924 horas
+8767 días
+2 76030 días
Archivo de publicaciones
6 637
import requests
import time
link = input("Enter Link Story: ")
api = f"http://145.223.81.98:5005/username/{link}"
def doen(api, retries=3):
for attempt in range(retries):
try:
response = requests.get(api)
if response.status_code == 200:
content_type = response.headers.get("Content-Type", "")
if "image" in content_type:
ext = "jpg"
namf = f"story_image.{ext}"
elif "video" in content_type:
ext = "mp4"
namf = f"story_video.{ext}"
else:
print("ملف ماعرفه")
return
with open(namf, "wb") as file:
file.write(response.content)
print(f"تم تنزيل الستوري بنجاح واسم ملف الستوري: {namf}")
return
else:
print(f"حدث ايرور: {response.status_code}, الرد: {response.text}")
return
except Exception as e:
print(f"محاولة {attempt + 1} فشلت بسبب: {e}")
time.sleep(2)
print("فشلت كل المحاولات.")
doen(api)6 637
ها شلونكم يابة..!
هذا Api يحمل ستوريات تلكرام من خلال الرابط فقط يحمل صورة وفيديو
الايبي:
ـ
http://145.223.81.98:5005/username/رابط_الستوري
طريقة الاستخدام:
ـ
http://145.223.81.98:5005/username/https://t.me/youslf/s/50
للاستفسار
ـ @katas
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
