2 934
Подписчики
+324 часа
+127 дней
+26330 день
Архив постов
2 935
Launching the YouTube API – Search and Download 🚨
URL : https://zecora0.serv00.net/download/DownloadTube.php 📇
-----------------------------------
🔴 Example Request ( research )
curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music"
🔴 Example Response
{
"success": true,
"dev": "Dont forget to support the channel @VIPCODE3",
"query": "Music",
"estimated_results": 870942,
"results": [
{
"video_id": "........",
"title": "........",
"channel": ".......",
"duration": ".......",
"views": ".......",
"video_url": "https://www.youtube.....",
"thumbnails": { ... }
}
]
}
🔴 Example Request ( Download )
curl -X POST "https://zecora0.serv00.net/download/DownloadTube.php" \
-H "Content-Type: application/json" \
-d '{"type":"download","url":"https://www.youtube.com/......"}'
🔴 Example Response
{
"success": true,
"dev": "Dont forget to support the channel @VIPCODE3",
"video_info": {
"title": ".......",
"author": ".......",
"duration": ".......",
"views": "......."
},
"video_formats": [
{
"quality": ".......",
"size": ".......",
"has_audio": false,
"url": "https://..."
}
],
"audio_formats": [
{
"bitrate_kbps": ....,
"size": "....",
"url": "https://...."
}
]
}
-----------------------------------
It retrieves 100 search resultsYou can increase this by using tokens such as: ⚜️
curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music&{next=next_tokens}"• Owner : @ZecoAI ✅ • Channel : @VipCode3 🔘
2 935
Repost from VipCode
Launching the YouTube API – Search and Download 🚨
URL : https://zecora0.serv00.net/download/DownloadTube.php 📇
-----------------------------------
🔴 Example Request ( research )
curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music"
🔴 Example Response
{
"success": true,
"dev": "Dont forget to support the channel @VIPCODE3",
"query": "Music",
"estimated_results": 870942,
"results": [
{
"video_id": "........",
"title": "........",
"channel": ".......",
"duration": ".......",
"views": ".......",
"video_url": "https://www.youtube.....",
"thumbnails": { ... }
}
]
}
🔴 Example Request ( Download )
curl -X POST "https://zecora0.serv00.net/download/DownloadTube.php" \
-H "Content-Type: application/json" \
-d '{"type":"download","url":"https://www.youtube.com/......"}'
🔴 Example Response
{
"success": true,
"dev": "Dont forget to support the channel @VIPCODE3",
"video_info": {
"title": ".......",
"author": ".......",
"duration": ".......",
"views": "......."
},
"video_formats": [
{
"quality": ".......",
"size": ".......",
"has_audio": false,
"url": "https://..."
}
],
"audio_formats": [
{
"bitrate_kbps": ....,
"size": "....",
"url": "https://...."
}
]
}
-----------------------------------
It retrieves 100 search resultsYou can increase this by using tokens such as: ⚜️
curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music&{next=next_tokens}"• Owner : @ZecoAI ✅ • Channel : @VipCode3 🔘
2 935
import requests
from bs4 import BeautifulSoup
from urllib.parse import urlparse
query = input("Enter search text: ").strip() or "python"
print(f"Searching for: {query} ...\n{'='*50}")
headers = {"User-Agent": "Mozilla/5.0"}
try:
response = requests.get(f"https://search.brave.com/search?q={query.replace(' ', '+')}", headers=headers, timeout=10)
response.raise_for_status()
soup = BeautifulSoup(response.text, 'html.parser')
links = []
for a in soup.find_all('a', href=True):
href = a['href']
if href.startswith(('http://', 'https://')) and 'brave.com' not in urlparse(href).netloc:
links.append(href)
unique_links = list(dict.fromkeys(links))
if unique_links:
for i, url in enumerate(unique_links, 1):
print(f"{i}. {url}")
print(f"\nFound {len(unique_links)} links")
else:
print("No links found")
except Exception as e:
print(f"Error: {e}")
print('='*50)
print("Finished")
كود بسيط لقيته بملفاتي كنت استخدمه للبحث عن خدمات مجانية• المطور : zecora# 😀 • مصدر الملف : VipCode ✅ كود جيد
2 935
zeco = requests.Session()
zeco.headers.update({"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"})
zeco.get("https://gptanon.com/chat")
if "GAESA" not in zeco.cookies:
zc = input("Paste GAESA cookie value: ").strip()
zeco.cookies.set("GAESA", zc, domain="gptanon.com")
while True:
zo = input("You: ")
webbrowser.open("tg://resolve?domain=VipCode5")
zv = {"message": zo, "modelIds": ["google/gemma-3-27b-it"], "deepSearchEnabled": False}
zx = zeco.post("https://gptanon.com/api/chat/stream", json=zv, headers={"Content-Type": "application/json"})
zx.encoding = 'utf-8'
zczc = ""
for zoz in zx.text.splitlines():
if zoz.startswith("data: "):
try:
zc = json.loads(zoz[6:])
if zc.get("type") == "token":
zczc += zc.get("token", "")
except:
pass
print(f"AI: {zczc}\n")
كود بسيط لقيته بملفاتي لنموذج gemma 3 قلت انشره يمكن ينفعكم
• المالك : @ZecoAI
• قناة : @VipCode52 935
🥷 ¦ يتصل بـ [ chatboxapp.ai ]. •
🅱️ ¦ كود من 2025. •
😎 ¦ الأتصال سريع. •
– تحويل النص الى صوت.
يدعم التدفق معـ[ 💬 ]
كود زربة يستحق التجربة 👍👼.
2 935
DarkPs Agent v3.0بعد فترة من التطوير صار DarkPs Agent الأصدار الثالث على GitHub. 💀 ¦ دارك بي أس
هو إطار عمل وكيل ذكاء اصطناعي محلي (Local-First)
مصمم للعمل مع المشاريع، أدوات المطورين، النماذج المحلية والسحابية، و MCP.🤺 ¦ أبرز المميزات:
• فهم هيكل المشروع تلقائيًا
• اكتشاف الأدوات والخدمات بدون تعديل النواة
• دعم نماذج الذكاء الاصطناعي المحلية و API
• إدارة سياق المشروع وسياق المحادثة
• تكامل MCP لتوسيع القدرات
• بيئة عمل مخصصة للمطورين والأتمتة📂 ¦ مفتوح للتطوير والمساهمة من المجتمع. 🐱 ¦ جيت هاب:
https://github.com/dark-ps/DarkPs-Agent-CLI🌟 ¦ ويب المطورين: dark.ps 🦎 ¦ حسابات المطورين: dark, dark
#DarkPs #AI #Agent #OpenSource #CLI
2 935
ترا لسع مليان ملفات انشاء وتعديل صور وفيديو واغاني ونماذج دردشه وتحليل صور وفي ملفات جانبيه كثير غير الـaiالمهم مش هنشر ملفات response او api لان طلع مشروع فاشل و ما منه فايده ابدا . هنشر بوتات اظن افضلويمكن أستفيد
