
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
A WhatsApp API client that connects through the WhatsApp Web browser app
[!IMPORTANT] It is not guaranteed you will not be blocked by using this method. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe.
The module is now available on npm! npm i wsweb.js
[!NOTE] Node
v18+is required.
Just get the latest LTS from the official node website.
sudo npm install -g n
sudo n stable
choco install nodejs-lts
winget install OpenJS.NodeJS.LTS
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
const { Client } = require('wsweb.js');
const client = new Client();
client.on('qr', (qr) => {
// Generate and scan this code with your phone
console.log('QR RECEIVED', qr);
});
client.on('ready', () => {
console.log('Client is ready!');
});
client.on('message', msg => {
if (msg.body == '!ping') {
msg.reply('pong');
}
});
client.initialize();
Take a look at example.js for another examples with additional use cases.
For further details on saving and restoring sessions, explore the provided Authentication Strategies.
| Feature | Status |
|---|---|
| Multi Device | âś… |
| Send messages | âś… |
| Receive messages | âś… |
| Send media (images/audio/documents) | âś… |
| Send media (video) | âś… (requires Google Chrome) |
| Send stickers | âś… |
| Receive media (images/audio/video/documents) | âś… |
| Send contact cards | âś… |
| Send location | âś… |
| Send buttons | ❌ (DEPRECATED) |
| Send lists | ❌ (DEPRECATED) |
| Receive location | âś… |
| Message replies | âś… |
| Join groups by invite | âś… |
| Get invite for group | âś… |
| Modify group info (subject, description) | âś… |
| Modify group settings (send messages, edit info) | âś… |
| Add group participants | âś… |
| Kick group participants | âś… |
| Promote/demote group participants | âś… |
| Mention users | âś… |
| Mention groups | âś… |
| Mute/unmute chats | âś… |
| Block/unblock contacts | âś… |
| Get contact info | âś… |
| Get profile pictures | âś… |
| Set user status message | âś… |
| React to messages | âś… |
| Create polls | âś… |
| Vote in polls | 🔜 |
| Communities | 🔜 |
| Channels | 🔜 |
Something missing? Make an issue and let us know!
Feel free to open pull requests; we welcome contributions! However, for significant changes, it's best to open an issue beforehand. Make sure to review our contribution guidelines before creating a pull request. Before creating your own issue or pull request, always check to see if one already exists!
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or its affiliates. The official WhatsApp website can be found at whatsapp.com. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners. Also it is not guaranteed you will not be blocked by using this method. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe.
Copyright 2019 subying
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
FAQs
Library for interacting with the WhatsApp Web API
We found that wsweb.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.