无数据
订阅者
-624 小时
+377 天
+4230 天
帖子存档
🎥 Instagram Video Downloader code for Bots.Business 👇
👉 Command :
/download
💯 Answer : Send URL from Instagram to download.
✅ Wait for answer : On
🔥 Code :
HTTP.get({
url: `https://social-dl.hazex.workers.dev/?url=${message}`,
success: "download"
});
👉 Command : download
🔥 Code :
if (!content) {
return;
}
try {
Api.sendVideo({
video: JSON.parse(content).videos[0].url
});
} catch (error) {
Bot.sendMessage("Error occurred : " + error);
}
👑 Coded by : @Mohit_Kr_Mishra
🔥 Posted on : @codingwithmohit
💯 API credit : Hazex
⚠️ Please give Credit if you're posting it.🔥 The download option in our TeraBox Downloader Bot is working again....
🤩 Now you can Download & even Watch Online both in our bot.
🔗 Link : @TeraBoxDownloaderCWMBot
#BBBot #CodingWithMohit
Repost from Coding with Mohit Tutorials
🔥 Coming tomorrow at 07:00 : https://youtube.com/@codingwithmohit05
🔥 Friends, I've created a new channel regarding Bot Tutorials.
👉 Here, you'll get only Bot Tutorials so that you don't have the trouble to find anything.
🔗 Link : https://t.me/codingwithmohittutorials
😘 Join now, all the Bot Tutorials will be there.
#CodingWithMohit #CodingWithMohitTutorials
😢 Socha tha Laptop me video edit karunga.....
💔 Laptop ne itna bhayankar crash maara ki....
+1
😍 Added an amazing feature of Online Watching.
🔥 Now, just by sending the URL you can watch the video online without downloading....
🔃 Restart the bot to access this feature : TeraBox Downloader CWM Bot
😊 Please give feedbacks in the comments 👇
© Coding with Mohit
#BotsBusiness #BBBot #TeraBox #CodingWithMohit
😳 Amazing response !
💀 So, get ready for the C_M_B_C_
🔥 Subscribe now, coming soon : https://youtube.com/@codingwithmohit05
⁉️ Friends vote for new video.
- Which bot tutorial you want ? I'll code it live while explaining all the functions and will do analysis on some common error.
🔥 Summary on "How to use MCL ( Membership Checker Library ) ?" in Bots.Business.
👉 Step 1 : Install Membership Checker Library and create
/setup command and add this code :
Libs.MembershipChecker.setup()
👉 Step 2 : Go to App > Bot > Admin Panels and fill options as shown in the image : https://ibb.co/3zRkPHK
👉 Step 3 : Create @ command and add this code :
if(chat?.chat_type == "private"){
Libs.MembershipChecker.handle();
}
👉 Step 4 : Create /onNeedJoining command and add this code :
Bot.sendMessage(
"You still need to join: " + options.chat_id
);
👉 Step 5 : Create /onJoining command and add this code :
if(!options){ return } // protect from manual run
Bot.sendMessage("Thank you for joining to" + options.chat_id);
👉 Step 6 : Create /onAllJoining command and add this code :
if(!options){ return } // protect from manual run
Bot.sendMessage("Thank you for joining!");
// Now add your main menu code or redirect to main menu
👑 Summarized by : Coding with Mohit ©
❤️ Share & support us friends 🙂
#BotsBusiness #BB #MCL #CodingWithMohit❤️ Thanks for your support ❤️
⚡ 4.00K Users & 9.51K Downloads completed on my @TeraBoxDownloaderCWMBot ⚡
😔 I know that it's hosted on Bots.Business that's why at high users the bot is crashing.
😘 But don't worry, soon will shift the server 🔥
