Esko Coding
3.05K subscribers
51 photos
2 videos
36 links
🙃
Download Telegram
something is cooking đŸĻđŸĻđŸĻ
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5💔4
Esko Coding
something is cooking đŸĻđŸĻđŸĻ
በቅርቡ á‰ĩርጉም ፊልሞá‰Ŋን search አá‹ĩርጋá‰Ŋሁ á‹¨áˆá‰ŗá‹ˆá‹ąá‰ á‰ĩ አáˆĒፍ á‰Ļá‰ĩ áŠĨለቃለሁ áĸ አሁን ላይ ከ 1000 በላይ የ Romance, Horror, Action, Comedy, Hindi, Koria, Turk, Series áŠĨና á‰Ĩዙ ፊልሞá‰Ŋን ይዟል ፤ የሚገርመው ነገር ሁሉም በ á‰ĩርጉም ነውáĸ 1000 ፊልም á‰ áŒŖáˆ á‰ĩንáˆŊ á‰ĸሆንም ገና ለሙከáˆĢ የተጨመሩ ናá‰Ŋው!

በቅርá‰Ĩ ቀን ይáŒĨá‰Ĩቁን! đŸĻđŸĻđŸĻ
Please open Telegram to view this post
VIEW IN TELEGRAM
đŸ”Ĩ10👍8❤2💔2
Forwarded from Wase Records đŸŽŦ
Cobra Kai

ከመጀመáˆĒá‹Ģ áŠĨáˆĩከ መጨረáˆģ በá‰ĩርጉም በ @WaseRecBot á‹Ģገኛሉáĸ

ፊልሙን ለማውረá‹ĩ ወደ @WaseRecBot በመሄá‹ĩ Cobra Kai á‰Ĩለው Search á‹Ģá‹ĩርጉ
@WaseRecBot
የፈለጋá‰Ŋሁá‰ĩን ፊልም search አá‹ĩርጋá‰Ŋሁ በ á‰ĩርጉም á‹¨áˆá‰ŗá‹ˆá‹ąá‰ á‰ĩ ምርáŒĨ á‰Ļá‰ĩáĸ

የፈለጉá‰ĩን Action, Animation , Series, Korea.... ፊልም አሁኑኑ አውርደው ይኮምኩሙáĸ

@WaseRecBot
👍6đŸ”Ĩ2🤩1💔1
Forwarded from Wase Records đŸŽŦ
After part 1 2 3 4 5
part 1- After (2019)
part 2 - After We Collided (2020)
part 3 - After We Fell (2021)
part 4 - After Ever Happy (2022)
part 5 - After Everything (2023)

ሁሉንም በá‰ĩርጉም ወደ @waserecbot በመሄá‹ĩ After á‰Ĩለው search á‹Ģá‹ĩርጉáĸ
👍2
Updating Message Code in Telebot Creator
updating = bot.sendMessage("<b>Updating...</b>")
msg_id = updating.message_id

bot.editMessageText("▰▱▱▱▱▱▱▱▱▱ 0%", message_id=msg_id)
bot.editMessageText("▰▰▱▱▱▱▱▱▱▱ 10%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▱▱▱▱▱▱ 25%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▰▱▱▱▱▱ 40%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▰▰▰▱▱▱ 56%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▰▰▰▰▱▱ 67%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▰▰▰▰▰▱ 88%", message_id=msg_id)
bot.editMessageText("▰▰▰▰▰▰▰▰▰▰ 100%", message_id=msg_id)
bot.editMessageText("<b>DONE ✅</b>", message_id=msg_id)
👍7đŸ”Ĩ3đŸ’¯1
የተጠቃሚውን Profile Photo ለመላክ የሚá‹Ģáˆĩá‰Ŋል Code

user_id = message.from_user.id  # Get user ID

# Fetch user profile photos
photos = bot.getUserProfilePhotos(user_id)

# Check if the user has any profile photos
if photos.total_count > 0: # Check if there are photos
photo_file_id = photos.photos[0][0].file_id # Get the first profile photo
bot.sendPhoto(chat_id=user_id, photo=photo_file_id) # Send the first profile photo
else:
bot.sendMessage(chat_id=user_id, text="❌ You don't have a profile photo.")
👍7
Forwarded from Wase Records đŸŽŦ
Deaths Game አጭር á‰°áŠ¨á‰ŗá‰ŗá‹­ ፊልም ከመጀመáˆĒá‹Ģ áŠĨáˆĩከ መጨረáˆģ(1 - 8) ሁሉንም በá‰ĩርጉም @WaserecBot ላይ Deaths Game á‰Ĩለው search በማá‹ĩረግ á‹Ģውርዱáĸ
👍2❤1
To send poll quiz
question = "What is the capital of France?"
options = ["Paris", "London", "Berlin", "Madrid"]

bot.sendPoll(
chat_id=u,
question=question,
options=options,
is_anonymous=False,
type="quiz",
correct_option_id=0,
explanation="The capital of France is Paris, known for its art, fashion, and culture."
)
👍1
To send poll quiz with a timer(30sec)
question = "What is the capital of France?"
options = ["Paris", "London", "Berlin", "Madrid"]

bot.sendPoll(
chat_id=u,
question=question,
options=options,
is_anonymous=False,
type="quiz",
correct_option_id=0,
explanation="The capital of France is Paris, known for its art, fashion, and culture.",
open_period=30 # âŗ The quiz will automatically close after 30 seconds
)
👍1
You can use the code below if you want it to be a regular pole/multiple choice poll
question = "Which of these are European capitals?"
options = ["Paris", "London", "Berlin", "Madrid"]

