Aucune description

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