https://github.com/deuill/slidge-whatsapp
Mirror of Whatsapp/XMPP gateway
https://github.com/deuill/slidge-whatsapp
bridge whatsapp xmpp
Last synced: about 1 month ago
JSON representation
Mirror of Whatsapp/XMPP gateway
- Host: GitHub
- URL: https://github.com/deuill/slidge-whatsapp
- Owner: deuill
- License: agpl-3.0
- Created: 2024-12-02T20:14:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-10T09:39:09.000Z (2 months ago)
- Last Synced: 2026-04-10T11:29:26.670Z (2 months ago)
- Topics: bridge, whatsapp, xmpp
- Language: Go
- Homepage: https://codeberg.org/slidge/slidge-whatsapp
- Size: 64.3 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# slidge-whatsapp
A
[feature-rich](https://slidge.im/docs/slidge-whatsapp/main/user/features.html)
[WhatsApp](https://whatsapp.com) to
[XMPP](https://xmpp.org/) puppeteering
[gateway](https://xmpp.org/extensions/xep-0100.html), based on
[slidge](https://slidge.im) and
[whatsmeow](https://github.com/tulir/whatsmeow).
[](https://ci.codeberg.org/repos/14066)
[](https://slidge.im/xmpp-web/#/guest?join=support@rooms.slidge.im)
[](https://pypi.org/project/slidge-whatsapp/)
slidge-whatsapp lets you chat with users of WhatsApp without leaving your favorite XMPP client.
## Quickstart
```sh
docker run codeberg.org/slidge/slidge-whatsapp \ # works with podman too
--jid whatsapp.example.org \ # can be whatever you want it to be
--secret some-secret \ # must match your XMPP server config
--home-dir /somewhere/writeable # for data persistence
```
Use the `:latest-amd64` tag for the latest release, `:vX.X.X-amd64` for release X.X.X, and `:main-amd64`
for the bleeding edge.`-arm64` images are also available.
If you do not like containers, other installation methods are detailed
[in the docs](https://slidge.im/docs/slidge-whatsapp/main/admin/install.html).
## Documentation
Hosted on [codeberg pages](https://slidge.im/docs/slidge-whatsapp/main/).
## Contributing
Contributions are **very** welcome, and we tried our best to make it easy
to start hacking on slidge-whatsapp. See [CONTRIBUTING.md](./CONTRIBUTING.md).