Skip to content
forked from tulir/whatsmeow

Go library for the WhatsApp web multidevice API

License

Notifications You must be signed in to change notification settings

beeper/whatsmeow

This branch is 68 commits behind tulir/whatsmeow:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e43fe38 · Feb 4, 2025
Oct 19, 2024
Sep 24, 2024
Jan 31, 2025
Feb 4, 2025
May 20, 2024
Feb 4, 2025
Jan 31, 2025
Sep 30, 2024
Jun 16, 2023
Feb 7, 2024
Oct 19, 2024
Oct 6, 2021
Aug 11, 2024
Nov 14, 2024
May 21, 2024
Oct 9, 2024
Sep 24, 2024
Nov 21, 2024
Aug 11, 2024
Sep 16, 2024
Nov 6, 2024
Nov 6, 2024
Nov 14, 2024
Jan 30, 2025
Jan 30, 2025
Jan 31, 2025
Feb 7, 2024
Nov 17, 2023
Feb 9, 2024
Nov 14, 2024
May 21, 2024
Jan 30, 2025
Nov 14, 2024
Nov 14, 2024
Oct 8, 2024
Nov 14, 2024
May 21, 2024
Jul 6, 2024
Feb 12, 2024
Nov 14, 2024
Oct 30, 2024
Feb 4, 2025
Sep 27, 2024
Nov 14, 2024
Jul 6, 2024
Nov 14, 2024
Nov 14, 2024
May 22, 2024
Sep 30, 2024
Nov 14, 2024

Repository files navigation

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

About

Go library for the WhatsApp web multidevice API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%