From eef54b77c2cfa3070f2e406e88d73778bdcf647f Mon Sep 17 00:00:00 2001 From: Codeboss <131376628+codebossdev@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:34:20 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf7ad3c..b2ec00c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Baileys - Typescript/Javascript WhatsApp Web API +### Important Note + +This library was originally a project for **CS-2362 at Ashoka University** and is in no way affiliated with or endorsed by WhatsApp. Use at your own discretion. Do not spam people with this. +We hold no liability for your use of this tool, in fact, depending on how you use this library, you'll be in violation of WhatsApp's Terms of Service. We discourage any stalkerware, bulk or automated messaging usage. + + Baileys does not require Selenium or any other browser to be interface with WhatsApp Web, it does so directly using a **WebSocket**. Not running Selenium or Chromimum saves you like **half a gig** of ram :/ Baileys supports interacting with the multi-device & web versions of WhatsApp. @@ -948,9 +954,4 @@ Some examples: // for any message with tag 'edge_routing', id attribute = abcd & first content node routing_info sock.ws.on(`CB:edge_routing,id:abcd,routing_info`, (node: BinaryNode) => { }) ``` - -### Note - - This library was originally a project for **CS-2362 at Ashoka University** and is in no way affiliated with WhatsApp. Use at your own discretion. Do not spam people with this. - Also, this repo is now licenced under GPL 3 since it uses [libsignal-node](https://git.questbook.io/backend/service-coderunner/-/merge_requests/1)