A feature-rich Telegram to XMPP gateway https://slidge.im/docs/slidgram/main/
  • Python 96.1%
  • Dockerfile 3%
  • JavaScript 0.9%
Find a file
nicoco 4c1f00c353
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/package Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/container Pipeline was successful
ci/woodpecker/cron/container Pipeline was successful
style: apply ruff UP rule
2026-02-16 20:26:53 +01:00
.woodpecker chore(copier): bump 2026-02-16 18:54:26 +01:00
docs chore(docs): update copier-templated files 2025-12-03 20:39:05 +01:00
slidgram style: apply ruff UP rule 2026-02-16 20:26:53 +01:00
tests refactor!: ditch aiotdlib and move to pyrofork 2024-07-27 13:02:25 +02:00
.copier-answers.yml chore(copier): bump 2026-02-16 18:54:26 +01:00
.gitignore ci: use woodpecker 2025-01-20 14:03:16 +01:00
.pre-commit-config.yaml chore(copier): update templated files 2025-04-03 22:00:40 +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 build(container): use trixie/py3.13 2025-12-24 09:07:29 +01:00
LICENSE Initial commit (split from slidge core) 2023-05-05 06:53:36 +02:00
pyproject.toml style: apply ruff UP rule 2026-02-16 20:26:53 +01:00
README.md chore: update copier 2025-11-21 15:06:13 +01:00
uv.lock chore(lockfile): bump 2025-12-24 08:42:00 +01: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 codeberg.org/slidge/slidgram \  # works with podman too
    --jid telegram.example.org \  # can be whatever you want it to be
    --secret some-secret \  # must match your XMPP server config
    --home-dir /somewhere/writeable  # for data persistence

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.