diff options
Diffstat (limited to 'vendor/go.mau.fi/whatsmeow/README.md')
-rw-r--r-- | vendor/go.mau.fi/whatsmeow/README.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/vendor/go.mau.fi/whatsmeow/README.md b/vendor/go.mau.fi/whatsmeow/README.md index 2ddf7d44..bcd65fa2 100644 --- a/vendor/go.mau.fi/whatsmeow/README.md +++ b/vendor/go.mau.fi/whatsmeow/README.md @@ -1,21 +1,13 @@ # whatsmeow -[![godocs.io](https://godocs.io/go.mau.fi/whatsmeow?status.svg)](https://godocs.io/go.mau.fi/whatsmeow) +[![Go Reference](https://pkg.go.dev/badge/go.mau.fi/whatsmeow.svg)](https://pkg.go.dev/go.mau.fi/whatsmeow) whatsmeow is a Go library for the WhatsApp web multidevice API. -This was initially forked from [go-whatsapp] (MIT license), but large parts of -the code have been rewritten for multidevice support. Parts of the code are -ported from [WhatsappWeb4j] and [Baileys] (also MIT license). - -[go-whatsapp]: https://github.com/Rhymen/go-whatsapp -[WhatsappWeb4j]: https://github.com/Auties00/WhatsappWeb4j -[Baileys]: https://github.com/adiwajshing/Baileys - ## Discussion Matrix room: [#whatsmeow:maunium.net](https://matrix.to/#/#whatsmeow:maunium.net) ## Usage -The [godoc](https://godocs.io/go.mau.fi/whatsmeow) includes docs for all methods and event types. +The [godoc](https://pkg.go.dev/go.mau.fi/whatsmeow) includes docs for all methods and event types. There's also a [simple example](https://godocs.io/go.mau.fi/whatsmeow#example-package) at the top. Also see [mdtest](./mdtest) for a CLI tool you can easily try out whatsmeow with. |