Keine Beschreibung

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

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