ππ¦π·πͺπ― x ππ°π΅π΄β’
Open in Telegram
π£ This Channel Provides Free Bots & Codes For Telebot Creator Platform
Show more217
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
π§© @TBCManualReferBot
π¨ Send Your Tbc mail in comments if you want!
your referral will get bonus after joining the channels
π If you want this bot!
π© Send Your Tbc Mail For This Bot
@Task_CreatorBot
Everyone try this bot and tell if any error in comments
π Comment Which Bot/Code You Want I Will Make If Possible π
ποΈ Paste To Nekobin.com
π COMMAND: PASTE
bot.replyText(u, "<b>Send Text To Paste at nekobin.com</b>",disable_web_page_preview=True)
Bot.handleNextCommand("/paste")
π COMMAND: /paste
content = message.text
#https://t.me/KevinBots
response = HTTP.post("https://nekobin.com/api/documents",headers={"Content-Type": "application/json"},json={"content": content}).json()
bot.replyText(u, "https://nekobin.com/"+response["result"]["key"])π» TRON DEPOSIT CODE BY @CODER_KEVIN π»
π Command: π° Deposit
Bot.runCommand("/deposit")
π Command: /deposit
button = InlineKeyboardMarkup()
button.add(InlineKeyboardButton(text="π Refresh Deposit",callback_data="/deposit r"))
channel = "@KEVINBOTS"
wallet = Bot.getData("wallet"+str(u))
if wallet == None:
bot.replyText(u, "βοΈ <b>Hold on..... generating your Deposit address...</b>")
data = bunchify(HTTP.get("https://verceltron.vercel.app").json())
res = data.address.base58
priv = data.privateKey
Bot.saveData("wallet"+str(u),res)
Bot.saveData("private"+str(u),priv)
bot.replyText(u, f"β οΈ <b><i>If you send less than 0.1 TRX, your deposit will be ignored!</i>\n\nβ
Send the amount you want to deposit to the following address:</b>\n\n<code>{res}</code>",reply_markup=button)
elif params == "r":
key = Bot.getData("private"+str(u))
address = "TNKUr7eHfaXR6j1i6q4ZdVdR2TLDkkaABx"
result = bunchify(HTTP.post("https://verceltron.vercel.app/easytrx", json={"private_key": key,"Admin_tron_address": address}).json())
amount = result.Amount
if amount == None:
bot.replyText(u, "<b>π Your Deposit not found</b>")
elif amount >= 0.1 and amount <= 50000000:
txid = result.response.transaction.txID
bot.replyText(u,f"<b>Deposit confirmed\n\nAmount:</b> {amount} TRX \n\nTxid: https://tronscan.org/#/transaction/{txid}",disable_web_page_preview=True)
bot.replyText(chat_id=channel,text=f"<i>π₯³ New Deposit Recieved by</i> <b>{message.from_user.first_name}</b>\n\nπ΅ Amount : {format(amount,'.2f')} <b>TRX</b>\n\n<b>β Transaction ID:</b>\n<i>https://tronscan.org/#/transaction/{txid}\n\nπ€© Grow Your Social Platforms From Here</i> β‘οΈ @{Bot.info().username}",disable_web_page_preview=True)
else:
bot.replyText(u, f"β οΈ <b><i>If you send less than 0.1 TRX, your deposit will be ignored!</i>\n\nβ
Send the amount you want to deposit to the following address:</b>\n\n<code>{wallet}</code>",reply_markup=button)π Broadcast With Forward Tag #TPY by @Coder_Kevin
π° Command: π’ Broadcast
bot.replyText(u,"π <b>Forward Your Message To Broadcast</b>")
Bot.handleNextCommand("/onBroadcast")
π° Command: /onBroadcast
admin = 5677958229
if admin != u:
bot.sendMessage(chat_id=u,text="β Command not found")
else:
code = f"""bot.forwardMessage(chat_id=u,from_chat_id='''{message.chat.id}''',message_id='''{message.message_id}''')"""
task = Bot.broadcast(code = code)
bot.sendMessage("<b>π£ Broadcast Sent...</b>")
Bot.saveData(task,None)πͺͺ User Info tpy code by @coder_kevin
user = message.from_user
msg = f"<b>User info</b>:\n<b>ID</b>: <code>{user.id}</code>\n<b>First Name</b>: {user.first_name}\n<b>Username</b>: @{user.username}\n<b>Language Code</b>: {user.language_code}"
bot.sendMessage(chat_id=u,text=msg,parse_mode="html")π Remove.bg tpy code by @coder_kevin
image_url = "https://te.legra.ph/file/70e9c0d1c4e8a220dcffe.jpg"
# image url
api_key = "your_api_key"
# your remove.bg api key
response = HTTP.post('https://api.remove.bg/v1.0/removebg',data={'image_url': image_url,'size': 'auto'},headers={'X-Api-Key': api_key})
try:
bot.sendPhoto(photo=response.content)
except:
bot.sendMessage(bunchify(response.json()).errors[0].title)π¬ Comment Which Code You Want !
#telebotcreator #tpy
π What is Telebot Creator?
Telebot Creator is a Platform where you can Create your own bot for Telegram.
π§ How to create Bot on Telebot Creator?
1οΈβ£ Step 1: Sign up and log in to your telebotcreator.com account.
2οΈβ£ Step 2: Create bot with @BotFather
3οΈβ£ Step 3: Now create bot in app then fill your bot token
4οΈβ£ Step 4: Done! Tap on Create Bot your bot will be created
5οΈβ£ Step 5: Make commands and run Bot.
π’ Channel: @KevinBots
π¬ Support Chat: @telebotcreatorchat
π§ Help: help.telebotcreator.com
