Implement group leaving
Make event handlers session-local again
Improve connection failure handling
Home | Docs | Issues | Patches | Chat
A feature-rich WhatsApp to XMPP puppeteering gateway, based on slidge and whatsmeow.
Refer to the slidge admin documentation for general info on how to set up an XMPP server component.
From dockerhub
# use ravermeister/slidge-whatsapp for arm64 (thanks raver! <3)
docker run docker.io/nicocool84/slidge-whatsapp
With pipx:
# for the latest stable release (if any)
pipx install slidge-whatsapp
# for the bleeding edge
pipx install slidge-whatsapp==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo'
# to update bleeding edge installs
pipx install slidge-whatsapp==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo' --force
slidge-whatsapp --help
Make sure to install ffmpeg
for full outgoing media compatibility; for
example, in Debian/Ubuntu:
sudo apt install ffmpeg
git clone https://git.sr.ht/~nicoco/slidge
git clone https://git.sr.ht/~nicoco/slidge-whatsapp
cd slidge-whatsapp
docker-compose up