Registry / messaging / matterbridge-go-whatsapp

matterbridge-go-whatsapp

JSON →
library0.0.0gogounverified

A developer API to interact with WhatsApp Web servers.

go get github.com/matterbridge/go-whatsapp
INSTALL
IMPORT
SIG · MATTERBRIDGE-GO-WH
M
matterbridge-go-whatsapp
messaginggov0.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

whatsapp
github.com/matterbridge/go-whatsapp

Creates a new WhatsApp connection.

package main import ( "fmt" "github.com/matterbridge/go-whatsapp" ) func main() { wac, err := whatsapp.NewConn() if err != nil { fmt.Println(err) return } fmt.Println(wac) }
Debug
Known issues
breakingWhatsApp Web API changes frequently; this library may break without notice.
fix
Pin to a specific version and monitor the repository for updates.
affects: all
Upgrade
Version history
0.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
matterbridge-go-whatsapp — go get matterbridge-go-whatsapp · libregistry