๐˜พ๐™ค๐™™๐™ฏ ๐™ก๐™š๐™ซ๐™š๐™ก ๐Ÿ’€
1.57K subscribers
10 photos
6 links
#telegrambots #usefulbots #crypto

๐Ÿ”Ž Dm for free COLLABORATION

๐Ÿ”— Contact @astatinez @cropserage

I'm just helping !
Download Telegram
@insta_reeldownloadbot

I don't know what to make please suggest @Luggagbhebot

Download video instantly ๐ŸŸข
โค4๐Ÿฅฐ1
@LudoSigmaBot


Play ludo within telegram ๐Ÿ†




@Luggagbhebot



Contact me I will help you if you need any type of code๐ŸŒ
โค4๐Ÿ˜1
Python code for Anonymous random chat bot
โค2๐Ÿ”ฅ1๐Ÿ˜1
๐˜พ๐™ค๐™™๐™ฏ ๐™ก๐™š๐™ซ๐™š๐™ก ๐Ÿ’€
Python code for Anonymous random chat bot
import telebot

BOT_TOKEN = "token_fill"
ADMIN_ID = 123456789 # use your Telegram User ID

bot = telebot.TeleBot(BOT_TOKEN)

# ==========================
# DATA
# ==========================
users = set()
waiting_users = []
chat_pairs = {}

# ==========================
# START
# ==========================
@bot.message_handler(commands=['start'])
def start(msg):
users.add(msg.chat.id)

text = """
๐Ÿค– Welcome to Anonymous Random Chat Bot

Commands:

/find - Find Random Partner
/next - Next Stranger
/stop - Stop Current Chat

Enjoy chatting anonymously โค๏ธ
"""
bot.send_message(msg.chat.id, text)

# ==========================
# FIND PARTNER
# ==========================
@bot.message_handler(commands=['find'])
def find_partner(msg):
user = msg.chat.id
users.add(user)

if user in chat_pairs:
bot.send_message(user, "โŒ You are already connected.\nUse /next or /stop.")
return

if user in waiting_users:
bot.send_message(user, "๐Ÿ” Already searching...")
return

if waiting_users:
partner = waiting_users.pop(0)

chat_pairs[user] = partner
chat_pairs[partner] = user

bot.send_message(user, "โœ… Stranger Connected!\nSay Hi ๐Ÿ‘‹")
bot.send_message(partner, "โœ… Stranger Connected!\nSay Hi ๐Ÿ‘‹")
else:
waiting_users.append(user)
bot.send_message(user, "๐Ÿ” Searching for a stranger...")

# ==========================
# NEXT
# ==========================
@bot.message_handler(commands=['next'])
def next_chat(msg):
user = msg.chat.id

if user not in chat_pairs:
find_partner(msg)
return

partner = chat_pairs[user]

del chat_pairs[user]
del chat_pairs[partner]

bot.send_message(partner, "โŒ Stranger skipped the chat.\nUse /find.")
bot.send_message(user, "๐Ÿ”„ Finding new stranger...")

if partner not in waiting_users:
waiting_users.append(partner)

find_partner(msg)

# ==========================
# STOP
# ==========================
@bot.message_handler(commands=['stop'])
def stop_chat(msg):
user = msg.chat.id

if user in waiting_users:
waiting_users.remove(user)
bot.send_message(user, "โŒ Search cancelled.")
return

if user in chat_pairs:
partner = chat_pairs[user]

del chat_pairs[user]
del chat_pairs[partner]

bot.send_message(user, "โŒ Chat ended.")
bot.send_message(partner, "โŒ Stranger left the chat.")
else:
bot.send_message(user, "โš ๏ธ You are not chatting with anyone.")

# ==========================
# BROADCAST (ADMIN ONLY)
# ==========================
@bot.message_handler(commands=['broadcast'])
def broadcast(msg):
if msg.from_user.id != ADMIN_ID:
bot.reply_to(msg, "โŒ You are not authorized.")
return

text = msg.text.replace("/broadcast", "", 1).strip()

