Skip to content

SamPandey001/Secktor-Md

Repository files navigation

Secktor MD WhatsApp Bot

Secktor MD

Secktor brings excitement and efficiency to your WhatsApp experience.

Join Group License: GPL-3


Deployment Methods

  1. Get Session ID

    • Scan the QR code: WhatsApp > Three dots > Linked Devices.
  2. Set Up MongoDB

    • Obtain a MongoDB URI.
    • Example URI:
      mongodb+srv://username:password@cluster.mongodb.net/?retryWrites=true&w=majority
      
  3. Fork the Repository

  4. Deploy

Deploy to Koyeb ↓

Deploy bot

Deploy to Heroku ↓

Deploy bot

Deploy to Railway ↓

Deploy bot



      bash
      yarn
      npm i pm2 -g && pm2 start lib/client.js
   
      #Fill variables in the JSON format:
      {
      	"SESSION_ID": "Your-Session-ID",
      	"OWNER_NUMBER": "Your-Number",
      	"OWNER_NAME": "Your-Name",
      	"MONGODB_URI": "Your-MongoDB-URI",
      	"PACK_INFO": "PackName;Author",
      	"PREFIX": "."
      }
  1. Deploy on Railway

  2. Deploy in Linux

  3. if you get error in doing above try, Deploy on VPS or PC.


Resources

Credits

License

Secktor is licensed under the GPL-3 license.