huzairuje / whatsapp_multi_session_general

whatsapp multi session

Home Page:http://whatsapp-service.huzairuje.serv00.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview


This project is for engine whatsapp multi-session using library https://github.com/tulir/whatsmeow to use emulate whatsapp web.

prerequisite

a. gcc (dev essential libs on linux) or using mingw on windows platform b. golang version >= 1.20

build up

a. windows platform

  1. install mingw or gcc from trusted sources like choco or another package manager
  2. build on windows on this command
        set GOOS=windows && set GOARCH=amd64 && set CGO_ENABLED=1 && go build -o bin/whatsapp_multi_session-windows-amd64.exe

b. linux or unix platform

  1. install gcc or using sudo apt install build-essential
  2. build on linux or unix to target linux based on your server
        env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o bin/whatsapp_multi_session-linux-amd64
    or to another platform such as windows
        env GOOS=windows GOARCH=amd64 CGO_ENABLED=1 go build -o bin/whatsapp_multi_session-windows-amd64.exe

About

whatsapp multi session

http://whatsapp-service.huzairuje.serv00.net/


Languages

Language:Go 97.9%Language:Dockerfile 2.1%