Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampandey001/secktor-md
Secktor,A Multi-functional multi device whatsapp userbot with 10+ Anime themes Whatsapp MD User Bot.
https://github.com/sampandey001/secktor-md
baileys-bot baileys-md base-bot-md economy-bot mongodb multi-character-bot quotely-wa-bot sampandey001 theme-bot whatsapp-bot whatsapp-bot-md whatsapp-bot-multi-device whatsapp-userbot whatsapp-web
Last synced: about 24 hours ago
JSON representation
Secktor,A Multi-functional multi device whatsapp userbot with 10+ Anime themes Whatsapp MD User Bot.
- Host: GitHub
- URL: https://github.com/sampandey001/secktor-md
- Owner: SamPandey001
- License: gpl-3.0
- Created: 2022-08-05T08:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:02:32.000Z (22 days ago)
- Last Synced: 2024-12-30T23:13:29.453Z (22 days ago)
- Topics: baileys-bot, baileys-md, base-bot-md, economy-bot, mongodb, multi-character-bot, quotely-wa-bot, sampandey001, theme-bot, whatsapp-bot, whatsapp-bot-md, whatsapp-bot-multi-device, whatsapp-userbot, whatsapp-web
- Language: JavaScript
- Homepage: https://sector-6a1436042932.herokuapp.com/
- Size: 8.45 MB
- Stars: 426
- Watchers: 19
- Forks: 4,315
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Secktor MD WhatsApp Bot
Secktor brings excitement and efficiency to your WhatsApp experience.
---
---
### Deployment Methods
1. **Get [Session ID](https://secktor.up.railway.app/dashboard)**
- Use the Web Pair: `WhatsApp > Three dots > Linked Devices > Link with phone number`.
2. **Set Up MongoDB**
- Obtain a [MongoDB URI](https://github.com/SamPandey001/Secktor-Md/wiki/Mongodb-URI).
- Example URI:
```plaintext
mongodb+srv://username:[email protected]/?retryWrites=true&w=majority
```3. **Fork the Repository**
- Click [FORK](https://github.com/SamPandey001/Secktor-MD/fork).
4. **Deploy**
## Deployment Video↓## Deploy to Heroku ↓
## Deploy to Railway ↓
## Bash Commands``` bash
yarn
npm i pm2 -g && pm2 start lib/client.js
```
## Fill variables in the JSON format:
```JSON{
"SESSION_ID": "Your-Session-ID",
"OWNER_NUMBER": "Your-Number",
"OWNER_NAME": "Your-Name",
"MONGODB_URI": "Your-MongoDB-URI",
"PACK_INFO": "PackName;Author",
"PREFIX": "."
}
```
5. ***[Deploy on Railway](https://secktor.up.railway.app/railway)***
6. ***Deploy in [Linux](https://github.com/SamPandey001/Secktor-Deploy#deploy-in-any-shell-including-termux)***7. if you get error in doing above try, [Deploy on VPS or PC.](https://github.com/SamPandey001/Secktor-Md/blob/main/deploy-on-vps.md)
---### Resources
- [Secktor Documentation](https://github.com/SamPandey001/Secktor-Md/wiki)
- [Deployment Tutorials](https://www.youtube.com/watch?v=vWpVSgIVYqg)
- [Support Group](https://chat.whatsapp.com/DG86OkvmerHKHJjkE5X2Wv)### Credits
- Thanks to [Yusuf Usta](https://github.com/yusufusta) for inspiring ideas.
### License
Secktor is licensed under the [GPL-3 license](https://github.com/SamPandey001/Secktor-Md/blob/main/LICENCE).