taufikdev88 / simplewhatsappapi

Simple whatsapp api untuk microservice atau untuk layanan internal anda
49 stars 28 forks source link

Simple Whatsapp Api

[![Status](https://img.shields.io/badge/status-active-success.svg)]() [![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

Free simple whatsapp api for notify your client or validate your client's phone number.
Based on [whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys) project.

πŸ“ Table of Contents

🧐 About

TO DO

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Development

Build docker image for multi platform

Prerequisites

You will need Docker Installed on your computer. Please take a look on the get started section.

https://www.docker.com/get-started/

Running

Running services on local.

Using Docker

#!/bin/bash
docker run -p 80:80 -e SESSION_SECRET=StrongSessionSecret -e DB_CONNECTION_STRING=mongodb://localhost:27017/swa -v ./data:/app/data taufikdev88/simplewhatsappapi

πŸš€ Deployment

You can deploy using docker-compose file or using kubernetes as a internal service. Don't publish port to external network because this service has no authentication/authorization method configured.

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

πŸŽ‰ Acknowledgements