SlidgeQQ is a slidge-based XMPP transport for Tencent QQ
- Python 90.8%
- Dockerfile 9.2%
|
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
|
||
|---|---|---|
| .woodpecker | ||
| docs | ||
| slidgeqq | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| CONTRIBUTING.md | ||
| doap.xml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
slidgeqq
A feature-rich Tencent QQ to XMPP puppeteering gateway, based on slidge and Onebot 11.
slidgeqq lets you chat with users of Tencent QQ without leaving your favorite XMPP client.
Quickstart
docker run codeberg.org/slidge/slidgeqq \ # works with podman too
--jid slidgeqq.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 slidgeqq. See CONTRIBUTING.md.