• Python 96.1%
  • Dockerfile 3.1%
  • JavaScript 0.8%
Find a file
nicoco b0b91af6b8
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/package Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/container Pipeline was successful
ci/woodpecker/cron/container Pipeline was successful
feat: handle video stickers from XMPP
A possible improvement could be to always convert videos to mp4. This
would require adding FFMPEG and burn some more CPU cycles. Let's try it
this way first.
2026-06-02 14:53:22 +02:00
.woodpecker chore(copier): bump 2026-05-11 21:10:04 +02:00
docs chore(copier): bump 2026-05-11 21:10:04 +02:00
slidgram feat: handle video stickers from XMPP 2026-06-02 14:53:22 +02:00
tests refactor!: ditch aiotdlib and move to pyrofork 2024-07-27 13:02:25 +02:00
.copier-answers.yml chore(copier): bump 2026-05-11 21:10:04 +02:00
.gitignore ci: use woodpecker 2025-01-20 14:03:16 +01:00
.pre-commit-config.yaml chore: apply ruff SIM lint rule 2026-06-02 14:53:22 +02:00
commitlint.config.js chore(copier): update templated files 2025-04-03 22:00:40 +02:00
CONTRIBUTING.md chore(copier): bump 2026-02-16 18:54:26 +01:00
doap.xml docs: doap: update URLs to codeberg 2025-01-21 10:01:46 +01:00
docker-compose.yml chore(copier): update templated files 2025-04-03 22:00:40 +02:00
Dockerfile cfix(d063213): mount git dir in container during uv sync 2026-05-11 21:36:33 +02:00
LICENSE Initial commit (split from slidge core) 2023-05-05 06:53:36 +02:00
pyproject.toml chore: bump slidge to v0.4 2026-06-02 14:53:22 +02:00
README.md chore(copier): bump 2026-05-11 21:10:04 +02:00
uv.lock chore: bump slidge to v0.4 2026-06-02 14:53:22 +02:00

slidgram

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

CI pipeline status Chat PyPI package version

slidgram lets you chat with users of Telegram without leaving your favorite XMPP client.

Quickstart

docker run -v /somewhere/writeable:/var/lib/slidge \  # for data persistence
    --network=host \  # easiest setup to reach your XMPP server
    codeberg.org/slidge/slidgram:latest \
    --jid telegram.example.org \  # can be whatever you want it to be
    --secret some-secret  # must match your XMPP server config

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

If you do not like containers, other installation methods are detailed in the docs.

Documentation

Hosted on codeberg pages.

Contributing

Contributions are very welcome, and we tried our best to make it easy to start hacking on slidgram. See CONTRIBUTING.md.

Similar project

Telegabber, similar project written in go.