https://github.com/wppconnect-team/wppconnect
WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
https://github.com/wppconnect-team/wppconnect
ai api automate bot chat chatbot framework message nodejs open-source puppeteer sulla typescript wa whatsapp whatsapp-api whatsapp-bot wpp wppconnect zap-api
Last synced: 32 minutes ago
JSON representation
WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
- Host: GitHub
- URL: https://github.com/wppconnect-team/wppconnect
- Owner: wppconnect-team
- License: other
- Created: 2021-01-25T00:10:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T12:53:39.000Z (28 days ago)
- Last Synced: 2025-04-19T14:55:43.584Z (24 days ago)
- Topics: ai, api, automate, bot, chat, chatbot, framework, message, nodejs, open-source, puppeteer, sulla, typescript, wa, whatsapp, whatsapp-api, whatsapp-bot, wpp, wppconnect, zap-api
- Language: TypeScript
- Homepage: https://wppconnect.io
- Size: 63.6 MB
- Stars: 2,094
- Watchers: 64
- Forks: 373
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WPPConnect 📞

[](https://www.npmjs.com/package/@wppconnect-team/wppconnect)
[](https://www.npmjs.com/package/@wppconnect-team/wppconnect)
[](https://isitmaintained.com/project/wppconnect-team/wppconnect 'Average time to resolve an issue')
[](https://isitmaintained.com/project/wppconnect-team/wppconnect 'Percentage of issues still open')
[](https://github.com/wppconnect-team/wppconnect/actions)
[](https://github.com/wppconnect-team/wppconnect/actions)
[](https://github.com/release-it/release-it)> WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔ðŸ’
Getting Started •
Basic Function •
Documentation## Our online channels
[](https://discord.gg/JU5JGGKGNG)
[](https://t.me/wppconnect)
[](https://chat.whatsapp.com/LJaQu6ZyNvnBPNAVRbX00K)
[](https://www.youtube.com/c/wppconnect)## Functions
| | |
| ---------------------------------------------------------- | --- |
| Automatic QR Refresh | ✔ |
| Send **text, image, video, audio and docs** | ✔ |
| Get **contacts, chats, groups, group members, Block List** | ✔ |
| Send contacts | ✔ |
| Send stickers | ✔ |
| Send stickers GIF | ✔ |
| Multiple Sessions | ✔ |
| Forward Messages | ✔ |
| Receive message | ✔ |
| insert user section | ✔ |
| Send _location_ | ✔ |
| **and much more** | ✔ |See more at WhatsApp methods
## Installation
The first thing that you had to do is install the `npm package` :
```bash
npm i --save @wppconnect-team/wppconnect
```See more at Getting Started
## Development
Building WPPConnect is really simple, to build the entire project just run
```bash
> npm run build
```# Update checking
Whatsapp is in constant change. In order to tackle this issue, we suggest always keeping your Wppconnect package up-to-date.
The method/function names won't change, only their core algorithm. This way you won't have to makes changes in your code at every update.
They will remain the same forever but might experience deprecation.## Maintainers
Maintainers are needed, I cannot keep with all the updates by myself. If you are
interested please open a Pull Request.## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.## Star History
[](https://star-history.com/#wppconnect-team/wppconnect&wppconnect-team/wa-js&Date)
## License
This file is part of WPPConnect.
WPPConnect is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.WPPConnect is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License
along with WPPConnect. If not, see .