uz
Feedback
NEP DEVS

NEP DEVS

Kanalga Telegram’da oā€˜tish

NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE

Ko'proq ko'rsatish
Ma'lumot yo'q
Obunachilar
-3724 soatlar
-1357 kun
-23530 kun
Postlar arxiv

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 @NEPXGIVEAWAY āœ… SO JOIN FASTā©

JOIN FASTšŸ¤— GUVEAWAY STARTEDā­ļø

JOIN FASTšŸ¤—

NEP DEVS: BE READY FOR 30 INR REDEEM CODE GIVEAWAY AT  CHANNEL @NEPXGIVEAWAY āœ… SO 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