Açıklama Yok

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

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