An open API service indexing awesome lists of open source software.

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

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).