Без опису

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

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