NEP DEVS
Ir al canal en Telegram
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
Mostrar másSin datos
Suscriptores
-3724 horas
-1357 días
-23530 días
Archivo de publicaciones
❤️APK DOWNLOADER [TBC]⭐
🚀 Command:
*
🤖 Code:
bot.sendChatAction(chat_id=message.chat.id, action="typing")
query = message.text
api_url = f"https://apkdownloader.hellonepdevs.workers.dev/?query={query}"
try:
response = HTTP.get(api_url)
response.raise_for_status()
data = response.json()
for app in data:
filesize_mb = round(app['filesize'] / (1024 * 1024), 2)
caption = (
f"📱 <b>{app['name']}</b>\n"
f"👨💼 <i>Developer:</i> {app['developer']}\n"
f"📦 <i>Package:</i> {app['package']}\n"
f"📏 <i>Filesize:</i> {filesize_mb} MB\n"
f"🌟 <i>Rank:</i> {app['rank']}"
)
inline_keyboard = InlineKeyboardMarkup([
[InlineKeyboardButton("🔽 Download APK", url=app["path"])],
[InlineKeyboardButton("📦 Download OBB", url=app["obbPath"]) if app["obbPath"] else InlineKeyboardButton("Join DevsNP", url="https://t.me/devsnp")]
])
bot.sendPhoto(
chat_id=message.chat.id,
photo=app["image"],
caption=caption,
parse_mode="HTML",
reply_markup=inline_keyboard
)
except Exception as e:
bot.sendMessage(
chat_id=message.chat.id,
text=f"❌ <b>Error:</b> <i>{str(e)}</i>",
parse_mode="HTML"
)
)
❤️API :- @NEPDEVSAPI✔️
✔️CREDIT :- @NEPCODER👑
❤️CHANNEL :- @DEVSNP❤️
❤️SHARE WITH CREDIT :- @NEPCODER && @NEPDEVSAPI✔️❤️SPOTIFY LINK TO MP3 [TBC]⭐
🚀 Command:
*
🤖 Code:
bot.sendChatAction(chat_id=message.chat.id, action="typing")
spotify_url = message.text
api_url = f"https://spotifydownloader.hellonepdevs.workers.dev/?url={spotify_url}"
try:
response = HTTP.get(api_url)
response.raise_for_status()
data = response.json()
caption = (
f"🎵 <b>{data['title']}</b> by <i>{data['artist']}</i>\n\n"
f"🎧 <b>Track:</b> {data['track']}\n"
f"⏱️ <b>Duration:</b> {data['time']}\n\n"
f"📥 <b><a href='{data['download_url']}'>Download the track here</a></b> 🎶"
)
inline_keyboard = InlineKeyboardMarkup([
[InlineKeyboardButton("Join DevsNP", url="https://t.me/")]
])
bot.sendPhoto(
chat_id=message.chat.id,
photo=data["image"],
caption=caption,
parse_mode="HTML",
reply_markup=inline_keyboard
)
bot.sendDocument(
chat_id=message.chat.id,
document=data["download_url"],
caption="📥 <b>Download the track here</b> 🎶\n\n" + caption,
parse_mode="HTML",
reply_markup=inline_keyboard
)
except Exception as e:
bot.sendMessage(
chat_id=message.chat.id,
text=f"❌ <b>Error:</b> <i>{str(e)}</i>",
parse_mode="HTML"
)
❤️API :- @NEPDEVSAPI✔️
✔️CREDIT :- @NEPCODER👑
❤️CHANNEL :- @DEVSNP❤️
❤️SHARE WITH CREDIT :- @NEPCODER && @NEPDEVSAPI✔️❤️Ai Image Generator TBC Code⭐
🚀 Command:
*
❤️ Code:
bot.sendChatAction(chat_id=message.chat.id, action="upload_photo")
bot.sendChatAction(chat_id=message.chat.id, action="upload_photo")
chat_id = u
ms = message.text
url = f"https://aiimage.hellonepdevs.workers.dev/?prompt={ms}"
try:
response = HTTP.get(url)
response.raise_for_status()
get = bunchify(response.json())
bot.sendPhoto(chat_id=chat_id, photo=get["image_url"], caption="🤍 Created By @username")
except:
pass
✅ Must Give Credit If You Are Posting On Your Channel
┌©️ Developer: @MrRoleXG
├🎖 API By: @NepCoder
├👨🏻💻 Posted on: @DEVSNP