Skip to content

pitulas/whatsapp-gateway

 
 

Repository files navigation

Simple Wa Sender

Easy Setup Headless multi session Whatsapp Gateway with NodeJS

  • Bulk Message
  • AutoReply Message
  • Single message sender

Based on

wa-multi-session

Laravel 10

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

// .env laravel 
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE={yourdb}
DB_USERNAME={yourusername}
DB_PASSWORD={yourpassword}

// .env nodejs
PORT=5001 // which port to running on your machine
KEY=mysupersecretkey # For Securing Some Data
DB_HOST={localhost}
DB_USER=r{youruser}
DB_PASSWORD={yourpassword}
DB_NAME={yourdbname}

Install and Running

Clone the project

  clone this repo

Go to the project directory

  cd whatsapp-gateway

Composer update

  composer update 

Install dependencies

  npm install

Start the server

  npm run start

Open On Browser & add device

    http://localhost/whatsapp-gateway/public/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.4%
  • SCSS 12.1%
  • CSS 5.1%
  • PHP 4.5%
  • Blade 4.2%
  • JavaScript 2.7%