Update to use gomuks instead of WeeChat

This commit is contained in:
2026-04-03 19:23:23 +02:00
parent 029d90e5c8
commit 55be1df637
+9 -6
View File
@@ -1,17 +1,20 @@
# Messenger TUI # 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 ## Quick Start
1. Install WeeChat: `brew install weechat` (macOS) 1. Install gomuks: `brew install go && go install go.mau.fi/gomuks@latest`
2. See [SETUP.md](./SETUP.md) for full configuration guide 2. Add `export PATH="$HOME/go/bin:$PATH"` to your `~/.zshrc`
3. Run `./scripts/quick_connect.sh` after configuring 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 ## Architecture
``` ```
WeeChat TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Messenger gomuks TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Messenger
``` ```
## Project Info ## Project Info
@@ -21,9 +24,9 @@ WeeChat TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Me
| Homeserver | `https://matrix.kokoham.com` | | Homeserver | `https://matrix.kokoham.com` |
| Server Repo | `sleepyeldrazi/messenger_homeserver` | | Server Repo | `sleepyeldrazi/messenger_homeserver` |
| Bridge | mautrix-facebook | | Bridge | mautrix-facebook |
| Client | gomuks v26.03+ |
## Quick Links ## Quick Links
- [Full Setup Guide](./SETUP.md)
- [Server Project](../Messenger-Homeserver/) - [Server Project](../Messenger-Homeserver/)
- [Projects Index](../../../../entropy/Projects/) - [Projects Index](../../../../entropy/Projects/)