filipeborelli / whatsapp_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Api

  • Javascript ES6
  • NodeJS
  • Restfull

Features

Structure
Multiple Sessions
Send text, image, video and docs
Get contacts list
Get groups list
Receive messages
Open/Close Session
Webhook

Todo

Configure auto responder to search infos in database
Middleware to check connection status
Save Tokens in database

Libraries Used

  • Baileys
  • Axios
  • Bcrypt
  • Cors
  • Dotenv
  • Express
  • Nodemon
  • Helmet
  • Body-Parser
  • Morgan
  • Jwt_decode
  • Mongoose

Installation

Install the dependencies and start the server.

yarn install
//or
npm install

Run Server

yarn dev

Build Server

yarn build

About


Languages

Language:JavaScript 99.9%Language:Shell 0.1%