bot.sendPoll(
chat_id=u,
question=question,
options=options,
is_anonymous=False,
type="regular",
allows_multiple_answers=True,
open_period=30 # âŗ Closes after 30 seconds
)
👍6❤1
QR Code Generator TBC code

Command : * (You can replace it with another command by updating the code)




tum = message.text


# Define the data for the QR code (this could be a URL, text, etc.)
data_for_qr = tum # Replace with the data you want to encode

# Use the QR code generator API to generate the QR code image
qr_code_url = "https://api.qrserver.com/v1/create-qr-code/?data=" + data_for_qr + "&size=150x150"

# Send the generated QR code to the user
bot.sendPhoto(photo = qr_code_url, caption = "Here is your QR code!")
👍1
🌙 🔠🔠🔠🔠🔠🔠🔠


ለáŠĨáˆĩልምና áŠĨምነá‰ĩ á‰°áŠ¨á‰ŗá‹Ŧá‰ģá‰Ŋን መልáŠĢም á‹¨áˆ¨áˆ˜á‹ŗáŠ• ፆም áŠĨንዲሆንላá‰Ŋሁ áŠĨንመኛለን ✅

áˆ¨áˆ˜á‹ŗáŠ• ከáˆĒም 🌙
Please open Telegram to view this post
VIEW IN TELEGRAM
👍14🤩5❤3👌2đŸĨ°1
something is cooking for TBC coders đŸĻđŸĻđŸĻ
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8
áŠĨáŠ•áŠŗáŠ• ለ129ኛው የዓá‹ĩዋ á‹ĩል በዓል በሰላም áŠ á‹°áˆ¨áˆŗá‰Ŋሁ !
👍5🤩3đŸ”Ĩ2
Esko Coding
something is cooking for TBC coders đŸĻđŸĻđŸĻ
Cooking đŸĻđŸĻđŸĻ
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9❤1
🚀 Introducing Esko Post Creator Bot! 🎉

Create stunning posts in seconds with inline buttons and shareable links! Engage your audience effortlessly.

👉 Get Started Now!

@EpocsBot
👍5đŸ”Ĩ2👌2🤩1
đŸ”Ĩ Convert Images to Stickers with This TBC Code! đŸ”Ĩ

Command : /conv

if options is None:
Bot.sendMessage(
chat_id=message.chat.id,
text="🙃 *Please send an image to convert it into a sticker!*",
parse_mode="Markdown",
reply_to_message_id=message.message_id
)
bot.handleNextCommand("/conv", options=True)
else:
if not message.photo:
bot.sendMessage("❌ Please send an image to convert it into a sticker! ")
bot.handleNextCommand("/conv", options=True)
raise ReturnCommand()
photo_id = message.photo[-1].file_id
file_data = bot.getFile(photo_id)
file_bytes = bot.downloadFile(file_data.file_path)

Bot.sendSticker(
chat_id=message.chat.id,
sticker=file_bytes,
reply_to_message_id=message.message_id
)


âš ī¸ Give Credit If U Are Posting In Your Channel.
👨‍đŸ’ģ Created By: @EskoDrums
ÂŠī¸ Credit : @EskoCoding

TBC website : www.telebotcreator.com
How to set : help.telebotcreator.com
👍5❤2👏2đŸ”Ĩ1🤩1
🤖 AI Image Generator TBC Code

Command : /img

if options is None:
    bot.sendMessage("Please provide a prompt. Example:\n`A futuristic city skyline at night.`", parse_mode="Markdown")
    bot.handleNextCommand("/img", options=True)
    raise ReturnCommand()

prompt = encodeURIComponent(message.text)
api_url = f"https://botfather.cloud/Apis/ImgGen/?prompt={prompt}"

response = HTTP.get(api_url)


if response.status_code == 200:
    bot.sendPhoto(response.content)
else:
    bot.sendMessage("Failed to generate image. Please try again later.")

âš ī¸ Give Credit If U Are Posting In Your Channel.
👨‍đŸ’ģ Created By: @EskoDrums
ÂŠī¸ Credit : @EskoCoding
ÂŠī¸ API Credit : @JSOrganization

TBC website : www.telebotcreator.com
How to set : help.telebotcreator.com
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡4❤‍đŸ”Ĩ2👍2đŸ”Ĩ2❤1
Forwarded from AdRocket (AdRocket Bot)
🚀 Introducing AdRocket Bot – Promote & Earn! 🚀

Want to promote your content for FREE?
@Ad_Rocket_Bot lets you earn points by referring friends and use them to post ads in our big channel(@Ad_Rocket_Channel)! đŸ“ĸ

đŸ”Ĩ How It Works:
✅ Earn 1 point per referral
✅ Post ads for just 10 points
✅ Pin posts for extra 5 points
✅ Track stats & top referrers
Start earning & promoting now! Click below to launch your ads! 👇
🔗 Start Now
👍3
🔤🔤🔤🔤  🔤🔤🔤🔤🌹🔤🔤🔤

🔠🔠🔠 🔠🔠🔠🔠🔠🔠🔠

âœˆī¸âœˆī¸âœˆī¸âœˆī¸âœˆī¸âœˆī¸âœˆī¸âœˆī¸

💕áŠĨáŠ•áŠŗáŠ• ለ áŠĸá‹ĩ አልፈáŒĨር በዓል በሰላም áŠ á‹°áˆ¨áˆŗá‰Ŋሁ 💕
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4đŸĨ°3đŸ”Ĩ2❤1⚡1👏1👌1đŸŗ1👨‍đŸ’ģ1💘1😎1