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 7eedd28d28 Update to latest GoPy version, fix issues
This fixes issues related to breaking changes in latest versions of
GoPy, which will now return concrete instances of corresponding classes
in iterators; previously, only a "pointer" would be returned, which
would've then needed to be set as the handle for a newly created
instance of a relevant class.

Closes: #17
2023-12-14 18:57:27 +00:00
.builds ci: do not build python 3.10 wheel 2023-12-05 20:22:39 +01:00
docs docs: fix broken link 2023-12-05 08:27:59 +01:00
slidge_whatsapp Update to latest GoPy version, fix issues 2023-12-14 18:57:27 +00:00
tests Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.copier-answers.yml chore: update copier 2023-09-28 22:12:22 +02:00
.gitignore Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
.pre-commit-config.yaml bump deps 2023-06-23 22:52:45 +02:00
Dockerfile Update to latest GoPy version, fix issues 2023-12-14 18:57:27 +00:00
LICENSE Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00
README.md Fix changes made by Copier update 2023-09-30 13:12:43 +01:00
build.py Update to latest GoPy version, fix issues 2023-12-14 18:57:27 +00:00
doap.xml update copier template 2023-06-23 23:24:29 +02:00
docker-compose.yml chore: update poetry.lock 2023-12-14 07:39:42 +01:00
poetry.lock chore: update poetry.lock 2023-12-14 07:39:42 +01:00
pyproject.toml docs: update sphinx-autoapi 2023-09-28 22:13:01 +02:00
watcher.py Use local Slidge Core mount for development 2023-06-18 21:43:35 +01:00

README.md

slidge-whatsapp

Home | Docs | Issues | Patches | Chat

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:


# for the latest stable release (if any)
pipx install slidge-whatsapp

# for the bleeding edge
pipx install slidge-whatsapp \
    --pip-args='--extra-index-url https://slidge.im/repo'

slidge-whatsapp --help

Make sure to install ffmpeg for full outgoing media compatibility; for example, in Debian/Ubuntu:

sudo apt install ffmpeg

Dev

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