https://github.com/dutakey/whatsapp-handler-template
WhatsApp Handler Template Using Baileys
https://github.com/dutakey/whatsapp-handler-template
baileys baileys-md handler localstorage mongodb simple template whatsapp whatsapp-api
Last synced: 7 months ago
JSON representation
WhatsApp Handler Template Using Baileys
- Host: GitHub
- URL: https://github.com/dutakey/whatsapp-handler-template
- Owner: DutaKey
- Created: 2023-06-02T16:30:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T13:38:07.000Z (about 2 years ago)
- Last Synced: 2025-09-06T11:19:41.688Z (8 months ago)
- Topics: baileys, baileys-md, handler, localstorage, mongodb, simple, template, whatsapp, whatsapp-api
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whatsapp Handler Template
just raw for even bigger development in the future, so as not to make it full from the bottom,
Thanks to [WhiskeySockets](https://github.com/WhiskeySockets/Baileys), as the main lib owner in this project.
## Content
- [Highlights](#highlights)
- [Require](#require)
- [Instalation](#Installation)
## Highlights
- [x] Use MongoDB/Local Session
- [x] Easy to maintenance
## Require
1. [nodejs](https://nodejs.org/en/download)
2. [Mongo Uri](https://www.mongodb.com/cloud/atlas)
## Installation
Install with npm
```bash
git clone https://github.com/DutaKey/whatsapp-handler-template
cd whatsapp-handler-template
npm install
```
Rename `.env.example` to `.env` or create new file called `.env`.
And, Input Your `Mongo_URI` and `DB_NAME`.
Save, And Start Code.
Start Use
```
npm run start
# or
node ./index.js
```
## Contributor
Made with [contrib.rocks](https://contrib.rocks).