Skip to content

NandaRusfikri/go-whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}