Nessuna descrizione

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