Smart Dev
11.5K subscribers
686 photos
50 videos
7 files
265 links
Stay updated with our Telegram bot developments, discover new GitHub repositories, and get the best Python scripts. Join Smart Dev for smart coding solutions!

This Channel Part Of @PremiumNetworkPlus
Download Telegram
#upcoming
Instead checking command form menu 🫢

Now you can find any command or features you need just use /help command with a quary

For Example : /help Can I translate a picture?
❤4⚡2
⚡1
Yt issue fixed
⚡6
🚀 NEW: AI Help Command 🤖

Tired of searching for commands? Just ASK!

Use /help + your question:
• /help How to download Instagram videos?
• /help How to translate a image ?
• /help What downloaders are available?

Get instant answers with examples! ⚡️

Try it now: /help what can this bot do?
❤3
Smart Dev
🎵 @TelecastRobot Music Bot — Now Live! Turn your Telegram voice chats into a powerful music hub 🎶 ✨ Highlights • High-quality YouTube music (Audio & Video) • Inline mode — find and play songs easily • Auto voice chat title update • 🏆 Daily & Weekly Top-5…
New Update 🎧

Music player is now faster, and the old issue where songs were not playing fully has been fixed.

New Feature:
When someone requests a song and leaves the voice chat, the bot will mention them once their song starts playing.

YouTube Music Support Added:
The bot now supports YouTube Music URLs, so songs can be requested directly using YouTube Music links.

Admin Control:
This mention feature is optional — admins can turn it off anytime from the bot settings.
21
still 1 bug exist 😂

Will fix it at night
Please open Telegram to view this post
VIEW IN TELEGRAM
❤6
ElevenLabs Scribe v2 good for asr ?
😈5
Smart Dev
still 1 bug exist 😂 Will fix it at night
I hope issue fixed 🫥🫥

😐😐😐
😢4❤‍🔥2
How to Use Colored Inline Buttons with Custom Emoji in kurigram [ pyrogram fork version ]

Requirements:

kurigram v2.2.19+ (Latest version):

pip3 install --upgrade kurigram
❤1
Smart Dev
How to Use Colored Inline Buttons with Custom Emoji in kurigram [ pyrogram fork version ] Requirements: kurigram v2.2.19+ (Latest version): pip3 install --upgrade kurigram
from pyrogram import Client, filters
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton, CallbackQuery
from pyrogram.enums import ButtonStyle

API_ID = 'YOUR_API_ID'
API_HASH = 'YOUR_API_HASH'
BOT_TOKEN = 'YOUR_BOT_TOKEN'

app = Client("my_bot", api_id=API_ID, api_hash=API_HASH, bot_token=BOT_TOKEN)

@app.on_message(filters.command("start"))
async def start(client, message):
keyboard = InlineKeyboardMarkup([
[InlineKeyboardButton(
text="Primary Button",
callback_data="primary_btn",
icon_custom_emoji_id=5258096772776991776,
style=ButtonStyle.PRIMARY # Dark Blue
)],
[InlineKeyboardButton(
text="Success Button",
callback_data="success_btn",
icon_custom_emoji_id=5258503720928288433,
style=ButtonStyle.SUCCESS # Green
)],
[InlineKeyboardButton(
text="Danger Button",
callback_data="danger_btn",
icon_custom_emoji_id=5258331647358540449,
style=ButtonStyle.DANGER # Red
)]
])

await message.reply(
"Choose a button color! 🎨\n\n"
"🔵 Primary - Dark Blue Button\n"
"🟢 Success - Green Button\n"
"🔴 Danger - Red Button",
reply_markup=keyboard
)

@app.on_callback_query()
async def handle_buttons(client, callback_query: CallbackQuery):
messages = {
"primary_btn": "✅ You clicked Primary (Dark Blue) button!",
"success_btn": "✅ You clicked Success (Green) button!",
"danger_btn": "✅ You clicked Danger (Red) button!"
}

await callback_query.answer(
messages.get(callback_query.data),
show_alert=True
)

print("Bot started! 🚀")
app.run()
⚡1❤1
Colored Inline Buttons with Custom Emoji

For Telethon :
https://t.me/itsSmartDev/1366


For Aiogram :
https://t.me/itsSmartDev/1368


For Kurigram [ Pyrogram Fork ] :
https://t.me/itsSmartDev/1385
❤4
Which one is good or default
😇2❤1
any perplxity seller ?
❤1
আজ মহান শহীদ দিবস ও আন্তর্জাতিক মাতৃভাষা দিবস।

১৯৫২ সালের এই দিনে বাংলাকে রাষ্ট্রভাষা করার দাবিতে যারা জীবন উৎসর্গ করেছিলেন, তাদের প্রতি গভীর শ্রদ্ধা ও কৃতজ্ঞতা।
তাদের ত্যাগের মাধ্যমেই আমরা পেয়েছি নিজের ভাষায় কথা বলার অধিকার, পেয়েছি আমাদের পরিচয়।

ভাষা শুধু কথা বলার মাধ্যম নয়—এটাই আমাদের সংস্কৃতি, আমাদের আত্মা, আমাদের অস্তিত্ব।

সবাইকে ২১ ফেব্রুয়ারির শ্রদ্ধাভরা শুভেচ্ছা।
শহীদদের আত্মত্যাগ চিরকাল আমাদের পথ দেখাক। 🌼
❤83
New Update: in Voice Transcription

You can now transcribe voice messages using /asr , powered by ElevenLabs Scribe v2

How to use:
• Reply to any voice message or video note with /asr
• The bot will instantly convert speech to text

Need translation too?
Add a language code:
• /asr en → Translate to English
• /asr bn → Translate to Bangla

Example:
Reply to a voice message → /asr
Reply to a voice message → /asr en

Now your voice notes can be turned into readable text in seconds ⚡️
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
max 5 min
Who hates voice messages like me 😂

So this Feture for you
Please open Telegram to view this post
VIEW IN TELEGRAM
🤝41
Video note translation
10👍2🔥2