mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
Update README.md
This commit is contained in:
@@ -38,6 +38,8 @@ client.on('message', msg => {
|
|||||||
client.initialize();
|
client.initialize();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/master/example.js) for another example with more use cases.
|
||||||
|
|
||||||
## Remote Access
|
## Remote Access
|
||||||
|
|
||||||
You could also connect to any previously existing browser instance:
|
You could also connect to any previously existing browser instance:
|
||||||
@@ -71,8 +73,6 @@ Reference: https://docs.browserless.io/docs/docker-quickstart.html
|
|||||||
|
|
||||||
After that check the following webpage and check http://127.0.0.1:9220/json and get the **webSocketDebuggerUrl**
|
After that check the following webpage and check http://127.0.0.1:9220/json and get the **webSocketDebuggerUrl**
|
||||||
|
|
||||||
Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/master/example.js) for another example with more use cases.
|
|
||||||
|
|
||||||
## Supported features
|
## Supported features
|
||||||
|
|
||||||
| Feature | Status |
|
| Feature | Status |
|
||||||
|
|||||||
Reference in New Issue
Block a user