From be3c1db29c07c160ff07d5f9c66be8d3e904866c Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 19 Mar 2024 18:29:09 -0500 Subject: add mautrix-whatsapp v0.10.5 --- mautrix-whatsapp/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mautrix-whatsapp/README (limited to 'mautrix-whatsapp/README') diff --git a/mautrix-whatsapp/README b/mautrix-whatsapp/README new file mode 100644 index 0000000..f394a68 --- /dev/null +++ b/mautrix-whatsapp/README @@ -0,0 +1,12 @@ +A Matrix-WhatsApp puppeting bridge based on whatsmeow. + +The bridge requires a database and database user. + +``` +sudo -u postgres createuser --pwprompt mautrix-whatsapp +sudo -u postgres createdb --owner=mautrix-whatsapp --encoding=UTF-8 mautrix-whatsapp +``` + +Next, configure the service by editing the '/etc/mautrix-whatsapp/config.yam' +file before starting the service. Refer to the documentation for the project +at https://docs.mau.fi/bridges/go/setup.html?bridge=whatsapp#configuring-and-running. -- cgit v1.2.3