Bez popisu

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

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