Açıklama Yok

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