A feature-rich Telegram to XMPP gateway
https://slidge.im/docs/slidgram/main/
- Python 96.1%
- Dockerfile 3.1%
- JavaScript 0.8%
|
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
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. |
||
|---|---|---|
| .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 -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.