From 306727949c9ce6b33e3e21b4e36b1ed59d9eeaa3 Mon Sep 17 00:00:00 2001 From: canove Date: Thu, 13 Aug 2020 13:59:06 -0300 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ef6e54..fe35ff5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Backend uses [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) t Frontend is a full-featured multi-user _chat app_ bootstrapped with react-create-app and Material UI, that comunicates with backend using REST API and Websockets. It allows you to interact with contacts, tickets, send and receive WhatsApp messagees. +**NOTE**: I can't guarantee you will not be blocked by using this method, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe. + ## Motivation I'm a SysAdmin, and in my daily work, I do a lot of support through WhatsApp. Since WhatsApp Web doesn't allow multiple users, and 90% of our tickets comes from this channel, we created this to avoid the: 'Can I use Whatsapp now?' shoulder taps.