Registry / messaging / rhymen-go-whatsapp

rhymen-go-whatsapp

JSON →
library0.1.1gogounverified

A Go library providing a developer API to interact with WhatsApp Web servers.

go get github.com/Rhymen/go-whatsapp
INSTALL
IMPORT
SIG · RHYMEN-GO-WHATSAPP
R
rhymen-go-whatsapp
messaginggov0.1.1
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/Rhymen/go-whatsapp

Create a new WhatsApp connection

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources