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
NEW FEATURE: KILWA VOICE (Text-to-Speech) API IS HERE! 🎧 🔊
— حوّل أي نص مكتوب إلى مقطع صوتي احترافي في ثوانٍ —
تم إضافة ميزة تحويل النص إلى صوت (Text-to-Speech) رسمياً لخدمات KILWA!❤️🔥
دلوقتي تقدر تحول أي رسالة، مقال، أو سكريبت إلى ملف صوتي (Voice Note) واقعي جداً
━━━━━━━━━━━━━━━━━━━━━
Features & Specs :🟩 ✨
• التنوع🎯 : دعم 3 أصوات احترافية لتناسب جميع استخداماتك (صوت رقم 1: رجل 😂 ، صوت رقم 2: أنثى 👩🦰 ، صوت رقم 3: أنثى 👩 ).
• السرعة⚡️ : معالجة فورية وتوليد المقطع الصوتي وتحميله في ثوانٍ معدودة.
• السلاسة🔥 : إرجاع ملف Audio مباشر يسهل دمجه في كودك بدون تعقيدات أو استخراج روابط.
OWNER: @OK_Mo3AZ🕷️ ✅
CHANNEL: @VIPCODE5✅
If I don't see any reaction I will disable all API🎀
— حوّل أي نص مكتوب إلى مقطع صوتي احترافي في ثوانٍ —
تم إضافة ميزة تحويل النص إلى صوت (Text-to-Speech) رسمياً لخدمات KILWA!
دلوقتي تقدر تحول أي رسالة، مقال، أو سكريبت إلى ملف صوتي (Voice Note) واقعي جداً
━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━🔊 KILWA VOICE API :
توليد مقاطع صوتية طبيعية من النصوص مع دعم 3 أصوات مختلفة (رجل وامرأتين).
🔴 GET Request :🌐
http://de3.bot-hosting.net:21007/kilwa-voice?text=النص_المراد_تحويله_هنا&voice=1
*(ملاحظة: معامل voice يحدد نوع الصوت👈 1 = رجل👨🎓 | 2 = أنثى👩🦰 | 3 = أنثى👩🦰 )*
Example Response : 📦━━━━━━━━━━━━━━━━━━━━━🔊 لا يوجد رد نصي (JSON)!
الاستجابة عبارة عن ملف صوتي مباشر (MP3)🎵
(جاهز للتشغيل مباشرة في المتصفح أو الإرسال كـ Voice Note في بوتك فوراً بخطوة واحدة).
يمكنك تحويله ل بوت تيليجرام للاستفادة القصوي
Features & Specs :
• التنوع
• السرعة
• السلاسة
OWNER: @OK_Mo3AZ
CHANNEL: @VIPCODE5
If I don't see any reaction I will disable all API
Please open Telegram to view this post
VIEW IN TELEGRAM
❤6🍓2