No Description

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