𝘒𝘦𝘷𝘪𝘯 x 𝘉𝘰𝘵𝘴™
Ir al canal en Telegram
📣 This Channel Provides Free Bots & Codes For Telebot Creator Platform
Mostrar más217
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
marzo '24
marzo '24
+16
en 0 canales
febrero '240
en 1 canales
Get PRO
enero '24
+201
en 0 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 30 marzo | +1 |
Publicaciones del Canal
| 2 | ❣️ Send Your Tbc Mail In Comments For This Bot ! | 0 |
| 3 | 👍 Do You Want This Bot's Code?
Comment Below...👇 | 0 |
| 4 | 🤖 Searched via @pixsearchbot By @KevinBots | 0 |
| 5 | Happy New Year ❤️ | 0 |
| 6 | ⚠️ This Code Doesn't Work Anymore
📣 Super Fast Broadcast Code with API (v2.1.0)
⚡️ Command:- /start
➡️ TPY:-
accessToken = "Your Bot's Access Token"
token = Bot.info().token
new_user = User.getData("new_user")
# generate your access token from >> https://projectoid.site/services/telegram/bot/register/
data = {"bot_id": token.split(
":")[0], "access_token": accessToken, "user_id": message.chat.id}
if not new_user:
HTTP.post(
"https://api.projectoid.site/v1/telegram/botpanel/adduser.php", json=data)
User.saveData("new_user", True)
⚡️ Command:- /broadcast
➡️ TPY:-
admin = "Your Telegram Id"
if str(message.chat.id) == admin:
bot.replyText(u, "Kindly Enter Your Message To Broadcast")
Bot.handleNextCommand("/broad")
else:
bot.replyText(u, "You are Not a Admin")
⚡️ Command:- /broad
➡️ TPY:-
accessToken = "Your Bot's Access Token"
#Generate from projectoid.site/services/telegram/bot/register
try:
def broadcast(type, method, cap, fileid):
HTTP.post("https://api.projectoid.site/v1/telegram/botpanel/broadcast.php", headers={"content-type": "application/json"},
json={
"method": method,
"text": cap,
"access_token": accessToken,
"bot_token": Bot.info().token,
"admin": message.chat.id,
"type": type,
"file_id": fileid,
"caption": cap,
"parseMode": "html", # you can change it to Markdown
"disableWebPreview": True,
"protectContent": True # pass true if you don't allow to forward/save message
})
boarding = "<b><u>Broadcast By Admin</u></b>\n\n"
caption = boarding if not message.caption else boarding + \
" <i>Message =</i> " + message.caption
if message.photo:
broadcast("photo", "sendPhoto", caption, message.photo[-1].file_id)
elif message.text:
broadcast("text","sendMessage","<b><u>Broadcast By Admin</u></b>\n\n<i>Message</i> = " + message.text,None)
elif message.video:
broadcast("video", "sendVideo", caption, message.video.file_id)
elif message.audio:
broadcast("audio", "sendAudio", caption, message.audio.file_id)
elif message.document:
broadcast("document", "sendDocument", caption, message.document.file_id)
elif message.sticker:
broadcast("sticker", "sendSticker", None, message.sticker.file_id)
elif message.animation:
broadcast(
"animation",
"sendAnimation",
caption,
message.animation.file_id
)
elif message.voice:
broadcast("voice", "sendVoice", caption, message.voice.file_id)
elif message.video_note:
broadcast("video_note", "sendVideo", caption,message.video_note.file_id)
else:
raise ReturnCommand
except Exception as e:
bot.replyText(u, e)
⚠️ Copyright :- @KevinBots
🔥 Api By :- @Projectoid
👨💻 Code by :- @Coder_kevin
🌐 Api Docs :- doc.projectoid.site
▶️ Setup :- https://youtu.be/jr11mQe0zLw | 0 |
| 7 | ❇️ Command: /captcha
👨💻 (TPY) Code:
def getRandomInd(value):
index = libs.Random.randomInt(0, len(value)-1)
return index
response = HTTP.get("https://emojihub.yurace.pro/api/all/category/animals-and-nature").json()
k = getRandomInd(response)
e = getRandomInd(response)
v = getRandomInd(response)
i = getRandomInd(response)
n = getRandomInd(response)
c = response[k]['name']
z = response[k]['htmlCode'][0]
y = response[e]['htmlCode'][0]
x = response[v]['htmlCode'][0]
w = response[i]['htmlCode'][0]
v = response[n]['htmlCode'][0]
msg = f"""Hi <b>{message.from_user.first_name}</b>, complete the captcha below to continue! 👇
[ {z} ][ {y} ][ {x} ][ {w} ][ {v} ]
<i>What is the name of the <b>first</b> emoji?</i> 🤔"""
bot.sendMessage(msg)
Bot.handleNextCommand("/check_ans", options=c)
❇️ Command: /check_ans
👨💻 (TPY) Code:
msg = message.text.lower()
ans = options.lower()
if msg == ans:
bot.sendMessage("🤩 <b>Right Answer</b>")
#Bot.runCommand("/menu")
else:
bot.sendMessage("❌ <i>Try again, please answer in english!</i>")
⚠️ Give credit if you are posting on your channel.
© @KevinBots | 0 |
| 8 | 😶🌫️ Want This Emoji Captcha Code? | 0 |
| 9 | ✅ Get This Bot From @KevinTransferBot - /start to update | 0 |
| 10 | Bot is working fine now 🫠 | 0 |
| 11 | 💀 Bot sent to all users | 0 |
| 12 | Bot will be Sent to all at 4pm ✅ | 0 |
| 13 | ⛳ Send Your Tbc mail in comments... | 0 |
| 14 | #dateandtime
♻️ Command = Your Command
🧑💻 Code(TPY) =
date = libs.dateandtime.now('Asia/kolkata')
bot.sendMessage(f"*🔝Data for: (Today)\n📅 DATE:*_{date[30:40]}_\n*⏳ TIME:*_ {date[10:18]}_",parse_mode="markdown")
👍🏻 Hopefully it helps | 0 |
| 15 | I will be offline for somedays so if you need any bot which I have posted on my channel you can get that bot from here...
⚜️ Kevin Transfer Bot | 0 |
| 16 | 🚀 Giveaway Coming...
✨ Date: 29th July (Delayed) | 0 |
| 17 | ✅ Bot Sent To All Users | 0 |
| 18 | 🚀 Drop Your TBC Mail In Comments For @SocialViewsBot | 0 |
| 19 | 🐳 Give Reaction...
coming after 110 subscribers | 0 |
| 20 | 🛒 Want Php Seller Bot Codes? | 0 |
