A feature-rich Telegram to XMPP gateway
https://slidge.im/docs/slidgram/main/
- Python 96.1%
- Dockerfile 3%
- JavaScript 0.9%
|
|
||
|---|---|---|
| .woodpecker | ||
| docs | ||
| slidgram | ||
| tests | ||
| .copier-answers.yml | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| commitlint.config.js | ||
| CONTRIBUTING.md | ||
| doap.xml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
slidgram
A feature-rich Telegram to XMPP puppeteering gateway, based on slidge and Pyrofork.
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.