Sin descripción

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

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