From 97081b6d4438627cb27de6027d96dd7a921f5212 Mon Sep 17 00:00:00 2001 From: alamin Date: Tue, 1 Jul 2025 05:46:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index a6ec06f..5574774 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,37 @@ This repository contains example of implementation [go.mau.fi/whatsmeow](https://go.mau.fi/whatsmeow/) package with Multi-Session/Account Support. This example is using a [labstack/echo](https://github.com/labstack/echo) version 4.x. + +আমার নোটঃ +Notes: --------------------------------------- +Address: http://202.91.42.238:3000/api/v1/whatsapp +BasicPass: ThisIsPassword + +উপরের টা কাজ না করলে নিচের কমান্ড টার্মিনালে রান করলে whatsapp go api ইন্সটল হবে + +docker run -d \ + -p 3000:3000 \ + --name go-whatsapp-multidevice \ + --rm dimaskiddo/go-whatsapp-multidevice-rest:latest + +main link https://github.com/dimaskiddo/go-whatsapp-multidevice-rest + +এর পর তৈরি হওয়া কন্টেইনার রিমুভ করে নিজেই কন্টেইনার তৈরি করতে হবে +এর পোর্ট ম্যাপিং এ 3000 দিতে হবে এর পর Restart Policy তে unless stop select করে Deploy Container +দিলে whatsapp Go install হয়ে যাবে । + + + + + + + + + + + + + ## Features - Multi-Session/Account Support