๐ 15 Free Hosting Providers
1. 000webhost.com
2. Freehostia.com
3. Jimdo.com
4. FreeHosting.com
5. xtreemhost.com
6. Zymic.com
7. Byethost.com
8. 110MB.com
9. AwardSpace.com
10. 1FreeHosting.com
11. FreeHostingEU.com
12. Uhostfull.com
13. 50Webs.com
14. ZettaHost.com
15. x10hosting.com
1. 000webhost.com
2. Freehostia.com
3. Jimdo.com
4. FreeHosting.com
5. xtreemhost.com
6. Zymic.com
7. Byethost.com
8. 110MB.com
9. AwardSpace.com
10. 1FreeHosting.com
11. FreeHostingEU.com
12. Uhostfull.com
13. 50Webs.com
14. ZettaHost.com
15. x10hosting.com
๐5๐ฅ4๐ฅฐ1
๐ Break from Telegram for 1 Month
๐ New Codes Coming Soon
๐ New Codes Coming Soon
๐ค4๐2
๐1
๐ AI Girlfriend TPY Code
๐ Command:
๐ TPY Code:
โยฉ๏ธ Credit: @HazexTBC
โ๐ API By: @Prime_NepCoder
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐ Command:
*
๐ TPY Code:
bot.sendChatAction(chat_id=message.chat.id, action="typing")โ ๏ธ Must Give Credit If You Are Posting On Your Channel
ms = message.text
url = f"https://chatgpt.apinepdev.workers.dev/?question={ms}&state=girlfriend"
try:
get = bunchify(HTTP.get(url).json())
bot.replyText(chat_id=u, text=get["answer"])
except:
bot.replyText(chat_id=u, reply_to_message_id=message.message_id, text="<b>โ Error Occurred!</b>")
โยฉ๏ธ Credit: @HazexTBC
โ๐ API By: @Prime_NepCoder
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐2
๐ค Telegram Image Search Bot
๐ Bot: @HazexImg_Bot
๐ About Bot -
Bot Can Download HD Images, with Advance Setting Options
โจ Features -
- Unlimited Search
- Fast Service
- HD Images
- One Click Download
โ Use Keywords in Some Word and it will Not Generate Image
๐ Bot: @HazexImg_Bot
๐ About Bot -
Bot Can Download HD Images, with Advance Setting Options
โจ Features -
- Unlimited Search
- Fast Service
- HD Images
- One Click Download
โ Use Keywords in Some Word and it will Not Generate Image
๐ฅ4๐1
๐ How To Use sendMediaGroup in TBC
๐ TPY Code:
โยฉ๏ธ Credit: @HazexTBC
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐ TPY Code:
media_group = [
InputMediaPhoto(media='image_url', caption='Caption 1'), InputMediaPhoto(media='image_url', caption='Caption 2')
]
bot.sendMediaGroup(chat_id=u, media=media_group)
โยฉ๏ธ Credit: @HazexTBC
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐2๐ฅฐ1
๐ Get Free API's | @HazexTBC
โโโโโโโโโโโโโโ
๐ป API: SoundCloud
โจ API Info: With SoundCloud API you can build applications that will give more power to control your content
๐ URL:
https://developers.soundcloud.com/docs/api/guide
๐ฎ Category: Music
๐งฟ Total Click: 132
๐ฅ3๐2
Want TBC Broadcast Code That Can Broadcast Any Type Message with Caption and without API?
Final Results
92%
Yes
8%
No
๐ TBC Broadcast Code For Any Type Message with Caption
๐ Command 1:
๐ Code:
๐ Command 2:
๐ Code:
โ ๏ธ Replace
๐จ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Credit: @HazexTBC
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐ Command 1:
/broadcast
๐ Code:
admin = "YourTelegramID"
if admin != str(u):
raise ReturnCommand()
if options == 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("<b>โ Cancelled</>")
raise ReturnCommand()
def broadcast(method, txt, fileId):
typ = method.lower()
if method == "Message":
code = f"""bot.sendMessage(chat_id=u, text='''{txt}''', parse_mode="html")"""
elif str(txt) == "None":
code = f"""bot.send{method}(chat_id=u, {typ}="{fileId}")"""
else:
code = f"""bot.send{method}(chat_id=u, {typ}="{fileId}", caption='''{txt}''', parse_mode="html")"""
return code
txt = str(message.caption)
if txt == "None":
txt = 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("<b>โ Wrong File Format!</>")
raise ReturnCommand()
url = libs.webhook.getUrlFor("/broadResult", u)
task = Bot.broadcast(code=code, callback_url=url)
Bot.saveData(task, None)
bot.sendMessage("<b>๐ Broadcast Processing...</b>")
๐ Command 2:
/broadResult
๐ Code:
try:
get = options.json
total = get.total
success = get.total_success
fail = get.total_errors
txt = f"""<b>
๐๏ธ Broadcast Done
๐ฅ Total: {total}
โ Success: {success}
โ Failed: {fail}
</b>"""
bot.sendMessage(txt)
except:
bot.sendMessage("<b>โ Broadcast Data Process Failed</b>")
โ ๏ธ Replace
YourTelegramId
With Your Telegram ID๐จ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Credit: @HazexTBC
โ๐จ๐ปโ๐ป Developer: @MrHazex
โโผ๏ธ Error & Support: @HxChat
๐8๐ฅ3โค2๐1
๐ Get Unlimited Temp Emails
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
๐ง Email:
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
ใ คใ คใ ค๐ฉ Inbox [0 Mails Received]
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
๐ง Email:
your_lord_404@fexbox.org
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
ใ คใ คใ ค๐ฉ Inbox [0 Mails Received]
โฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏโฏ
๐7๐ฅ2๐2
๐ Hello Everyone!
๐งโ๐ป Should we upload Python Telegram Bot Codes in Telebot Library?, Which you can host on pythonanywhere or different Python Hosting Platform.
๐ฌ Comment Below
๐งโ๐ป Should we upload Python Telegram Bot Codes in Telebot Library?, Which you can host on pythonanywhere or different Python Hosting Platform.
๐ฌ Comment Below
๐ฅ3๐2โค1
๐ค A Simple Chat GPT Telegram Bot Code in Python Using Telebot Library
โ ๏ธ Must Install Telebot Module To Run This Code:
๐ Host on Python Hosting Platform like - pythonanywhere
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrHazex
โ๐ API By: @NepCoder
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
import telebot
import requests
#Made By @MrHazex @HazexTBC
bot = telebot.TeleBot('Bot_Token')
@bot.message_handler(commands=['start'])
def start_msg(message):
user_id = message.from_user.id
usr = message.from_user.first_name
bot.send_message(user_id, f'<b>๐ Hello {usr}!\n\n๐ค Send Message To Ask With Chat GPT</>', parse_mode="HTML")
@bot.message_handler(func=lambda message: True)
def process_msg(message):
bot.send_chat_action(message.chat.id, 'typing')
ms = message.text
url = f"https://chatgpt.apinepdev.workers.dev/?question={ms}"
try:
response = requests.get(url)
data = response.json()
answer = data["answer"]
bot.reply_to(message, answer, parse_mode='Markdown')
except:
bot.reply_to(message, "โ Error Occurred!")
#Made By @MrHazex @HazexTBC
bot.polling()
โ ๏ธ Must Install Telebot Module To Run This Code:
pip install telebot
๐ Host on Python Hosting Platform like - pythonanywhere
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrHazex
โ๐ API By: @NepCoder
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
๐ฅ4โค3๐3
๐ฎ Hazex Multi-Purpose Bot
๐ This Bot Has So Many Useful Features
โ QR Code Generator
โ QR Code Scanner
โ Advance Chat GPT
โ Language Translator (120+ Lang.)
โ YouTube Video Search
โ Worm GPT ๐
โ Background Remover
โ Image Uploader
โ YouTube Short Downloader
โ Wikipedia Search
โ Text to Speech (Hindi and English)
โ Vehicle Number Info ๐
โ Lyrics Finder
โ Link Shortener (4 Domain)
โ Hindi Jokes
โ Random Anime Pics
โ Random Meme
๐ธ Adding More Features...
๐น User Friendly Interface, Font Option Available
๐ค Bot: @HazexBOT
๐ This Bot Has So Many Useful Features
โ QR Code Generator
โ QR Code Scanner
โ Advance Chat GPT
โ Language Translator (120+ Lang.)
โ YouTube Video Search
โ Worm GPT ๐
โ Background Remover
โ Image Uploader
โ YouTube Short Downloader
โ Wikipedia Search
โ Text to Speech (Hindi and English)
โ Vehicle Number Info ๐
โ Lyrics Finder
โ Link Shortener (4 Domain)
โ Hindi Jokes
โ Random Anime Pics
โ Random Meme
๐ธ Adding More Features...
๐น User Friendly Interface, Font Option Available
๐ค Bot: @HazexBOT
โค3๐3๐ฅ2
๐ธ imgbb Image Uploader TBC Code
๐ Command:
๐ Code:
๐ Get API KEY - https://api.imgbb.com
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrHazex
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
๐ Command:
/yourCommand
๐ Code:
if options == None:
bot.replyText(
chat_id=u, text="<b>๐ธ Send Image to Upload\n\nTo Cancel: /cancel</b>")
Bot.handleNextCommand("/yourCommand")
else:
if message.text == "/cancel":
bot.replyText(chat_id=u, text="โ *Process Cancelled*", parse_mode="markdown")
raise ReturnCommand()
if not message.photo:
bot.replyText(chat_id=u,reply_to_message_id=message["message_id"],text= f"โ <b>Invalid Image</b>")
raise ReturnCommand()
photo = message.photo[-1].file_id
file_path = bot.getFile(photo).file_path
key = "#imgbb_API_KEY"
uimg = f"https://api.telegram.org/file/bot{Bot.info().token}/{file_path}"
src = HTTP.get(f"https://api.imgbb.com/1/upload?key={key}&image={uimg}").json()
img = src['data']['url']
bot.sendChatAction(
chat_id=message.chat.id,
action="upload_photo")
bot.replyText(chat_id=u, text=f"<b>โ๏ธ Image Uploaded Successfully\n\n๐ URL: <code>{img}</></>")
๐ Get API KEY - https://api.imgbb.com
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrHazex
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
๐ฅฐ5๐3
๐ Image Generator TBC Code
๐ Command:
๐ Code:
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrRoleXG
โ๐ API By: @NepCoder
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
๐ Command:
*
๐ Code:
bot.sendChatAction(chat_id=message.chat.id, action="upload_photo")
bot.sendChatAction(chat_id=message.chat.id, action="upload_photo")
chat_id = u
ms = message.text
url = f"https://aiimage.hellonepdevs.workers.dev/?prompt={ms}&state=url"
try:
response = HTTP.get(url)
response.raise_for_status()
get = bunchify(response.json())
bot.sendPhoto(chat_id=chat_id, photo=get["image_url"], caption="๐ค Created By @username")
except:
pass
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โยฉ๏ธ Developer: @MrRoleXG
โ๐ API By: @NepCoder
โ๐จ๐ปโ๐ป Posted on: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
โค2๐2๐ฅ2
๐ Ban and Unban User TBC Code
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
๐ Code:
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
๐ Code:
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
๐ Code:
๐ Add Above Code in Every Main Command
โโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โ๐ง๐ปโ๐ป Developer: @MrHazex
โยฉ๏ธ Credit: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
/ban
๐ Code:
if message.chat.id != #adminID:
bot.replyText(u, "<b><i>๐ซ You Are Not This Bot Admin</i></b>")
raise ReturnCommand()
if options== None:
bot.replyText(chat_id=u, text = f"<b>๐ฐ Send User Telegram ID to Ban:
To Cancel: /cancel</b>", parse_mode = "html")
Bot.handleNextCommand("/ban", options= True)
raise ReturnCommand()
if message.text == "/cancel":
bot.replyText(u, "โ <b>Cancelled</b>")
raise ReturnCommand()
usr = f"<a href='tg://user?id={message.text}'>{message.text}</a>"
stat=User.getData("ban",user=message.text)
if stat == "ok":
bot.replyText(u, "<b>โ User Already Banned</b>")
raise ReturnCommand()
User.saveData("ban",data="ok",user=message.text)
bot.replyText(chat_id = message.chat.id,text = f"<b>๐ซ User {usr} Banned Now</b>", parse_mode = "html")
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
/unban
๐ Code:
if message.chat.id != #adminID:
bot.replyText(u, "<b><i>๐ซ You Are Not This Bot Admin</i></b>")
raise ReturnCommand()
if options== None:
bot.replyText(chat_id = message.chat.id, text = f"<b>๐ฐ Send User Telegram ID to UnBan:
To Cancel: /cancel</b>", parse_mode = "html")
Bot.handleNextCommand("/unban", options==True)
raise ReturnCommand()
if message.text == "/cancel":
bot.replyText(u, "โ <b>Cancelled</b>")
raise ReturnCommand()
usr = f"<a href='tg://user?id={message.text}'>{message.text}</a>"
stat=User.getData("ban",user=message.text)
if stat != "ok":
bot.replyText(u, "<b>โ User Not Banned</b>")
raise ReturnCommand()
User.saveData("ban",data="no",user=message.text)
bot.replyText(chat_id = message.chat.id, text = f"<b>๐ User {usr} Unbanned Now</b>", parse_mode = "html")
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Command:
In Every Main Command or use @ command
๐ Code:
remkeyboard = ReplyKeyboardRemove(True)
if str(User.getData("ban")) == "ok":
bot.replyText(u, "<b><i>๐ซ You are Banned in this Bot</i></b>", reply_markup=remkeyboard)
raise ReturnCommand()
๐ Add Above Code in Every Main Command
โโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๏ธ Must Give Credit If You Are Posting On Your Channel
โ๐ง๐ปโ๐ป Developer: @MrHazex
โยฉ๏ธ Credit: @HazexTBC
โโผ๏ธ Error & Support: @HxChat
๐6๐ฅ3โค1๐ข1
*
url = "https://chat-gpt.hazex.workers.dev/"
lastResponse = User.getData("GptMsg")
if lastResponse is None:
lastResponse = []
data = {
"gpt": lastResponse,
"user": str(message.text)
}
response = HTTP.post(url, json=data)
if response.status_code == 200:
get = bunchify(response.json())
ans = get.answer
bot.replyText(chat_id=u, text=ans, parse_mode="markdown")
lastResponse.append(str(ans))
if len(lastResponse) > 8:
lastResponse.pop(0)
User.saveData("GptMsg", lastResponse)
else:
bot.replyText(u, response.json())
โ
โ
โ
โ
Please open Telegram to view this post
VIEW IN TELEGRAM
1๐7โค4
๐ API List:
โ YouTube Video Search
โ YouTube Video and Audio
โ Chat GPT with History Response
โ TikTok Video and Audio
โ Instagram Reels and Image
โ DaFont API
โ AI Image Generator
โ Face Swap
โ Chat GPT 4 with Image Response
Please open Telegram to view this post
VIEW IN TELEGRAM
๐10โค5๐ฅฐ2๐2