azanazhar / didu-md-v2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🪄ᴅɪᴅᴜ ᴍᴅ📡

🔰 Tap Here To Fork 🔰

🍁 Run Repl for Multi Session QR 🍁

  • After you getting the creds.json. then upload the creds.json in the A17-SESSION folder. then you can deploy on your favourite platform.

🚩 Deploy On Codespace 🚩

✨ Deploy On Mogenius ✨

🍃 Deploy On Railway 🍃



❤ Deploy On Heroku ❤

Deploy on Heroku


Add This 2 Builbpacks On Heroku

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git




  • Termux
termux-setup-storage
apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y 
pkg install wget
pkg install imagemagick -y
git clone https://github.com/Itsme-Didula/didu-md-v2.0
cd didu-md-v2.0

npm i

npm start


- Command For 24/7
```js
npm i -g forever && forever index.js && forever save && forever logs



🛡️ Windows Cmd & Vs 🛡️

> git clone https://github.com/Itsme-Didula/didu-md-v2.0.git
> cd didu-md-v2.0
> npm i
> npm start



⚙️ If You Want Autoreply/Bot Chat ⚙️

Comment out/delete /* , */ the code form your Core.js line 224,332 in your own repo like -- Core.js

   
   /*
    Dm and Groups Autoreply/Bot chat

   if (!isCmd && !m.isGroup){

   const botreply = await axios.get(`http://api.brainshop.ai/get?bid=166512&key=5nz1Ha6nS9Zx1MfT&uid=[uid]&msg=[msg]=[${budy}]`)

   txt = `${botreply.data.cnt}`
  m.reply(txt)
  }      
    */
   



⭐ Spacial Thanks To ⭐Janith

About

License:MIT License


Languages

Language:JavaScript 75.8%Language:Python 24.0%Language:Dockerfile 0.1%Language:Procfile 0.1%Language:Nix 0.1%Language:Shell 0.0%