From 55be1df6375a02c03177ce538f231029429a1ba9 Mon Sep 17 00:00:00 2001 From: Kaloyan Nikolov Date: Fri, 3 Apr 2026 19:23:23 +0200 Subject: [PATCH] Update to use gomuks instead of WeeChat --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2f3d7e..9d300ba 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ # Messenger TUI -Terminal-based Matrix client for accessing Facebook Messenger via self-hosted bridge on `matrix.kokoham.com`. +Terminal-based Matrix client (gomuks) for accessing Facebook Messenger via self-hosted bridge on `matrix.kokoham.com`. ## Quick Start -1. Install WeeChat: `brew install weechat` (macOS) -2. See [SETUP.md](./SETUP.md) for full configuration guide -3. Run `./scripts/quick_connect.sh` after configuring +1. Install gomuks: `brew install go && go install go.mau.fi/gomuks@latest` +2. Add `export PATH="$HOME/go/bin:$PATH"` to your `~/.zshrc` +3. Run `source ~/.zshrc` +4. Launch: `gomuks` + +On first run, gomuks opens a web UI at `http://localhost:29325` for login. Use your Matrix credentials from the homeserver. ## Architecture ``` -WeeChat TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Messenger +gomuks TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Messenger ``` ## Project Info @@ -21,9 +24,9 @@ WeeChat TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Me | Homeserver | `https://matrix.kokoham.com` | | Server Repo | `sleepyeldrazi/messenger_homeserver` | | Bridge | mautrix-facebook | +| Client | gomuks v26.03+ | ## Quick Links -- [Full Setup Guide](./SETUP.md) - [Server Project](../Messenger-Homeserver/) - [Projects Index](../../../../entropy/Projects/)