if text == "":
bot.reply_to(msg, "Usage:\n/broadcast Your Message")
return

sent = 0
failed = 0

for user in list(users):
try:
bot.send_message(user, text)
sent += 1
except:
failed += 1

bot.send_message(
ADMIN_ID,
f"""โœ… Broadcast Completed

๐Ÿ“จ Sent : {sent}
โŒ Failed : {failed}
๐Ÿ‘ฅ Total Users : {len(users)}
"""
)

# ==========================
# FORWARD MESSAGES
# ==========================
@bot.message_handler(func=lambda m: True, content_types=[
'text',
'photo',
'video',
'document',
'audio',
'voice',
'sticker',
'animation'
])
def relay(msg):
user = msg.chat.id

users.add(user)

if user not in chat_pairs:
bot.send_message(user, "โš ๏ธ Use /find to connect with a stranger.")
return

partner = chat_pairs[user]

try:
bot.copy_message(
partner,
user,
msg.message_id
)
except:
bot.send_message(user, "โŒ Failed to send message.")

# ==========================
# RUN BOT
# ==========================
print("Bot Started...")
bot.infinity_polling()
โค5๐Ÿฅฐ1
New โœจโœŠ

@SocialVidSaverbot


๐ŸŒ Download your favourite video's

๐ŸŒ Send link to the bot ,YT, IG

๐ŸŒ download instantly
โค5๐ŸŒš2
STARTING A NEW GIVEAWAY ๐Ÿ˜ธโœจ

1๏ธโƒฃ Ai + Games included bot like Baka Bot 2๏ธโƒฃ Tip bot 3๏ธโƒฃ Broadcast send to Groups, connect through BOT 4๏ธโƒฃ Task Bot 5๏ธโƒฃ Other โœจโœŠGive your Username here to participate @Luggagbhebot
Anonymous Poll
17%
1
17%
2
8%
3
33%
4
58%
5
โค6
๐Ÿค– Free Bot Maker Bot ๐Ÿค–
( @FreeBotMake_Bot )

( @MakeOwnTeleBot )

Create your own professional bots in seconds! ๐Ÿš€

๐Ÿ†“ 100% Free โ€“ โœจ

๐Ÿšซ No Watermarks โ€“ Your bot, your branding only!

โšก Instant Start โ€“ Go live in less than 10 seconds!

๐Ÿ› ๏ธ Zero Coding โ€“ ๐Ÿ’

๐Ÿ’ก Also suggest me to add more type of bots ,If you need ๐Ÿฉท๐ŸŒ
@Luggagbhebot



๐Ÿ‘‰ Click below to create your first bot now!๐Ÿ‘‡

@FreeBotMake_Bot

@MakeOwnTeleBot
โค7๐Ÿ”ฅ1
@GoMusicxBot


Try this bot ๐ŸŒ๐Ÿฉท

Search your favourite music ๐ŸŽถ๐Ÿ‘€
โค12๐Ÿ”ฅ1๐Ÿฅฐ1
@TGxCalculatorBot


Calculator bot โ‰๏ธ

You can also use in groups ๐Ÿ“โ‰๏ธ



Don't forget to join our free group

https://telegram.me/+_2b3e3iD4702OWZl
โค7๐Ÿฅฐ1๐Ÿ˜1
@FileStoreLiteBot

โ˜๏ธ Store files, video, photo ,etc

โ˜๏ธ Mode : Lock with password ๐Ÿ”‘ or without password โœ…

โ˜๏ธ Fully secure ๐Ÿ”
โค6๐Ÿ”ฅ1๐Ÿ˜ฑ1๐ŸŒš1
NEW BOT LAUNCHED ...๐Ÿš€


[ @CoinConvertsBot ] ๐ŸŒฑ

What Can Our Bot Do For You โ‰๏ธ

โœ… Instant Conversions: Switch between major cryptocurrencies with real-time market data. ๐Ÿ’ฑโšก

โœ… Live Price Tracking: Stay ahead of the market with up-to-the-second price updates. ๐Ÿ“Š๐Ÿ•’

