Get Mystery Box with random crypto!

Online Shopping

टेलीग्राम चैनल का लोगो onlineshoppingseveryday — Online Shopping O
टेलीग्राम चैनल का लोगो onlineshoppingseveryday — Online Shopping
चैनल का पता: @onlineshoppingseveryday
श्रेणियाँ: अर्थशास्त्र
भाषा: हिंदी
ग्राहकों: 1

Ratings & Reviews

3.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

0

3 stars

1

2 stars

1

1 stars

0


नवीनतम संदेश 2

2023-03-24 21:43:13 TBC Chatgpt Bot Bot Codes Demo :- @TBCChatgptBot !

Make Command :- *

TPY :-
bot.sendChatAction(
chat_id=message.chat.id,
action="typing"
)
bot.sendChatAction(
chat_id=message.chat.id,
action="typing"
)
bot.sendChatAction(
chat_id=message.chat.id,
action="typing"
)


url = "https://api.openai.com/v1/engines/text-davinci-003/completions"
headers = {
"Authorization": "Bearer {add openai api here}",
"Content-Type": "application/json"
}
messag = message.text
payload = {
"prompt": messag,
"max_tokens": 50
}
response = bunchify(HTTP.post(url, headers=headers, json=payload).json())
bot.replyText(message.chat.id,response.choices[0].text,parse_mode="Markdown",reply_to_message_id=message.message_id)

Add it and just send your question! Work on private and group both

Just Share it in your Community No need to give credit

If any error :
@Coderajinkya
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Song Lyrics Music BJS
---------------------------------------------------


Command - *
BJS - Bot.sendMessage("* Processing.....*")
HTTP.get({
url: "https://apis.xditya.me/lyrics?song=" + encodeURI(message) + "",
success: "/lyricso"
})

---------------------------------------------------

Command - /lyricso
BJS - var raushan = JSON.parse(content)
var lyric = raushan.lyrics
Bot.sendMessage(
" This is your Song Lyrics \n \n" +
lyric +
"\n \n\n Generate by @" +
bot.name +
""
)
if (raushan.error) {
Bot.sendMessage(
" Song Not Found, I think??\n\n1. Not in our song list\n2. Entered spelling is wrong\n3. Unkown server error"
)
return
}

---------------------------------------------------
Credit By -
@ExpertCoder1
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Set Admin By Password!

The best password ever is your account

Like this message if you really like it!!



Command: /Admin
BJS: if message.chat.id == 5052518890:
bot.sendMessage(" You admin now")
Bot.saveData('admin_chat',message.chat.id)
else:
a = Bot.getData('admin_chat')
bot.sendMessage("Already admin have")


Credit - @tbctelebot
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Command - joke Bj's - url = "https://hindi-jokes-api.onrender.com/jokes?api_key=866681490c2e4205c2ff3e483546" content = HTTP.get(url).json() result = bunchify(content) pon = result['jokeContent'] bot.sendMessage(pon) Credit - @tbctelebot
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Command - joke
Bj's - url = "https://hindi-jokes-api.onrender.com/jokes?api_key=866681490c2e4205c2ff3e483546"
content = HTTP.get(url).json()
result = bunchify(content)

pon = result['jokeContent']
bot.sendMessage(pon)
Credit - @tbctelebot
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Telebotcreator.com
Command: Withdraw

BJ's:  
depositmission = User.getData('depositcomission')
if depositmission is not None and float(depositmission.value()) > 9.99:
bot.runCommand("/Withdraw")
else:
keyboard = [[InlineKeyboardButton(" Deposit", callback_data="/deposit")]]
markup = InlineKeyboardMarkup(keyboard)
totaldep = float(depositmission.value()) if depositmission is not None else 0.0
bot.sendMessage(f" _To Unlock This Option, You Need To Complete The Following Missions:_\n\n *Deposit At Least* 10 *TRX*\n *Status*: {totaldep:.2f} *TRX / 10 TRX*",parse_mode="markdown",reply_markup=markup)

# Using Bot.reply_text instead of Bot.send_message
bot.replyText(u, text="Please complete the required mission to unlock this option.")

# Running a command using Bot.run_command

Credit - @tbctelebot
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:13 Basic TPY - Telebot Creator


1. Send Message :

bot.replyText(
chat_id=message.chat.id,
text="*text*",
parse_mode="markdown")

2. Send Photo

bot.replyPhoto(chat_id=u, photo="photo link", caption=f"*text*", parse_mode="Markdown")

3. Send Keyboard

keyboard = ReplyKeyboardMarkup(True)
keyboard.row("button 1","button 2")
keyboard.row("button 3")
bot.replyText(
        chat_id = message.chat.id,
text = "* Powered By @Coderajinkya *",
reply_markup = keyboard,parse_mode="markdown"
)

4. Send Inline Keyboard

inline = InlineKeyboardMarkup()
inline.add(InlineKeyboardButton(
text='️button 1',
callback_data='/command1'),
InlineKeyboardButton(
text='️button 2',
callback_data='/command2')
)
inline.add(InlineKeyboardButton(
text='️button 3',
callback_data='/command3')
)

bot.replyText(chat_id=u,text=f"Ajinkya Given TPY Codes", parse_mode="Markdown",reply_markup=inline)



This was just basic of tpy and more advance codes soon will post here

Codes By :
@Coderajinkya
Helper : Telebot Creator Inc.

The Credit was given to :
@AjinkyaBots or @kids_Coder

Partner : @rarecodes

You Can Comment us which codes you want, we will post it

React For More
#TBC Codes
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:12
Telebot Creator
The first made in India telegram bot hoster platform with no ads and fully free.

Now Available on Play Store

Download Now : https://play.google.com/store/apps/details?id=com.app.telebotcreator

New App Feature :
- In App Ads Removed
- Fast Tabs openings
- Bots Speed 70% up
- New functions Added
- Instant Telegram Bot Run


Download The App Now And Enjoy free 30,000 points
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:12
Announcement

@ChatCareBot BETA has been released and is publicly available to all users .

↝Perfect for feedback bots
↝Supports all message types
↝Supports even inline mode
↝Multi broadcast modes
↝Real time statistics
↝Completely customizable
↝Free forever

If you have any problems message us at @ExpertCoder1
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट
2023-03-24 21:43:12 Many User Requested For Logo API or Logo Bot. Now Wait over just use below code and make your own logo maker telegram

Command
: as You Wish
Answer : SEND YOUR TITLE
Wait For Ans : True
BJS :
let theme = "https://textpro.me/create-3d-liquid-metal-text-effect-1112.html"
/*
You Can Get More This url like this from textpro.me
*/
HTTP.post({
url: "https://textpro.vercel.app/api",
success: "rrrr",
body: {
"text": message,
"theme": theme
} ,
headers: { "Authorization": "TechnoStone" }
})

This Code For Post Request . Now Below Code For Handle Request.

Command : rrrr
BJS :
Bot.sendMessage("Wait")
var stone = JSON.parse(content)
if(stone.status = true){
Api.sendPhoto({
photo: stone.logo,
caption: "* Your Logo Genereated\n\n☆ Genereated By : *[@"+bot.name+"](https://youtube.com/technostone)",
parse_mode: "markdown"
})
return
}else{
Bot.sendMessage(stone.msg)
}
/* Thank You For Supporting TechnoStone youtube Channel*/

This Api Hosted On Free Server.. Use And Support https://youtube.com/technostone
1 viewℂ𝕒𝕞𝕡𝕒𝕚𝕘𝕟 𝕃𝕚𝕧𝕖 (LEAVING TG), 18:43
ओपन / कमेंट