Grok.py
10.5 KB
🥷 ¦ يتصل بـ [ syntx.ai ].
🅱️ ¦ كود طرف ثالث. •
😎 ¦ الأتصال قوي. •
- النماذج المدعومة :
• المطور : zecora# 😀
• مصدر الملف : VipCode ✅
كود جيد لا يستحق التجربة 👍👼.
🅱️ ¦ كود طرف ثالث. •
😎 ¦ الأتصال قوي. •
يدعم أكثر من نموذج مع ارسال نص مع إرسال صور مع واجهة محترمه
وبالنسبة لـ [system prompt] ضعه في "Vip2" (اختياري).
بعد التشغيل سيطبع النماذج واختيارك و بعدها ادخل النص أو الصورة
- النماذج المدعومة :
Grok 3ارسال مع صوره :
Grok 4
Grok 4.3
Grok 4.5
Text || Link.jpg,Link.jpg
• المطور : zecora# 😀
• مصدر الملف : VipCode ✅
كود جيد لا يستحق التجربة 👍👼.
❤8🔥2👏2🫡2❤🔥1
DarkPs Agent v3.0
بعد فترة من التطوير صار DarkPs Agent الأصدار الثالث على GitHub.
هو إطار عمل وكيل ذكاء اصطناعي محلي (Local-First)
مصمم للعمل مع المشاريع، أدوات المطورين، النماذج المحلية والسحابية، و MCP.
• فهم هيكل المشروع تلقائيًا
• اكتشاف الأدوات والخدمات بدون تعديل النواة
• دعم نماذج الذكاء الاصطناعي المحلية و API
• إدارة سياق المشروع وسياق المحادثة
• تكامل MCP لتوسيع القدرات
• بيئة عمل مخصصة للمطورين والأتمتة
https://github.com/dark-ps/DarkPs-Agent-CLI
#DarkPs #AI #Agent #OpenSource #CLI
Please open Telegram to view this post
VIEW IN TELEGRAM
1❤7👏2
TTS«stream»gpt-4o-mini.zip
4.4 KB
– تحويل النص الى صوت.
يدعم التدفق معـ[
كود زربة يستحق التجربة
Please open Telegram to view this post
VIEW IN TELEGRAM
❤7👍1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
❤8
import requests,json,webbrowser
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
• قناة : @VipCode5
كود
👌3❤🔥2❤1
import requests, webbrowser
from bs4 import BeautifulSoup
from urllib.parse import urlparse
zo = input("Enter search text: ").strip() or "python"
print(f"Searching for: {zo} ...\n{'='*50}")
zeco = requests.Session()
zeco.headers.update({"User-Agent": "Mozilla/5.0"})
try:
zx = zeco.get(f"https://search.brave.com/search?q={zo.replace(' ', '+')}", timeout=10)
zx.raise_for_status()
webbrowser.open("tg://resolve?domain=VipCode5")
zc = BeautifulSoup(zx.text, 'html.parser')
zv = [zh for za in zc.find_all('a', href=True) if (zh := za['href']).startswith(('http://', 'https://')) and 'brave.com' not in urlparse(zh).netloc]
zl = list(dict.fromkeys(zv))
if zl:
for zi, zu in enumerate(zl, 1):
print(f"{zi}. {zu}")
print(f"\nFound {len(zl)} links")
else:
print("No links found")
except Exception as ze:
print(f"Error: {ze}")
print('='*50)
print("Finished")
كود بسيط لقيته بملفاتي كنت استخدمه للبحث عن خدمات مجانية
• المطور : zecora#
• مصدر الملف : VipCode
كود جيد
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4❤🔥2🔥1👏1😍1🍓1
This media is not supported in your browser
VIEW IN TELEGRAM
Launching the YouTube API – Search and Download 🚨
URL : https://zecora0.serv00.net/download/DownloadTube.php 📇
-----------------------------------
🔴 Example Request ( research )
🔴 Example Response
🔴 Example Request ( Download )
🔴 Example Response
-----------------------------------
You can increase this by using tokens such as: ⚜️
• Owner : @ZecoAI ✅
• Channel : @VipCode3 🔘
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 results
You 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 🔘
❤12👏2
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"…
تفاعلو تفاعل احباب محبوبين 😁
❤11👏2😁2