โœ… User-Friendly Interface: Simple, sleek, and designed for efficiency. ๐Ÿ“ฑ๐Ÿ‘Œ



BOT LINK ๐Ÿ”— : @CoinConvertsBot



Don't forget to join Our Free group ๐Ÿ“

https://telegram.me/+_2b3e3iD4702OWZl
โค5๐Ÿ‘1๐Ÿ”ฅ1๐Ÿ˜1
NEW BOT HERE ๐Ÿ“โœจ

[ @StylishNamesxBot ]


๐Ÿ”ฎ Unique Fonts: Instantly create eye-catching names.

๐Ÿฅถ Diverse Styles: Choose from Many of variations.

๐Ÿ˜Ž Cool Symbols: Add creative icons & decorations.

๐ŸŽฎ Social & Gaming: Perfect for all your online profiles.



TRY NOW ๐Ÿ”— : @StylishNamesxBot
๐Ÿฅฐ13โค11๐Ÿ”ฅ6๐Ÿ‘5โคโ€๐Ÿ”ฅ2๐Ÿ˜2
NEW BOT HERE ๐Ÿ“ โœจ

[ @ShayriPostBot ]

โœจ Daily Shayari: Get a beautiful, random shayari sent right to your channel every day!

โšก Always Active: Keeping your feed alive and active with poetic vibes 24/7.

๐Ÿ‘ฅ Open to All: Subscribers can share and post their own favorite random shayaris too!



PREVIEW ๐Ÿ‘€ : https://t.me/uwjeiu888/21

TRY NOW ๐Ÿ”—
: @ShayriPostBot
๐Ÿ‘17โค7๐Ÿ”ฅ7๐Ÿฅฐ5๐Ÿ˜2๐Ÿ‘จโ€๐Ÿ’ป1
NEW BOT HERE ๐Ÿ“โœจ

[ @AssignmentsMakerBot ]


Welcome to Handwritten Assignment Bot โœ๏ธ
The fastest way to turn any text into realistic handwritten notebook pages

.

What I can do
๐Ÿ“ Convert any text into handwriting
๐Ÿ”ค 12 realistic handwriting fonts
๐Ÿ“„ 8 paper styles & 8 paper colors
๐Ÿ“‘ Unlimited multi-page assignments
๐Ÿ“• Export as PDF, PNG or ZIP
๐Ÿ“‚ Save history & regenerate anytime
โญ Premium: watermark-free output


Tap ๐Ÿ“ Write Assignment to begin, or send me any text.

BOT ๐Ÿ”— : @AssignmentsMakerBot
โค13๐Ÿ”ฅ9๐Ÿฅฐ8๐Ÿ‘7โคโ€๐Ÿ”ฅ1๐Ÿ˜1
NEW BOT HERE ๐Ÿ“โœจ

[ @GiveawayMakerxBot ]


Welcome to Giveaway Maker Bot ๐ŸŽ The ultimate tool for channel subscriber-only giveaways



What I can do

๐Ÿ“ข Create giveaways for your channel

๐Ÿ”’ Only channel subscribers can join Giveaway

๐Ÿค– Automatic random winner selection

๐Ÿ”ข Set custom number of winners

๐ŸŽ Manage multiple giveaways easily

๐Ÿ“Š View and share giveaway results


Tap ๐ŸŽ Create Giveaway to begin, or add me to your channel as an admin.

๏ปฟ

BOT ๐Ÿ”— : @GiveawayMakerxBot
๐Ÿ”ฅ17โค7โคโ€๐Ÿ”ฅ2๐Ÿ‘2๐Ÿ˜1๐Ÿคฏ1
๐“†ฉแด›สœแด‡sแด‡ แด€ส€แด‡ sแดแดแด‡ แดา“ แดแดœส€ ษดแดส€แดแด€สŸ แด€ษดแด… แดœsแด‡า“แดœสŸ ส™แดแด›s๐“†ช


@FileStorexShareBot - file share and store ๐Ÿช

๐Ÿ’Ž @SafeQuizBot - group usage

