From 6831ad8161ea6e197d8c7ab625185775e3ea2a42 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 28 Feb 2019 13:35:55 +0100 Subject: [PATCH] Created Section Whatsapp (basic) (markdown) --- Section-Whatsapp-(basic).md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Section-Whatsapp-(basic).md diff --git a/Section-Whatsapp-(basic).md b/Section-Whatsapp-(basic).md new file mode 100644 index 0000000..ab3c682 --- /dev/null +++ b/Section-Whatsapp-(basic).md @@ -0,0 +1,17 @@ +``` +[whatsapp.mywhatsapp] +# Number you will use as a relay bot. Tip: Get some disposable sim card, don't rely on your own number. +Number="+48111222333" + +# First time that you login you will need to scan QR code, then credentials will be saved in a session file +# If you won't set SessionFile then you will need to scan QR code on every restart +# optional (by default the session is stored only in memory, till restarting matterbridge) +SessionFile="session-48111222333.gob" + +# If your terminal is white we need to invert QR code in order for it to be scanned properly +# optional (default false) +QrOnWhiteTerminal=false + +# Messages will be seen by other WhatsApp contacts as coming from the bridge. Original nick will be part of the message. +RemoteNickFormat="[{PROTOCOL}] @{NICK}: " +``` \ No newline at end of file