𝘒𝘦𝘷𝘪𝘯 x 𝘉𝘰𝘵𝘴™
前往频道在 Telegram
217
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
🧩 @TBCManualReferBot
📨 Send Your Tbc mail in comments if you want!
your referral will get bonus after joining the channels
🖇️ 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)🌐 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
