No Description

Joey ca75580917 first commit 3 weeks ago
.idea ca75580917 first commit 3 weeks ago
app ca75580917 first commit 3 weeks ago
appstate ca75580917 first commit 3 weeks ago
argo ca75580917 first commit 3 weeks ago
binary ca75580917 first commit 3 weeks ago
proto ca75580917 first commit 3 weeks ago
socket ca75580917 first commit 3 weeks ago
store ca75580917 first commit 3 weeks ago
types ca75580917 first commit 3 weeks ago
util ca75580917 first commit 3 weeks ago
.editorconfig ca75580917 first commit 3 weeks ago
.gitattributes ca75580917 first commit 3 weeks ago
.pre-commit-config.yaml ca75580917 first commit 3 weeks ago
LICENSE ca75580917 first commit 3 weeks ago
README.md ca75580917 first commit 3 weeks ago
appstate.go ca75580917 first commit 3 weeks ago
armadillomessage.go ca75580917 first commit 3 weeks ago
broadcast.go ca75580917 first commit 3 weeks ago
call.go ca75580917 first commit 3 weeks ago
client.go ca75580917 first commit 3 weeks ago
client_test.go ca75580917 first commit 3 weeks ago
connectionevents.go ca75580917 first commit 3 weeks ago
download-to-file.go ca75580917 first commit 3 weeks ago
download.go ca75580917 first commit 3 weeks ago
errors.go ca75580917 first commit 3 weeks ago
go.mod ca75580917 first commit 3 weeks ago
go.sum ca75580917 first commit 3 weeks ago
group.go ca75580917 first commit 3 weeks ago
handshake.go ca75580917 first commit 3 weeks ago
internals.go ca75580917 first commit 3 weeks ago
internals_generate.go ca75580917 first commit 3 weeks ago
keepalive.go ca75580917 first commit 3 weeks ago
mediaconn.go ca75580917 first commit 3 weeks ago
mediaretry.go ca75580917 first commit 3 weeks ago
message.go ca75580917 first commit 3 weeks ago
msgsecret.go ca75580917 first commit 3 weeks ago
newsletter.go ca75580917 first commit 3 weeks ago
notification.go ca75580917 first commit 3 weeks ago
pair-code.go ca75580917 first commit 3 weeks ago
pair.go ca75580917 first commit 3 weeks ago
prekeys.go ca75580917 first commit 3 weeks ago
presence.go ca75580917 first commit 3 weeks ago
privacysettings.go ca75580917 first commit 3 weeks ago
push.go ca75580917 first commit 3 weeks ago
qrchan.go ca75580917 first commit 3 weeks ago
receipt.go ca75580917 first commit 3 weeks ago
reportingfields.json ca75580917 first commit 3 weeks ago
reportingtoken.go ca75580917 first commit 3 weeks ago
request.go ca75580917 first commit 3 weeks ago
retry.go ca75580917 first commit 3 weeks ago
send.go ca75580917 first commit 3 weeks ago
sendfb.go ca75580917 first commit 3 weeks ago
update.go ca75580917 first commit 3 weeks ago
upload.go ca75580917 first commit 3 weeks ago
user.go ca75580917 first commit 3 weeks ago

README.md

whatsmeow

Go Reference

whatsmeow is a Go library for the WhatsApp web multidevice API.

Discussion

Matrix room: #whatsmeow:maunium.net

For questions about the WhatsApp protocol (like how to send a specific type of message), you can also use the WhatsApp protocol Q&A section on GitHub discussions.

Usage

The godoc includes docs for all methods and event types. There's also a simple example at the top.

Features

Most core features are already present:

  • Sending messages to private chats and groups (both text and media)
  • Receiving all messages
  • Managing groups and receiving group change events
  • Joining via invite messages, using and creating invite links
  • Sending and receiving typing notifications
  • Sending and receiving delivery and read receipts
  • Reading and writing app state (contact list, chat pin/mute status, etc)
  • Sending and handling retry receipts if message decryption fails
  • Sending status messages (experimental, may not work for large contact lists)

Things that are not yet implemented:

  • Sending broadcast list messages (this is not supported on WhatsApp web either)
  • Calls