Sin descripción

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

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