Sem descrição

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

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