Advanced Add Balance Code
โ
๐ Command ( Add the below code to login as admin ) :
๐ ๏ธ TPY Code :
๐ ๏ธ TPY Code :
๐ ๏ธ TPY Code :
๐ Command 3 :
๐ ๏ธ TPY Code :
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
โ
๐ Command ( Add the below code to login as admin ) :
/start๐ ๏ธ TPY Code :
admin = Bot.getData("adminID")
if admin is None:
Bot.saveData("adminID", message.chat.id)
bot.sendMessage("Success Admin Loginned")
๐ Command 1 : /add_bal๐ ๏ธ TPY Code :
Bot.handleNextCommand("/add_bal2")
๐ Command 2 : /add_bal2๐ ๏ธ TPY Code :
admin = Bot.getData("adminID")
if message.chat.id == admin:
msg = str(message.text)
User.saveData("editid", msg)
tgid = User.getData("editid")
bal = libs.Resources.anotherRes("balance", user=msg)
bot.sendMessage(
"*๐ User Id :-* " + msg + " \n\n๐ฐ Balance :- " + str(bal.value())
, parse_mode='markdown')
bot.sendMessage("๐ฅฐ *Send me the amount to add to the user's balance*",
parse_mode='markdown')
Bot.handleNextCommand("/add_bal3")
else:
bot.sendMessage("")๐ Command 3 :
/add_bal3๐ ๏ธ TPY Code :
if message.chat.id == Bot.getData("adminID"):
def isNumber(number):
try:
float(number)
return True
except:
return False
if not isNumber(message.text):
bot.sendMessage("โ Please Send Only Numeric")
else:
amount = float(message.text)
tgid = User.getData("editid")
cur = "BP"
bal = libs.Resources.anotherRes('balance', user=tgid)
bal.add(amount)
bal = libs.Resources.anotherRes('balance', user=tgid)
bot.sendMessage("๐ฐAmount Added Successfully.\n\nDetails Below")
bot.sendMessage(
chat_id=tgid,
text="*โ Balance Added :* " +str( amount)+ " " + str(cur),
parse_mode="Markdown"
)
bot.sendMessage(
chat_id=message.chat.id,
text="*๐ User Id :-* " +
str(tgid) +
"\n\n*๐ฐAmount Added:- *" +
str(amount) +
"\n\n๐ฐ Balance :- " +
str(bal.value()),
parse_mode='markdown'
)
else:
bot.sendMessage("")โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
Telegram
Report Post
Reporting Post Of FlashCom Channels
๐ฃ Task For Premium Members
Please Boost Our Channel By Clicking To The Below Link In Order to Make Changes In Appearance etc...
https://t.me/flashcomtpy?boost
This Will Be A Part Of Help Your Performing Towards Us!
Please Boost Our Channel By Clicking To The Below Link In Order to Make Changes In Appearance etc...
https://t.me/flashcomtpy?boost
This Will Be A Part Of Help Your Performing Towards Us!
Telegram
FlashCom TPY Codes / Bots
Boost this channel to help it unlock additional features.
Logo Maker In Tpy โ
๐ Command :
๐ ๏ธ TPY Code :
๐ Command :
๐ ๏ธ TPY Code :
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
๐ Command :
/start๐ ๏ธ TPY Code :
bot.replyText(u, "<b>Enter Text For Beautiful Logo</b>",
parse_mode="html")
Bot.handleNextCommand("/maked")
๐ Command :
/maked๐ ๏ธ TPY Code :
theme = 'https://textpro.me/create-3d-liquid-metal-text-effect-1112.html'
# For More Design Please Visit textpro.me
mail = HTTP.post(
url='https://textpro.vercel.app/api',
json={'text': message.text, 'theme': theme },
headers= { "Authorization": "TechnoStone" }
).json()
result = bunchify(mail)
status = result.status
txt = result
if status == True:
logo = result.logo
bot.replyPhoto(chat_id=u, photo=logo, caption=f"<b>Your Logo Genereated</b>", parse_mode="Html")
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
textpro.me
Create 3D liquid metal text effect
Liquid metals are metals or compounds of metals that are liquid when their temperature is near or equal to room temperature. Inspired by liquid metal Texpro.me created this special text effect template. The combination of liquid metal and neon light createsโฆ
๐1
Verify Using Sending Otp To Channel In Tpy โ
๐ Command :
๐ ๏ธ TPY Code :
๐ Command :
๐ ๏ธ TPY Code :
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
๐ Command :
/start๐ ๏ธ TPY Code :
OTP = libs.Random.randomInt(12000,99999)
channel = "@otp_verify"
user = message.from_user
bot.replyText(chat_id=channel,text=f"<b>Hello {user.first_name}\n\nName = {user.first_name}\nUser ID = {u}\nOTP = {OTP}\n\nEnter This OTP In @{Bot.info().username} To Verify Yourself</b>")
User.saveData("OTP", int(OTP))
bot.replyText(message.chat.id, "โ๏ธ Enter Your OTP From Below Channel To Verify Yourself.\n\n๐ Channel Link = @otp_verify")
Bot.handleNextCommand("/verify")
๐ Command :
/verify๐ ๏ธ TPY Code :
code = User.getData("OTP")
ver = int(message.text)
if ver == code:
bot.replyText(message.chat.id, "<b>๐ You Have been Verified Successfully...</b>")
Bot.handleNextCommand("/start")
else:
bot.replyText(message.chat.id, "<b>โ ๏ธ Error ! You Have Enter Wrong OTP.\n\n! Try Again</b>")
Bot.handleNextCommand("/start")โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
Telegram
Report Post
Reporting Post Of FlashCom Channels
โค1
FlashCom TPY Codes / Bots
๐ Special Plans ๐ As per 2024 January has arrived we have decided to give some special tpy bot giveaways. So the upcoming bot giveaways you can see it below. ๐ Upcoming Giveaways Planned ? -- Link Shortner Bot -- File Manager Bot -- Refer and Earn Botโฆ
We Applogize For The Inconvenience Notice !
๐ฃ We were presuming that we will be giving the mentioned bots. But we could not give it you because of a reason which we have found in telebotcreator. You may see the reason below.
Reason โ
We tried to build a system of transferring all mentioned bots at once but it failed because we could not find a way for transferring the all bots mentioned in replied message as per we tried more.
Please excuse us for the inconvenience.
๐ฃ We were presuming that we will be giving the mentioned bots. But we could not give it you because of a reason which we have found in telebotcreator. You may see the reason below.
Reason โ
We tried to build a system of transferring all mentioned bots at once but it failed because we could not find a way for transferring the all bots mentioned in replied message as per we tried more.
Please excuse us for the inconvenience.
โค1
Shortening Link Tpy Code โ
๐ Command :
๐ ๏ธ TPY Code :
๐ Command :
๐ ๏ธ TPY Code :
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
๐ Command :
/start๐ ๏ธ TPY Code :
bot.replyText(u,"*๐ Enter Your Long Url To Shorten*",parse_mode="markdown")
Bot.handleNextCommand("/onShort")
๐ Command :
/onShort๐ ๏ธ TPY Code :
url = f"http://tinyurl.com/api-create.php?url={message.text}"
result = HTTP.get(url).text
if result == "Error":
bot.replyText(u,"*โ Invalid Url*",parse_mode="markdown")
else:
bot.replyText(u,f"*๐ Your Short Link Has Been Created Successfully*\n\n_{result}_",parse_mode="markdown",disable_web_page_preview=True)โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CodeUnknownCredits
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ด Flag Post
โค4
๐ Sponser Ads For Free.
๐ฃ We are just happy to announce you that you can show your own ads for free in our bots or channels. As per we announced before the ads was still free but for limited time and now you can keep your ads visible for 1 month or more.
Ads can contain
- Telegram Channels, Groups and Bots.
- Youtube Channels.
- External Like Websites Etc...
๐ด Your ads will be published once after verification and make sure that your ads has to follow ad rules and we will strictly review the ads before publishing it.
โ Please send a message to admin by asking to sponser your ads
Admin : @FlashComSupport
๐ฃ We are just happy to announce you that you can show your own ads for free in our bots or channels. As per we announced before the ads was still free but for limited time and now you can keep your ads visible for 1 month or more.
Ads can contain
- Telegram Channels, Groups and Bots.
- Youtube Channels.
- External Like Websites Etc...
๐ด Your ads will be published once after verification and make sure that your ads has to follow ad rules and we will strictly review the ads before publishing it.
โ Please send a message to admin by asking to sponser your ads
Admin : @FlashComSupport
๐1
We've come here to introduce terms and conditions we made
We made terms and conditions to prevent disclose between you and us and ensure the security level we give, copyright, data we collect and what we do with your data etc... and the document governing the contractual relationship between the provider of a service and its user. Every single channels / groups made by FlsshCom you join and using of our bots which you agree to terms and conditions.
Read Terms and Conditions By The Below Link
https://telegra.ph/Terms-and-Conditions-Of-FlashCom-02-02
We made terms and conditions to prevent disclose between you and us and ensure the security level we give, copyright, data we collect and what we do with your data etc... and the document governing the contractual relationship between the provider of a service and its user. Every single channels / groups made by FlsshCom you join and using of our bots which you agree to terms and conditions.
Read Terms and Conditions By The Below Link
https://telegra.ph/Terms-and-Conditions-Of-FlashCom-02-02
Telegraph
Terms and Conditions Of FlashCom
Terms Of Use http://flashcom.rf.gd/terms-of-use Privacy Policy http://flashcom.rf.gd/privacy-policy
Forwarded from GetMart Official Channel (FlashCom Owner)
โญ๏ธ Join @GetMartUpdates Channel
โค GetMartBot is a largest store which was made by FlashCom where you can install bots.business bots for free. And this channel helps you to get updates, notices or new designs etc... regarding GetMartBot.
Why this is useful โ
หหห โ หหห You can install very useful and rare bots in @GetMartBot to your bots.business account directly once after providing bots.business account email address. And this can be done without any interruptions and no many ads found in this bot.
Extra ๐๐ผ
โคณ You may sometimes find changes in future on GetMart.
โคณ Terms and Conditions apply.
โคณ Free and Easy.
โคณ Install bots directly to your bots.business account.
Channel - @GetMartUpdates
Bot - @GetMartBot
Powered by FlashCom
โค GetMartBot is a largest store which was made by FlashCom where you can install bots.business bots for free. And this channel helps you to get updates, notices or new designs etc... regarding GetMartBot.
Why this is useful โ
หหห โ หหห You can install very useful and rare bots in @GetMartBot to your bots.business account directly once after providing bots.business account email address. And this can be done without any interruptions and no many ads found in this bot.
Extra ๐๐ผ
โคณ You may sometimes find changes in future on GetMart.
โคณ Terms and Conditions apply.
โคณ Free and Easy.
โคณ Install bots directly to your bots.business account.
Channel - @GetMartUpdates
Bot - @GetMartBot
Powered by FlashCom
๐ Auto Approve Bot TPY
โ This tpy auto accept user chat join request. Just add the tpy and make the bot admin where you want to work.
โ๏ธ Command:
๐ TPY:
๐ Publisher: @flashcomtpy
โ This tpy auto accept user chat join request. Just add the tpy and make the bot admin where you want to work.
โ๏ธ Command:
/channel_updates๐ TPY:
msgg = str(message)๐ฅ Credit: @coderajinkya
if 'chat_join_request' in str(msgg):
chatid = message["chat_join_request"]["chat"]["id"]
userid = message["chat_join_request"]["from"]["id"]
response = HTTP.post("https://api.telegram.org/bot" + bot.token + "/approveChatJoinRequest", json={"chat_id": chatid, "user_id": userid})
bot.replyText(chat_id=userid,text="<b>Your Channel Joining Request Accepted.</b>",parse_mode="html")
๐ Publisher: @flashcomtpy
๐Pin Message All User After Broadcast โ
๐ Message , Video , Photo , Photo+Message , Audio,Document , Animation Automatic Send All User And Pin In User Chat
๐ Command :
๐ TPY Code :
๐ Command :
๐ TPY Code :
๐ฃ Must Change Your Admin Id & Change Main Command, Put Same Command & Code
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @Ownerioftbc
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐ Message , Video , Photo , Photo+Message , Audio,Document , Animation Automatic Send All User And Pin In User Chat
๐ Command :
/broadcast๐ TPY Code :
admin = 123 #here set your telegram id
if admin != u:
raise ReturnCommand()
if options is None:
bot.replyText(
u, "<b>๐ Send Any Message To Broadcast in HTML\n\nTo Cancel: /cancel</>")
Bot.handleNextCommand("/broadcast", options=True)
raise ReturnCommand()
else:
if message.text == "/cancel":
bot.sendMessage(chat_id=u, text="<b>โ Successfully cancel</b>")
Bot.runCommand("/main")
raise ReturnCommand()
def broadcast(method, txt, fileId):
typ = method.lower()
if method == "Message":
return f"bot.pinChatMessage(chat_id=u, message_id=bot.sendMessage(chat_id=u,text='{txt}').message_id)"
elif txt == "None":
return f"bot.pinChatMessage(chat_id=u, message_id=bot.send{method}(chat_id=u, {typ}='{fileId}').message_id)"
else:
return f"bot.pinChatMessage(chat_id=u, message_id=bot.send{method}(chat_id=u, {typ}='{fileId}', caption='{txt}').message_id)"
txt = str(message.caption) if message.caption else str(message.text)
if message.photo:
code = broadcast("Photo", txt, message.photo[-1].file_id)
elif message.text:
code = broadcast("Message", txt, None)
elif message.video:
code = broadcast("Video", txt, message.video.file_id)
elif message.audio:
code = broadcast("Audio", txt, message.audio.file_id)
elif message.document:
code = broadcast("Document", txt, message.document.file_id)
elif message.sticker:
code = broadcast("Sticker", txt, message.sticker.file_id)
elif message.animation:
code = broadcast("Animation", txt, message.animation.file_id)
else:
bot.sendMessage(chat_id=u, text="<b>โ Wrong File Format!</b>")
raise ReturnCommand()
url = libs.webhook.getUrlFor("/result", u)
task = Bot.broadcast(code=code, callback_url=url)
Bot.saveData(task, None)
bot.sendMessage(chat_id=u, text="<b>๐ Broadcast Processing...</b>")
๐ Command :
/result๐ TPY Code :
try:
bot.sendMessage(options.json)
except Exception as e:
bot.replyText(u, e)
๐ฃ Must Change Your Admin Id & Change Main Command, Put Same Command & Code
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @Ownerioftbc
โก๏ธError Report : @flashcomofficialchat
โก๏ธ Official Channel : @flashcomofficial
๐คฎ3๐2๐2
Forwarded from GetMart Official Channel (FlashCom)
Happy Holi ! ๐
May your life be filled with vibrant colors of joy, love, and prosperity. Have a wonderful celebration!
Wishes From,
FlashCom
May your life be filled with vibrant colors of joy, love, and prosperity. Have a wonderful celebration!
Wishes From,
FlashCom
โค1๐1
Forwarded from FlashCom Official Channel
โญ๏ธ Introducing GetMart Website
> We are happy to announce the official website of GetMart where you can install bots via the website even and you can search for bots, install for free without any payments.
Features of GetMart Bot Store - Website
- Create account.
- Install Bots faster.
- Search for bots.
- Many more.
> We are happy to announce the official website of GetMart where you can install bots via the website even and you can search for bots, install for free without any payments.
Features of GetMart Bot Store - Website
- Create account.
- Install Bots faster.
- Search for bots.
- Many more.
๐4โค1
FlashCom Official Channel
โญ๏ธ Introducing GetMart Website > We are happy to announce the official website of GetMart where you can install bots via the website even and you can search for bots, install for free without any payments. Features of GetMart Bot Store - Website - Createโฆ
If you find errors please report it to @FlashComAssistant.
So we can fix it.
So we can fix it.
๐1
FlashCom Official Channel
โญ๏ธ Introducing GetMart Website > We are happy to announce the official website of GetMart where you can install bots via the website even and you can search for bots, install for free without any payments. Features of GetMart Bot Store - Website - Createโฆ
There is an security issue going on,
This is due to a problem in SSL Certificate.
Please be patient till we fix it since chrome or other is blocking our website from entering. Please wait till we solve this
This is due to a problem in SSL Certificate.
Please be patient till we fix it since chrome or other is blocking our website from entering. Please wait till we solve this
Forwarded from GetMart Official Channel (FlashCom)
โญ๏ธ Introducing FlashCom Official Chat Group
This channel is built for discussing issues, topics, and other related to FlashCom channels, bots, groups or programming etc... And even you can request help from admins and users.
๐ค We request you to join the group by clicking the below button.
This channel is built for discussing issues, topics, and other related to FlashCom channels, bots, groups or programming etc... And even you can request help from admins and users.
๐ค We request you to join the group by clicking the below button.
๐ Inline Pixabay Photo's Search Tpy . โ
๐ You can search pixabay photo's through inline.
๐ Command :
๐ TPY Code :
๐ Command :
๐ TPY Code :
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CoderUnknownCredits
โก๏ธError Report : @flashcomtpychat
โก๏ธ Official Channel : @flashcomofficial
๐ You can search pixabay photo's through inline.
๐ Command :
/start๐ TPY Code :
usernm = f"""<a href="tg://user?id={u}">{message.from_user.first_name} {message.from_user.last_name}</a>"""
if message.from_user.last_name == None:
usernm = f"""<a href="tg://user?id={u}">{message.from_user.first_name}</a>"""
wel_text = f"<i>๐๐ป Hi {usernm}!\n\nI am pixabay photo search bot, click on go inline to search it</i>"
key = InlineKeyboardMarkup()
key.add(
InlineKeyboardButton(
text="๐ ๐๐ข ๐๐ก๐๐๐ก๐",
switch_inline_query_current_chat=f""
)
)
key.add(
InlineKeyboardButton(
text="๐จ๐ฃ๐๐๐ง๐",
url="https://t.me/flashcombjs"
),
InlineKeyboardButton(
text="๐ฆ๐จ๐ฃ๐ฃ๐ข๐ฅ๐ง",
url="https://t.me/flashcomofficialchat"
)
)
key.add(
InlineKeyboardButton(
text="๐ ๐๐๐ข๐ฆ๐",
callback_data="/close"
)
)
bot.replyText(
chat_id=message.chat.id,
text=wel_text,
parse_mode="HTML",
reply_to_message_id=message.message_id,
disable_web_page_preview=True,
reply_markup=key
)๐ Command :
/inline_queries๐ TPY Code :
def answerInlineQuery(inline_query_id, results):
data = {'inline_query_id': inline_query_id, 'results': results}
res = HTTP.post(
f'https://api.telegram.org/bot{Bot.info().token}/answerInlineQuery', json=data)
if not message.inline_query.query:
answerInlineQuery(message.inline_query.id, [{
'type': 'article',
'id': '1',
'thumbnail_url': 'https://te.legra.ph/file/9f70af63dd7c320289c5a.jpg',
'description': f'@{Bot.info().username} <Your Query>',
'title': '๐ Type your query you want to search..',
'input_message_content': {
'message_text': f'@{Bot.info().username} Cat'
}
}])
raise ReturnCommand()
response = HTTP.get(
f"https://pixabay.com/api/?key=36545097-d5df6c20dfd41fe6ace3f8fa0&per_page=50&q={message.inline_query.query}").json()
results = []
if response['total'] != 0:
for i in response['hits']:
results.append({'type': 'photo', 'caption': f'๐ค <b>Searched via @{Bot.info().username}</>', 'parse_mode': 'html',
'id': i['id'], 'thumbnail_url': i['previewURL'], 'photo_url': i['webformatURL'], 'photo_width': i['webformatWidth'], 'photo_height': i['webformatHeight']})
answerInlineQuery(message.inline_query.id, results)
else:
answerInlineQuery(message.inline_query.id,[{
'type': 'article',
'id': '1',
'thumbnail_url': 'https://te.legra.ph/file/b8a442e46f6f6f4688452.jpg',
'description': f'@{Bot.info().username} <Your Query>',
'title': f'๐ข Sorry! No Results Found For {message.inline_query.query}...',
'input_message_content': {
'message_text': f'@{Bot.info().username} Cat'
}
}])
โก๏ธPosted on : @flashcomtpy
โก๏ธCredits : @CoderUnknownCredits
โก๏ธError Report : @flashcomtpychat
โก๏ธ Official Channel : @flashcomofficial
โก๏ธ Happy 1st Anniversary Of FlashCom
โค FlashCom was found in
โค Almost in this date FlashCom has reached an year, A today is FlashCom anniversary, I want to extend my deepest appreciation for your unwavering support. Your commitment to our shared vision has contributed significantly to our growth and accomplishments.
โค FlashCom is made in order to help you in creating telegram bots, acquiring bots etc... as it is now. We may expand this in future. We even try to fulfill your requests about bots and we have fulfilled some of users needs of helps. FlashCom might help you a lot where we have posted may codes to develop bots and made bots where you can install bots as free.
โค FlashCom is free for every single user. As we do not collect payments from any user for any reason. FlashCom was brought up in firm where there was several consequences has to be faced during the growth of FlashCom. FlashCom has failed too many times. We did not give up even it was failing we started continuing this channel as we did not give-up and now FlashCom has gained a better results than before. Even now there are consequences we face we are still overcoming with those consequences in order to keep this channel exist in future as well.
โฃ Thanking Admins
โค We thank admins of FlashCom for their hard work and commitment to the company are truly inspiring and hereโs to another great year which you may do as well you did before. FlashCom has been grown and your part of it helping FlashCom extend to different users.
โฃ Thanking Users
โค Weโre elated to have you on our channel as member. We will continue FlashCom and FlashCom will provide you useful codes and bots which will benefit you. We even thank you again because of you only FlashCom exists as you are a member of this channel and you may help members of FlashCom and us! We thank you a lot for your assist.
โค We will try 0ur best in order to keep this channel continuing and we need your support for this. Introduce this channel to your friends , users who is finding channels in order for creating of bots, assistance etc... Just help him by introducing this channel and this is an help your doing to FlashCom as well which your helping to expand FlashCom.
โค FlashCom was found in
may 09 2023 and today is may 08 2024 where FlashCom reach one year as now it is 1st anniversary of FlashCom โค Almost in this date FlashCom has reached an year, A today is FlashCom anniversary, I want to extend my deepest appreciation for your unwavering support. Your commitment to our shared vision has contributed significantly to our growth and accomplishments.
โค FlashCom is made in order to help you in creating telegram bots, acquiring bots etc... as it is now. We may expand this in future. We even try to fulfill your requests about bots and we have fulfilled some of users needs of helps. FlashCom might help you a lot where we have posted may codes to develop bots and made bots where you can install bots as free.
โค FlashCom is free for every single user. As we do not collect payments from any user for any reason. FlashCom was brought up in firm where there was several consequences has to be faced during the growth of FlashCom. FlashCom has failed too many times. We did not give up even it was failing we started continuing this channel as we did not give-up and now FlashCom has gained a better results than before. Even now there are consequences we face we are still overcoming with those consequences in order to keep this channel exist in future as well.
โฃ Thanking Admins
โค We thank admins of FlashCom for their hard work and commitment to the company are truly inspiring and hereโs to another great year which you may do as well you did before. FlashCom has been grown and your part of it helping FlashCom extend to different users.
โฃ Thanking Users
โค Weโre elated to have you on our channel as member. We will continue FlashCom and FlashCom will provide you useful codes and bots which will benefit you. We even thank you again because of you only FlashCom exists as you are a member of this channel and you may help members of FlashCom and us! We thank you a lot for your assist.
โค We will try 0ur best in order to keep this channel continuing and we need your support for this. Introduce this channel to your friends , users who is finding channels in order for creating of bots, assistance etc... Just help him by introducing this channel and this is an help your doing to FlashCom as well which your helping to expand FlashCom.
โค4
๐ IP verification Checker ( API ) TPYโ
๐ This code allows you to prevent users using VPN and multiple accounts in your bot. Only one account can be used.
๐ Command :
โก๏ธCredits : @JOBIANSTECHIE
โก๏ธError Report : @flashcomtpychat
โก๏ธOfficial Channel : @flashcomofficial
๐ This code allows you to prevent users using VPN and multiple accounts in your bot. Only one account can be used.
๐ Command :
/start
๐ TPY Code :verify = User.getData("verify")
if verify:
# other code when captcha already verified
bot.sendMessage("๐ Already verified")
Bot.runCommand("/start2")
raise ReturnCommand()
webhook = libs.Webhook.getUrlFor(command="/onWebhook", user_id=u)
webPage = "https://api.jobians.top/captcha/verify?webhookUrl="+str(encodeURIComponent(webhook))
keys = [[InlineKeyboardButton(text='โก๏ธ Verify Captcha', web_app=webPage)]]
button = InlineKeyboardMarkup(keys)
bot.sendMessage("<b>โ๏ธComplete the following captcha to be able to use the bot.\n\nโ ๏ธ Avoid using multi-accounts or VPN, as this will be detected by the system and you will automatically be banned.</b>", reply_markup=button)
๐ Command : /onWebhook
๐ TPY Code :if options == None:
bot.replyText(u, "โ Not Allowed", parse_mode="Markdown")
else:
data = bunchify(options.json)
user_hash = data["results"]["user_hash"]
captcha = data["results"]["captcha"]
vpn = data["results"]["vpn"]
verify = User.getData("verify")
if verify:
raise ReturnCommand
if vpn == "yes":
bot.sendMessage("๐จ You Are Ban For Using VPN!")
# your ban code system here
# User.saveData("ban","ok")
raise ReturnCommand
hashs = Bot.getData("hashs")
if hashs == None:
push = []
else:
push = hashs
check_hash = push.count(user_hash)
if check_hash > 0:
bot.sendMessage("โ You Have Been Banned For Using Multiple Account")
# your ban code system here
# User.saveData("ban","ok")
raise ReturnCommand
if captcha == "ok":
push.append(user_hash)
Bot.saveData("hashs", push)
User.saveData("verify","ok")
# other code when user is successful verified
bot.sendMessage("โ You Are Verified Now")
Bot.runCommand("/start2")
โก๏ธPosted on : @flashcomtpyโก๏ธCredits : @JOBIANSTECHIE
โก๏ธError Report : @flashcomtpychat
โก๏ธOfficial Channel : @flashcomofficial
๐2
๐ Spotify Music Downloader Tpy Codeโ
๐ With this code you can download Spotify music.
๐ Command :
๐ TPY Code :
โก๏ธCredits : @Nepcoder
โก๏ธError Report : @flashcomtpychat
โก๏ธOfficial Channel : @flashcomofficial
๐ With this code you can download Spotify music.
๐ Command :
/download๐ TPY Code :
bot.sendChatAction(chat_id=message.chat.id, action="typing")
ms = message.text
url = f"https://music-api-rouge-rho.vercel.app/?songname={ms}"
try:
response = HTTP.get(url)
if response.status_code == 200:
data = response.json()
download_link = data["download_link"]
bot.sendDocument(
chat_id=message.chat.id,
document=download_link,
caption="๐ถ <b><i>Music downloaded by @BotUsername!</i></b> ๐ต\n\nEnjoy the beats! ๐ง",
parse_mode="HTML"
)
else:
bot.sendMessage(
chat_id=message.chat.id,
text="โ <b>Error fetching data from the music API</b>",
parse_mode="HTML"
)
except Exception as e:
bot.sendMessage(
chat_id=message.chat.id,
text=f"โ <b>Error: {str(e)}</b>",
parse_mode="HTML"
)
โก๏ธPosted on : @flashcomtpyโก๏ธCredits : @Nepcoder
โก๏ธError Report : @flashcomtpychat
โก๏ธOfficial Channel : @flashcomofficial
๐2