skidge

A feature-rich Skype to XMPP puppeteering gateway, based on slidge and skpy.

PyPI package version CI pipeline status Chat

⚠️ Warning

Skype is shutting down very soon. Bye bye skidge!

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/skidge  # works with podman too

Python package

With pipx:

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

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

# to update bleeding edge installs
pipx install skidge==0.0.0.dev0 \
    --pip-args='--extra-index-url https://codeberg.org/api/packages/slidge/pypi/simple/' --force

skidge --help

Documentation

Hosted on codeberg pages.

Dev

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