From 96cebbae5ea090df67794a9f4b998c01f3450a13 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Thu, 21 Feb 2019 01:44:18 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb18d5c..f9fe434 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A WhatsApp API client that connects through the WhatsApp Web browser app It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocked. + **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. This is still very much a work in progress, but you can check out [example.js](./example.js) to see how to read and send messages.