VipCode
2.93K subscribers
16 photos
14 videos
53 files
87 links
Hello Telegram, this channel does not violate the terms of service and is committed to not violating your terms of service. Please protect it from vandals.

Thank you @Telegram and @durov
Owner : @ZecoAI
Download Telegram
ترا ما جاي اطلب فلوس اطلب تشاركو القناة اقل شي و تفاعل 🙄
15❤‍🔥4👍1
This media is not supported in your browser
VIEW IN TELEGRAM
😁1
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
Please open Telegram to view this post
VIEW IN TELEGRAM
17👏2
This media is not supported in your browser
VIEW IN TELEGRAM
4
TTS«stream»gpt-4o-mini.zip
4.4 KB
🥷 ¦ يتصل بـ [ chatboxapp.ai ]. •
🅱️ ¦ كود من 2025. •
😎 ¦ الأتصال سريع. •

تحويل النص الى صوت.
يدعم التدفق معـ[
💬 ]

كود زربة يستحق التجربة 👍👼.
Please open Telegram to view this post
VIEW IN TELEGRAM
7👍1
Please open Telegram to view this post
VIEW IN TELEGRAM
4
ولكم اضربو فولو.
فاتح لحسابات جديد:
github.com/dark-ps
huggingface.co/darkps

ارفعوهم
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❤‍🔥21
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
تفاعلو تفاعل ناس تفاعُلية 😉
4👏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 )

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
هاد تفاعل هاد خسا ايام العز راحت 😒💔
6
VipCode
😂😂😂😂🤣
2666
4😁3
EvilGPT.zip
150.7 MB
🔎 ¦ identity: EvailGPT
🔑 ¦ Base: llama-3.1-8B-instruct
🪙 ¦ Files Lora

🫂 ¦ DEV: sii_3 ~ N1dark
Please open Telegram to view this post
VIEW IN TELEGRAM
4🔥1
مش حلوة تكرار المنشورات تصويت وكذا
https://t.me/darkU1/1326
❤‍🔥1
NEW FEATURE: KILWA VOICE (Text-to-Speech) API IS HERE! 🎧🔊

حوّل أي نص مكتوب إلى مقطع صوتي احترافي في ثوانٍ —

تم إضافة ميزة تحويل النص إلى صوت (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 : 🟩

• التنوع 🎯: دعم 3 أصوات احترافية لتناسب جميع استخداماتك (صوت رقم 1: رجل 😂، صوت رقم 2: أنثى 👩‍🦰، صوت رقم 3: أنثى 👩).

• السرعة ⚡️: معالجة فورية وتوليد المقطع الصوتي وتحميله في ثوانٍ معدودة.

• السلاسة 🔥: إرجاع ملف Audio مباشر يسهل دمجه في كودك بدون تعقيدات أو استخراج روابط.
​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
@gmail.sii_3
4 KB
🦎 ¦ Mail Fake > @gmail.com
🅱️ ¦ DEV:sii_3~ N1dark
Please open Telegram to view this post
VIEW IN TELEGRAM
❤‍🔥43👏1