Bez popisu

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

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