No Description

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