SlidgeQQ is a slidge-based XMPP transport for Tencent QQ
  • Python 90.8%
  • Dockerfile 9.2%
William Goodspeed 2aef8a734e
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
.woodpecker: fix wrongly referenced image
2026-01-25 23:11:33 +08:00
.woodpecker .woodpecker: fix wrongly referenced image 2026-01-25 23:11:33 +08:00
docs docs: add Chinese (Simplified) l10n support 2026-01-25 22:40:04 +08:00
slidgeqq Introduce various reformat, restyle and typing fixes 2026-01-25 20:47:02 +08:00
tests Initial Commit 2025-12-07 17:14:18 +08:00
.gitignore Support basic group/direct messaging 2025-12-08 12:49:21 +08:00
.pre-commit-config.yaml Introduce various reformat, restyle and typing fixes 2026-01-25 20:47:02 +08:00
CONTRIBUTING.md Introduce various replacements for moving to slidge/slidgeqq 2026-01-25 18:09:02 +08:00
doap.xml Introduce various replacements for moving to slidge/slidgeqq 2026-01-25 18:09:02 +08:00
docker-compose.yml Initial Commit 2025-12-07 17:14:18 +08:00
Dockerfile Introduce various replacements for moving to slidge/slidgeqq 2026-01-25 18:09:02 +08:00
LICENSE Initial Commit 2025-12-07 17:14:18 +08:00
pyproject.toml docs: add Chinese (Simplified) l10n support 2026-01-25 22:40:04 +08:00
README.md README.md: reference Onebot 11 protocol instead of napcatqq 2026-01-25 21:03:39 +08:00
uv.lock docs: add Chinese (Simplified) l10n support 2026-01-25 22:40:04 +08:00

slidgeqq

A feature-rich Tencent QQ to XMPP puppeteering gateway, based on slidge and Onebot 11.

CI pipeline status Chat PyPI package version

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.