mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update README.md
This commit is contained in:
11
README.md
11
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)
|
||||
|
||||
Reference in New Issue
Block a user