Nessuna descrizione

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

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