๐Ÿ“ @RichPostsxBot - ส€ษชแด„สœ แดแด‡๊œฑ๊œฑแด€ษขแด‡ แด„สœแด€ษดษดแด‡สŸ แด˜แด๊œฑแด› แดแด€แด‹แด‡ส€ โœจ

๐Ÿ” @QuerySearcheBot - ๊œฑแด‡แด€ส€แด„สœ แด›แด‡สŸแด‡ษขส€แด€แด ๊œฑแด‡แด„ส€แด‡แด› แด„สœแด€ษดษดแด‡สŸ๊œฑ ๐Ÿ•ต๏ธโ€โ™‚๏ธ

๐Ÿ›’ @MarketxCodesbot - แด˜ส€แดแดแดแด›แด‡ แด€ษดแด… ๊œฑแด‡สŸสŸ สแดแดœส€ ส™แดแด›๊œฑ ๐Ÿ’ฐ

๐Ÿ”  @StylishFontChangerbot - ๊œฐแดษดแด› แด„สœแด€ษดษขแด‡ส€ ส™แดแด› ๐Ÿ”ค

๐ŸŽฎ @TacTacXOBot - xแดx ษขแด€แดแด‡ ส™แดแด› โŒโญ•

๐Ÿ–ผ๏ธ @Image2UrlxBot - ษชแดแด€ษขแด‡ สœแด๊œฑแด›ษชษดษข ส™แดแด› ๐Ÿ”—

๐Ÿค– @AstatineAIBot - แด€แด…แด แด€ษดแด„แด‡ แด€ษช ๐Ÿง 

๐Ÿ”ข @RandomNumberSelectbot - ส€แด€ษดแด…แดแด ษดแดœแดส™แด‡ส€ ๊œฑแด‡สŸแด‡แด„แด› ส™แดแด› ๊œฐแดส€ วซแดœษชแด„แด‹ แด€ษดแด… แด˜แดœส™สŸษชแด„ แด…แด‡แด„ษช๊œฑษชแดษด ๐Ÿ”ข
โค11๐Ÿ‘7๐Ÿ”ฅ6โคโ€๐Ÿ”ฅ4๐Ÿ˜1
๐ŸŽŠ GIVEAWAY ENDED ๐ŸŽŠ

๐ŸŽ Prize: ไบ—ใ…ค๐Ÿ’— ส™แดแด› แด„สŸแดษดแด‡ แดแด€แด‹แด‡ส€ ษขษชแด แด‡แด€แดกแด€ส

2 แดกษชษดษดแด‡ส€ ๐Ÿ†ใ…คโœ“

๐ŸŽ‰ CONGRATULATIONS:
๐Ÿ† Winner (ID: 8438792943)
๐Ÿ† Winner (ID: 8352392021)

๐Ÿซฅ แด…แด @astatinez า“แดส€ แด€ษดส ษชssแดœแด‡

๐Ÿ›‘ Giveaway Stopped.
โžก๏ธ Reason:
Manual Stop By Admin.
โค14๐Ÿ”ฅ9๐Ÿ‘4๐Ÿฅฐ2โคโ€๐Ÿ”ฅ1๐Ÿ˜1
Meet @TGTaskHubBot โ€” your all-in-one Telegram growth partner! โšก

โœจ Why join?

โœ… Promote Your Channel: Reach thousands of real Telegram users.
โœ… Super Subscriber Exchange: Organic, mutual channel growth.
โœ… Earn Rewards: Complete quick tasks and turn engagement into earnings.
โœ… Free & Easy: Set up your first promotion in under 2 minutes!

๐Ÿ‘‰ Start now: @TGTaskHubBot
โค5โคโ€๐Ÿ”ฅ1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ’”1
๐Ÿ˜˜ New giveaway Of advance inline calculator bot  ๐ŸŽ‰

๐Ÿฅต Just send usernames ๐Ÿ‘ค


๐Ÿ”ฐ NOTE : winner ๐Ÿ† x 1
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7โคโ€๐Ÿ”ฅ2๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ˜ด1๐Ÿ—ฟ1