~nicoco/slidcord

Discord/XMPP gateway
chore: update poetry.lock
docs: specify how to update bleeding edge installs
docs: specify the version string for bleeding edge builds in the README

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nicoco/slidcord
read/write
git@git.sr.ht:~nicoco/slidcord

You can also use your local clone with git send-email.

#slidcord

Home | Docs | Issues | Patches | Chat

A feature-rich Discord to XMPP puppeteering gateway, based on slidge and discord.py-self.

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

#Python package

With pipx:

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

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

# to update bleeding edge installs
pipx install slidcord==0.0.0.dev0 \
    --pip-args='--extra-index-url https://slidge.im/repo' --force

slidcord --help

#Dev

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