Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4
ูููู
ุงุถุฑุจู ูููู.
ูุงุชุญ ูุญุณุงุจุงุช ุฌุฏูุฏ:
github.com/dark-ps
huggingface.co/darkps
ุงุฑูุนููู
ูุงุชุญ ูุญุณุงุจุงุช ุฌุฏูุฏ:
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โคโ๐ฅ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
ุชูุงุนูู ุชูุงุนู ูุงุณ ุชูุงุนูููุฉ ๐
โค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 )
๐ด 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
ูุงุฏ ุชูุงุนู ูุงุฏ ุฎุณุง ุงูุงู
ุงูุนุฒ ุฑุงุญุช ๐๐
โค6
EvilGPT.zip
150.7 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐ฅ1
ู
ุด ุญููุฉ ุชูุฑุงุฑ ุงูู
ูุดูุฑุงุช ุชุตููุช ููุฐุง
https://t.me/darkU1/1326
https://t.me/darkU1/1326
โคโ๐ฅ1
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
Forwarded from BotsNews (#๐๐ด๐ฒ๐พ๐๐ฐ)
TEMP MAIL bot has now been launched ๐
Provides a secure, temporary email address to receive messages without exposing your real email.
โข @VipCode3_Bot
โค5โคโ๐ฅ2๐ฅ1
Forwarded from BotsNews (#๐๐ด๐ฒ๐พ๐๐ฐ)
The bot has been updated
โข you can now create a temporary email that cannot be blocked by websites ๐
Create your own account now!
โข you can now create a temporary email that cannot be blocked by websites ๐
Create your Gmail.com account now easily.
And you can still create a random email address โบ๏ธ
Create your own account now!
ุชู ุชุญุฏูุซ ุงูุจูุช ูู ููู ุงูุงู ุงูุดุงุก ุจุฑูุฏ ุงููุชุฑููู ู ุคูุช ูุง ูู ูู ุญุธุฑู ู ู ูุจู ุงูู ูุงูุน ๐
โข ูู ุจุฅูุดุงุก Gamil.com ุงูุงู ุจุณูููู
โข ูู ุงุฒุงู ุจุงู ูุงูู ุงูุดุงุก ุจุฑูุฏ ุงููุชุฑููู ุนุดูุงุฆู โบ๏ธ
โค9
BotsNews
The bot has been updated โข you can now create a temporary email that cannot be blocked by websites ๐ Create your Gmail.com account now easily. And you can still create a random email address โบ๏ธ Create your own account now! ุชู
ุชุญุฏูุซ ุงูุจูุช ูู
ููู ุงูุงู ุงูุดุงุกโฆ
ุจุฏูู
ู
ูู ุงูุจูุชุ @VipCode3_Bot
โค9๐4๐2๐2๐ฅ1