messlidger

Home | Docs | Issues | Patches | Chat

A feature-rich Facebook Messenger to XMPP puppeteering gateway, based on slidge and mautrix-facebook.

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/messlidger

Python package

With pipx:

# for the latest stable release (if any)
pipx install messlidger

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

messlidger --help

Dev

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