ππ¦π·πͺπ― 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
Data loading in progress...
Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Tags Cloud
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
March '24
March '24
+16
in 0 channels
February '240
in 1 channels
Get PRO
January '24
+201
in 0 channels
| Date | Subscriber Growth | Mentions | Channels | |
| 30 March | +1 |
Channel Posts
| 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 |
