Metadata-Version: 2.4
Name: slidgram
Version: 0.3.0
Summary: A Telegram/XMPP gateway
Author-email: Nicolas Cedilnik <nicoco@nicoco.fr>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://codeberg.org/slidge/slidgram
Project-URL: Issues, https://codeberg.org/slidge/slidgram/issues
Project-URL: Repository, https://codeberg.org/slidge/slidgram
Project-URL: Chat room, https://slidge.im/xmpp-web/#/guest?join=slidge@conference.nicoco.fr
Project-URL: Documentation, https://slidge.im/docs/slidgram/main
Project-URL: changelog, https://codeberg.org/slidge/slidgram/releases
Keywords: xmpp,gateway,bridge,instant messaging,chat,telegram
Classifier: Topic :: Internet :: XMPP
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyrofork[speedup]<2.4,>=2.3.55
Requires-Dist: slidge<0.4,>=0.3.0alpha3
Requires-Dist: slidge-style-parser>=0.1.8
Dynamic: license-file

# slidgram

A
[feature-rich](https://slidge.im/docs/slidgram/main/user/features.html)
[Telegram](https://telegram.org) to
[XMPP](https://xmpp.org/) puppeteering
[gateway](https://xmpp.org/extensions/xep-0100.html), based on
[slidge](https://slidge.im) and
[Pyrofork](https://pyrofork.mayuri.my.id/main/).

[![CI pipeline status](https://ci.codeberg.org/api/badges/14064/status.svg)](https://ci.codeberg.org/repos/14064)
[![Chat](https://conference.nicoco.fr:5281/muc_badge/slidge@conference.nicoco.fr)](https://slidge.im/xmpp-web/#/guest?join=slidge@conference.nicoco.fr)
[![PyPI package version](https://badge.fury.io/py/slidgram.svg)](https://pypi.org/project/slidgram/)




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

## Quickstart

```sh
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](https://slidge.im/docs/slidgram/main/admin/install.html).

## Documentation

Hosted on [codeberg pages](https://slidge.im/docs/slidgram/main/).

## Contributing

Contributions are **very** welcome, and we tried our best to make it easy
to start hacking on slidgram. See [CONTRIBUTING.md](./CONTRIBUTING.md).


## Similar project

[Telegabber](https://dev.narayana.im/narayana/telegabber/), similar project written in go.
