説明なし

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

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