Secktor brings excitement and efficiency to your WhatsApp experience.
-
Get Session ID
- Scan the QR code:
WhatsApp > Three dots > Linked Devices
.
- Scan the QR code:
-
Set Up MongoDB
- Obtain a MongoDB URI.
- Example URI:
mongodb+srv://username:password@cluster.mongodb.net/?retryWrites=true&w=majority
-
Fork the Repository
- Click FORK.
-
Deploy
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": "."
}
-
Deploy in Linux
-
if you get error in doing above try, Deploy on VPS or PC.
- Thanks to Yusuf Usta for inspiring ideas.
Secktor is licensed under the GPL-3 license.