Aucune description

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

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