forked from slidge/slidcord
A feature-rich Discord to XMPP gateway
- Python 91.3%
- Dockerfile 6.9%
- JavaScript 1.8%
|
lissine
393bd559c2
build: add pycares as a temporary dependecy
Pycares is already in slidcord's dependency tree (dependency of a dependency) By specifying it explicitly as a slidcord dependency, we can pin it to a specific commit. (We need to use a commit that's not in a pycares release yet) |
||
|---|---|---|
| .woodpecker | docs: major rehaul | |
| docs | docs: major rehaul | |
| slidcord | fix: compat with slidge >= 0.2.9 | |
| tests | Initial commit (split from slidge core) | |
| .copier-answers.yml | docs: major rehaul | |
| .gitignore | chore(gitignore): add useful dirs | |
| .pre-commit-config.yaml | chore(copier): update templated files | |
| commitlint.config.js | chore(copier): update templated files | |
| CONTRIBUTING.md | docs: major rehaul | |
| doap.xml | build: migration to codeberg | |
| docker-compose.yml | chore(copier): update templated files | |
| Dockerfile | fix: compat with slidge >= 0.2.9 | |
| LICENSE | Initial commit (split from slidge core) | |
| pyproject.toml | build: add pycares as a temporary dependecy | |
| README.md | docs: major rehaul | |
| uv.lock | build: add pycares as a temporary dependecy | |
slidcord
A feature-rich Discord to XMPP puppeteering gateway, based on slidge and discord.py-self.
CI pipeline status Chat PyPI package version
slidcord lets you chat with users of Discord without leaving your favorite XMPP client.
Quickstart
docker run codeberg.org/slidge/slidcord \ # works with podman too
--jid discord.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 slidcord. See CONTRIBUTING.md.
Related projects
- xmpp-discord-bridge uses a discord bot to mirror a discord channel in a MUC