1
0
Fork 0
A feature-rich WhatsApp to XMPP puppeteering gateway, based on slidge and whatsmeow. https://slidge.im/slidge-whatsapp/
Go to file
Alex Palaistras 868dd3f6ae Use local Slidge Core mount for development
Core changes are reflected in our development containers via a
locally-cloned `slidge` repository, adjacent to this repository.
2023-06-18 21:43:35 +01:00
.builds Update copier 2023-06-11 14:59:07 +02:00
docs Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
slidge_whatsapp Add support for incoming sticker messages 2023-06-16 20:57:57 +01:00
tests Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.copier-answers.yml Update copier 2023-06-11 14:59:07 +02:00
.gitignore Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.pre-commit-config.yaml Fix doap.xml 2023-05-06 09:27:21 +02:00
Dockerfile Use local Slidge Core mount for development 2023-06-18 21:43:35 +01:00
LICENSE Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
README.md Use local Slidge Core mount for development 2023-06-18 21:43:35 +01:00
build.py Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
doap.xml Update copier 2023-06-11 14:59:07 +02:00
docker-compose.yml Use local Slidge Core mount for development 2023-06-18 21:43:35 +01:00
poetry.lock Update poetry.lock 2023-06-11 14:05:46 +02:00
pyproject.toml Use slidge master branch 2023-05-14 14:04:13 +02:00
watcher.py Use local Slidge Core mount for development 2023-06-18 21:43:35 +01:00

README.md

slidge-whatsapp

A feature-rich Whatsapp to XMPP puppeteering gateway, based on slidge and whatsmeow.

builds.sr.ht status containers status pypi status

Installation

Refer to the slidge admin documentation for general info on how to set up an XMPP server component.

Containers

From dockerhub

docker run docker.io/nicocool84/slidge-whatsapp

Python package

With pipx:

pipx install slidge-whatsapp  # for the latest tagged release
slidge-whatsapp --help

For the bleeding edge, download artifacts of this build job.

Dev

git clone https://git.sr.ht/~nicoco/slidge
git clone https://git.sr.ht/~nicoco/slidge-whatsapp
cd slidge-whatsapp
docker-compose up