NandaRusfikri / go-whatsapp

Send Message Whatsapp With HTTP JSON using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Whatsapp

Send Message Whatsapp with HTTP JSON using Golang

Installation

Install Dependency Golang

  go get .

Usage/Examples

Run Program

go run main.go

Scan Barcode result Output

POST http://localhost:33133/send_message

{
    "destination_number" : "6281212121212",
    "message" :"test send WA"
}

About

Send Message Whatsapp With HTTP JSON using Go


Languages

Language:Go 94.4%Language:Makefile 5.6%