Bot Nations π
Complete 450+ subscribers for the code! YouTube link: youtube.com/@privates_bots
YouTube
π Build Your Own Perplexity AI Telegram Bot with VEO 3! π€ | Privates Bots
π Build Your Own Perplexity AI Telegram Bot with VEO 3! π€ | Privates Bots
In this complete step-by-step tutorial, learn how to create a Perplexity AI Telegram Bot powered by VEO 3 that can generate videos from text, create AI images, and even edit photosβ¦
In this complete step-by-step tutorial, learn how to create a Perplexity AI Telegram Bot powered by VEO 3 that can generate videos from text, create AI images, and even edit photosβ¦
β€5
Bot Nations π
https://youtu.be/qT367lglThQ
You can clone the @PerplexitySRoBot from the above video!
β€8π2
β€8π€©1
ππΌ Hello BotMakers!
Iβm working on my next YouTube videoβand itβs all about how you can start earning $50β$100/month by monetizing your Telegram bot π°
Stay tunedβand donβt forget to subscribe so you donβt miss it! ππ₯
Iβm working on my next YouTube videoβand itβs all about how you can start earning $50β$100/month by monetizing your Telegram bot π°
Stay tunedβand donβt forget to subscribe so you donβt miss it! ππ₯
β€14β‘4π₯4π2π2β€βπ₯1π1
Bot Nations π
ππΌ Hello BotMakers! Iβm working on my next YouTube videoβand itβs all about how you can start earning $50β$100/month by monetizing your Telegram bot π° Stay tunedβand donβt forget to subscribe so you donβt miss it! ππ₯
Here's the video
https://youtu.be/m9INAwGkbPI
https://youtu.be/m9INAwGkbPI
YouTube
Monetize Your Telegram Bot π€ | Privates Bots
Monetize Your Telegram Bot π€ | Privates Bots
In this complete step-by-step tutorial, learn how to monetize your Telegram bot and start earning real money using Monetag and other ad integration methods! πΈ
Turn your bot into a revenue-generating machineβ¦
In this complete step-by-step tutorial, learn how to monetize your Telegram bot and start earning real money using Monetag and other ad integration methods! πΈ
Turn your bot into a revenue-generating machineβ¦
π6β€5
Bot Nations π
Here's the video https://youtu.be/m9INAwGkbPI
Hit the like button ππΌ
Nd leave a comment π«ΆπΌ
Nd leave a comment π«ΆπΌ
β€11π₯°4
Forwarded from BIZ FACTORY (MΠΊ HΟΡΡΞ±ΞΉΞ·)
Command :
/rcUsage :
/rc KL43G1669TBL Code π
if (!params) {
return msg.reply("<b>Usage:</b> /rc <i>RC_Number</i>\n\nExample:\n<code>/rc KL43G1669</code>", { parse_mode: "HTML" })
}
const rc = params.trim().toUpperCase()
const loading = await msg.reply(`π <b>Fetching details for:</b> <code>${rc}</code>\nPlease wait...`, { parse_mode: "HTML" })
try {
const apiUrl = `https://vehicle-eight-vert.vercel.app/api?rc=${encodeURIComponent(rc)}`
const res = await HTTP.get({ url: apiUrl, timeout: 20000 })
if (!res.ok || !res.data || !res.data.details) {
throw new Error("No vehicle information found for this number.")
}
const d = res.data.details
const info =
`π <b>Vehicle Information</b>\nβββββββββββββββ\n` +
`πͺͺ <b>RC Number:</b> <code>${res.data.rc}</code>\n` +
`π€ <b>Owner:</b> ${d["Owner Name"] || "N/A"}\n` +
`ποΈ <b>Model:</b> ${d["Maker Model"] || "N/A"}\n` +
`β½ <b>Fuel Type:</b> ${d["Fuel Type"] || "N/A"}\n` +
`ποΈ <b>RTO:</b> ${d["Registered RTO"] || "N/A"}\n` +
`π
<b>Registration Date:</b> ${d["Registration Date"] || "N/A"}\n` +
`π§Ύ <b>Tax Upto:</b> ${d["Tax Upto"] || "N/A"}\n` +
`π§° <b>Fitness Upto:</b> ${d["Fitness Upto"] || "N/A"}\n` +
`π§― <b>PUC Upto:</b> ${d["PUC Upto"] || "N/A"}\n` +
`π‘οΈ <b>Insurance Company:</b> ${d["Insurance Company"] || "N/A"}\n` +
`π <b>Insurance Upto:</b> ${d["Insurance Upto"] || "N/A"}\n` +
`π <b>Contact:</b> ${d["Phone"] || "N/A"}\n` +
`π <b>Address:</b> ${d["Address"] || "N/A"}\nβββββββββββββββ\n` +
`π€ <i>Made by @bizft</i>`
await Api.editMessageText({
chat_id: msg.chat.id,
message_id: loading.result.message_id,
text: info,
parse_mode: "HTML"
})
} catch (err) {
await Api.editMessageText({
chat_id: msg.chat.id,
message_id: loading.result.message_id,
text: `β <b>Failed to fetch data</b>\n\nReason: <i>${err.message}</i>`,
parse_mode: "HTML"
})
}π Vehicle Info Bot β Instantly fetch any RC details in seconds! β‘
π§ Made by @bizft
Setup Guide:
1οΈβ£ Go to TelebotHost.com and create your bot.
2οΈβ£ Paste the
/rc TBL code I gave above into a new command.3οΈβ£ Deploy & start your bot β send
/rc KL43G1669 to test! β
Please open Telegram to view this post
VIEW IN TELEGRAM
β€19π3
Bot Nations π
You can clone the @PerplexitySRoBot from the above video!
Here the code of this bot
https://youtu.be/UD8JA6nKE5w?si=NUDYjyWeAKomzpmD
https://youtu.be/UD8JA6nKE5w?si=NUDYjyWeAKomzpmD
YouTube
π Make Your Own Perplexity AI Telegram Bot Easily | Privates Bots
π Make Your Own Perplexity AI Telegram Bot Easily! π€ | Privates Bots
In this complete step-by-step tutorial, learn how to create your very own Perplexity AI Telegram Bot that can generate videos from text, create stunning images, and edit photos usingβ¦
In this complete step-by-step tutorial, learn how to create your very own Perplexity AI Telegram Bot that can generate videos from text, create stunning images, and edit photos usingβ¦
β€7π₯3
@ScrollSaverBot
Can everyone check this bot and let me know if there are any errors?
Can everyone check this bot and let me know if there are any errors?
β€7
@VOTES_RO_BOT v2
Let users participate, post entries, and collect votes β fully automatic.
π³οΈ Smart Channel Verification
Bot checks that both you and the bot are admins before setup.
π Custom Emoji & Photo
Make every contest look unique.
π₯ Live Participant System
Every participant gets their own post with a vote button.
Admins get notified when someone joins!
π₯ Instant Vote Updates
Each valid click adds a live vote count.
π₯ +1 new vote
π³οΈ Total Votes: 4
π Participant Tracker
View all participants and their total votes easily.
π« Voting Closed Protection
If the contest is deleted, all voting stops automatically.
π§Ύ Admin Control Panel
Change emoji, photo, or reset the contest anytime.
The system hasn't been upgraded yet; I'm in the process of upgrading it now.
β€14π³2π₯1
Bot Nations π
@VOTES_RO_BOT v2 Let users participate, post entries, and collect votes β fully automatic. π³οΈ Smart Channel Verification Bot checks that both you and the bot are admins before setup. π Custom Emoji & Photo Make every contest look unique. π₯ Live Participantβ¦
Please comment below if you have any other ideas.
β€14π―2
Bot Nations π
Next video on Auto Filter Bot
YouTube
π€ Telegram Auto Filter Bot Tutorial | Privates Bots
π€ Telegram Auto Filter Bot Tutorial | Privates Bots
Learn how to create your own Telegram Auto Filter Bot from scratch β completely free and beginner-friendly! βοΈ
This bot automatically finds and filters movies, files, or content by name, making your Telegramβ¦
Learn how to create your own Telegram Auto Filter Bot from scratch β completely free and beginner-friendly! βοΈ
This bot automatically finds and filters movies, files, or content by name, making your Telegramβ¦
β€14π2π«‘1
Bot Nations π
Here the tutorial https://youtu.be/dJ5dWSeOV88 Go nd watch
Any ideas for the next video?
β€7β‘2
Bot Nations π
@VOTES_RO_BOT v2 Let users participate, post entries, and collect votes β fully automatic. π³οΈ Smart Channel Verification Bot checks that both you and the bot are admins before setup. π Custom Emoji & Photo Make every contest look unique. π₯ Live Participantβ¦
Telegram
VOTE BOT v2
π Advanced Telegram Vote Bot. Create, manage, and share amazing voting campaigns instantly!
β€7
π₯ Free Unlimited Reactions & Views β Only for Now
Right now @dukesmm_robot is giving free unlimited reactions and views.
Jo log try karna chahte the, ye best time hai. Offer kab band hoga confirm nahi, so better grab it early.
π Check it out: @dukesmm_robot
Right now @dukesmm_robot is giving free unlimited reactions and views.
Jo log try karna chahte the, ye best time hai. Offer kab band hoga confirm nahi, so better grab it early.
π Check it out: @dukesmm_robot
β€12π₯5