1
0
mirror of https://git.sr.ht/~nicoco/slidge-whatsapp synced 2024-06-24 11:28:39 +00:00
A feature-rich WhatsApp to XMPP puppeteering gateway, based on slidge and whatsmeow. https://slidge.im/slidge-whatsapp/
Go to file
2023-05-02 16:35:30 +02:00
.builds Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
docs Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
slidge_whatsapp Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
tests Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.copier-answers.yml Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.gitignore Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.pre-commit-config.yaml Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
build.py Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
doap.xml Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
docker-compose.yml Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
Dockerfile Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
go.mod Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
go.sum Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
LICENSE Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
poetry.lock Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
pyproject.toml Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
README.md Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
watcher.py Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00

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-whatsapp
cd slidge-whatsapp
docker-compose up