sleamdge

A feature-rich Steam to XMPP puppeteering gateway, based on slidge and steamio.

PyPI package version CI pipeline status Chat

Installation

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

Containers

From the codeberg package registry

docker run codeberg.org/slidge/sleamdge  # works with podman too

Use the :latest tag for the latest release, :vX.X.X for release X.X.X, and :main for the bleeding edge.

Python package

With pipx:

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

# for the bleeding edge
pipx install sleamdge \
    --pip-args='--extra-index-url https://codeberg.org/api/packages/slidge/pypi/simple/'

sleamdge --help

Documentation

Hosted on codeberg pages.

Dev

git clone https://codeberg.org/slidge/sleamdge
cd sleamdge
docker-compose up  # works with podman-compose too