Ei kuvausta

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

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