Brak opisu

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

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