~nicoco/slidgram

Telegram/XMPP gateway
ci: use alpine 3.20
chore: update poetry.lock
chore: update pyproject.toml/poetry.lock

clone

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

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

#slidgram

Home | Docs | Issues | Patches | Chat

A feature-rich Telegram to XMPP puppeteering gateway, based on slidge and Pyrofork.

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

#Python package

With pipx:

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

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

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

slidgram --help

#Dev

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

#Similar project

https://dev.narayana.im/narayana/telegabber/