Code Space
Kanalga Telegram’da o‘tish
Hello this channel does not violate the policies of Telegram and we love you @rove with best regards
Ko'proq ko'rsatish6 646
Obunachilar
+9924 soatlar
+8767 kunlar
+2 76030 kunlar
Postlar arxiv
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
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
