Coding with Mohit
Kanalga Telegramβda oβtish
π© Channel was restricted by Telegram
Ko'proq ko'rsatishMa'lumot yo'q
Obunachilar
-624 soatlar
+377 kun
+4230 kun
Postlar arxiv
π₯ 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
π’ Wonderhsare ne dhokha diya ya mere Laptop ne pata nahi....
βοΈ Any alternative ?
π³ 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 π₯
