WELCOME π TO SILVA MD THE FASTEST BOT MADE BY SILVA +254700143167 AND DURABLE +233248716476.
WhatsApp MD User Bot.
A simple WhatsApp User bot.
- Deploy on Heroku
-
Click PAIR SILVA MD and PAIR the code through the
"WhatsApp Linked Devices"
option in your WhatsApp app. -
You will get a session ID in WhatsApp, copy the ID only.
-
If you don't have an account on Heroku, create an account now.
-
If you don't have a GitHub account, sign up now.
-
FORK this repository.
-
Now DEPLOY.
-
Get DATABASE_URL. You'll need this while deploying.
-
Get SESSION_ID. Open Linked Devices in WhatsApp and PAIRING CODE now.
-
Get the Koyeb API key. Let's Go. echo
"SESSION_ID = Session_Id_you_Got_After_Scan_Dont_Add_This_Line_If_You_Can_Scan_From_Terminal_Itself PREFIX = . STICKER_PACKNAME = silva ALWAYS_ONLINE = true RMBG_KEY = null LANGUAG = en WARN_LIMIT = 2 FORCE_LOGOUT = false BRAINSHOP = 159501,6pq8dPiYt7PdqHz3 MAX_UPLOAD = 500 REJECT_CALL = false SUDO = 254700143167 TZ = KENYA/NAIROBI VPS = true AUTO_STATUS_VIEW = true SEND_READ = true AJOIN = true DISABLE_START_MESSAGE = false PERSONAL_MESSAGE = null" > config.env
-
Edit the
config.env
using nano if needed. To save, pressCtrl + O
, then pressEnter
, and to exit, pressCtrl + X
. -
Start and stop the bot:
- To start the bot:
pm2 start . --name botName --attach --time
- To stop the bot:
pm2 stop botName
- To start the bot:
-