Нема описа

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

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