ru
Feedback
NEP DEVS

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 дней
Архив постов

FIXED NOW TRY⭐️

IS OLD IS NEPCODER IS BACK 🤣
Anonymous voting

❤️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✔️

Kohi Kuch bolraha tha😁
Kohi Kuch bolraha tha😁

If need bot and Api give 5 Reacti⭐️on

Simple Hogaya Ab Mod APK Wala banaunga🙂

BE READY😜
BE READY😜

GUESS NEXT API😕

**Instagram Php And Facebook Php Dl combo at $3

**JOIN FAST COUNTDOWNS ZTARETD😁

BE READY FOR 30 INR REDEEM CODE GIVEAWAY AT  CHANNEL @NEPXGIVEAWAYSO JOIN FAST

JOIN FAST🤗 GUVEAWAY STARTED⭐️

JOIN FAST🤗

NEP DEVS: BE READY FOR 30 INR REDEEM CODE GIVEAWAY AT  CHANNEL @NEPXGIVEAWAYSO JOIN FAST

Reaction❤️👍😂😡🤗😮

❤️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✔️

Anyone Try nasa🙂

❤️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