Matrix <--> WhatsApp Bridge. Patched to ignore whatsapp redaction events.

Noah Vogt 65402de6fd preface every workflow command with doas hace 1 año
.github 8fffc2840b Update Go version and dependencies hace 1 año
config 8b1308595f Add support for collecting incoming galleries into single event hace 1 año
database 8b1308595f Add support for collecting incoming galleries into single event hace 1 año
.editorconfig 66cd7cd080 Fix mixed indent in .sql files hace 3 años
.gitignore b3e15cc843 pre-commit: add configuration hace 3 años
.gitlab-ci.yml 2a38b06326 Move CI script to mautrix/ci repo hace 3 años
.pre-commit-config.yaml c9419a2a8c Update linters hace 2 años
CHANGELOG.md 77e30e85dd Bump version to v0.10.2 hace 1 año
Dockerfile 7f7845051c Update Docker image to Alpine 3.18 hace 2 años
Dockerfile.ci 7f7845051c Update Docker image to Alpine 3.18 hace 2 años
Dockerfile.dev 7f7845051c Update Docker image to Alpine 3.18 hace 2 años
LICENSE c84b5dd5dc Initial commit hace 6 años
README.md 65402de6fd preface every workflow command with doas hace 1 año
ROADMAP.md 0305680317 Add support for creating polls from Matrix hace 2 años
backfillqueue.go c850f6f373 Fix things in legacy backfill hace 2 años
bridgestate.go 0723d60205 Add error code for normal transient disconnects hace 2 años
build.sh 09385713de Include commit information in CI builds. Fixes #158 hace 5 años
commands.go 1ccd16626a Clarify that the login command doesn't require the phone number hace 1 año
custompuppet.go 5fc1e0cebc Fix updating puppetsByCustomMXID map hace 1 año
disappear.go 45e5290f0c Update mautrix-go to move stuff to util hace 1 año
docker-run.sh aceadf18e2 Update mautrix-go and switch to zerolog hace 2 años
example-config.yaml 8b1308595f Add support for collecting incoming galleries into single event hace 1 año
formatting.go dcd4ca366c Update whatsmeow and ignore events from @lid users hace 1 año
go.mod ca4b46257c Bump version to v0.10.1 hace 1 año
go.sum ca4b46257c Bump version to v0.10.1 hace 1 año
historysync.go 8b1308595f Add support for collecting incoming galleries into single event hace 1 año
main.go 77e30e85dd Bump version to v0.10.2 hace 1 año
matrix.go 0fcb64c1aa Add option to not set room meta in encrypted rooms hace 2 años
messagetracking.go 015cc1f19f Add delivery status to MSS events hace 1 año
metrics.go be5e44378f Add a metric for connection failures hace 2 años
portal.go 2a75fc8e71 Merge branch 'mautrix:master' into master hace 1 año
provisioning.go c19b5b18b0 Remove debug retry receipt provisioning API hace 1 año
puppet.go dcd4ca366c Update whatsmeow and ignore events from @lid users hace 1 año
segment.go fa0a69d746 Allow setting segment_user_id in config hace 2 años
urlpreview.go 76c9660849 Reject unsupported message types and add some more conversions hace 2 años
user.go 015cc1f19f Add delivery status to MSS events hace 1 año

README.md

mautrix-whatsapp

A Matrix-WhatsApp puppeting bridge based on whatsmeow.

Documentation

All setup and usage instructions are located on docs.mau.fi. Some quick links:

Features & Roadmap

ROADMAP.md contains a general overview of what is supported by the bridge.

Discussion

Matrix room: #whatsapp:maunium.net

Workflow

doas docker build -t whatsapp:$TAG .
doas docker tag whatsapp:$TAG noahvogt/mautrix-whatsapp:$TAG
doas docker push noahvogt/mautrix-whatsapp:$TAG