NEP DEVS
Открыть в Telegram
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
БольшеНет данных
Подписчики
-3724 часа
-1357 дней
-23530 дней
Архив постов
❤️ SPOTIFY MUSIC DOWNLOADER [TBC] ⭐
Command :
*
🤖 TPY :
bot.sendChatAction(chat_id=message.chat.id, action="typing")
ms = message.text
url = f"https://music-api-rouge-rho.vercel.app/apiurl?songname={ms}"
try:
response = HTTP.get(url)
if response.status_code == 200:
data = response.json()
download_link = data["download_link"]
photo_url = "https://mallucampaign.in/images/img_1717502238.jpg"
tinyurl_api_url = f"http://tinyurl.com/api-create.php?url={download_link}"
tinyurl_response = HTTP.get(tinyurl_api_url)
if tinyurl_response.status_code == 200:
short_download_link = tinyurl_response.text
inline_btn = InlineKeyboardButton(
text="🎵 Download Url",
url=short_download_link
)
inline_keyboard = InlineKeyboardMarkup([[inline_btn]])
bot.sendPhoto(
chat_id=message.chat.id,
photo=photo_url,
caption="🎶 <b>Enjoy your music!</b> 🎧",
parse_mode="HTML",
reply_markup=inline_keyboard
)
else:
bot.sendMessage(
chat_id=message.chat.id,
text="❌ <b>Error shortening the download link</b>",
parse_mode="HTML"
)
else:
bot.sendMessage(
chat_id=message.chat.id,
text="❌ <b>Error fetching data from the music API</b>",
parse_mode="HTML"
)
except Exception as e:
bot.sendMessage(
chat_id=message.chat.id,
text=f"❌ <b>Error: {str(e)}</b>",
parse_mode="HTML"
)
CREDIT :- @DEVSNP & @NEPDEVSAPI⭐
© Copyright: @Devsnp
Developer 👨💻: @Nepcoder
Share with credit @Devsnp🥰TBC AI TPY CODE⭐
bot.sendChatAction(chat_id=message.chat.id, action="typing")
ms = message.text
url = f"https://tpytbc.hellonepdevs.workers.dev/?question={ms}&state=omega"
try:
get = bunchify(HTTP.get(url).json())
answer = get['answer']
bot.replyText(chat_id=u, text=answer, parse_mode="Markdown")
except Exception as e:
error_message = "<b>❌ Error Occurred!</b>\n{}".format(str(e))
bot.replyText(chat_id=u, reply_to_message_id=message.message_id, text=error_message, parse_mode="Markdown")
❤️API :- @NEPCODER✔️
✔️CREDIT :- @NEPCODER👑
❤️CHANNEL :- @DEVSNP❤️Gemini Api Php Code🤩
<?php
if (isset($_GET['prompt'])) {
$prompt = $_GET['prompt'];
} else {
echo json_encode(["error" => "Prompt parameter is required"]);
exit;
}
$url = "https://geminigptai.com/api?prompt=" . urlencode($prompt);
$payload = json_encode([["content" => $prompt, "role" => "user"]]);
$headers = [
"Host: geminigptai.com",
"content-length: " . strlen($payload),
'sec-ch-ua: "Android WebView";v="125", "Chromium";v="125", "Not.A/Brand";v="24"',
'sec-ch-ua-platform: "Android"',
"sec-ch-ua-mobile: ?1",
"user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"content-type: text/plain;charset=UTF-8",
"accept: */*",
"origin: https://geminigptai.com",
"x-requested-with: mark.via.gp",
"sec-fetch-site: same-origin",
"sec-fetch-mode: cors",
"sec-fetch-dest: empty",
"referer: https://geminigptai.com/chat",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"priority: u=1, i"
];
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
if (curl_errno($ch)) {
echo json_encode(["error" => curl_error($ch)], JSON_UNESCAPED_SLASHES);
curl_close($ch);
exit;
}
curl_close($ch);
$response_data = json_decode($response, true);
if (isset($response_data['result']['content'])) {
echo json_encode(["message" => $response_data['result']['content']], JSON_UNESCAPED_SLASHES);
} else {
echo json_encode(["error" => "Failed to extract content"], JSON_UNESCAPED_SLASHES);
}
?>
FEATURES:-✅
GIVE RESPONSE ON BASIS OF GEMINI AI✅
API URL :-https://example.com/api.php?prompt={your question}
✨❤️ BY NEPCODER @DEVSNP ✨
@Nepcoder
GIVE CREDIT IF U ARE POSTING✅🛒 API and Code Sale Alert! 🚀
Expand your toolkit with our extensive APIs, now available for just $5 each! Discover more offerings:
1. Manga API
2. Manga Cloner API
3. ChatGPT all modes API
4. Content WormGPT AI, GF, and other customizable modes
5. Various web codes and scripts
6. Facebook, Instagram, and YouTube downloader APIs
7. Spotify API
8. Dynamic QR API
9. Fake Information API + Bot
10. YouTube to m3u8 converter
11.Ai Image Gen Api And Bot Codes
12.All Hacking and Php Script
14.Terabox Video Downloader +Api +Bot +Website
15.APK DOWNLOADER API AT $1
16.PAKISTAN SIM DATABASE API AT $1
17.AUTOPAY DGB BOT AT $3
Hurry! Secure your APIs now and unlock endless possibilities. For inquiries and deals, DM @Nepcoder today! 😊💬
Prize :- Offer 🥸
Payment : Crypto And Upi Both
FOR ALL $30
Dm @Nepcoder
Anyone from bangladesh and your unipin website or code is working or not tell me in comments
