Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whapi-cloud/nodejs-whatsapp-chatbot
Chatbot for WhatsApp with the most commonly used functions: sending a message, sending a file, creating a group, sending a message to a WhatsApp group
https://github.com/whapi-cloud/nodejs-whatsapp-chatbot
api api-rest bot bots chatbot chatbots cloud groups node node-js nodejs saas send whatsapp whatsapp-api whatsapp-automation whatsapp-bot whatsappbot
Last synced: 23 days ago
JSON representation
Chatbot for WhatsApp with the most commonly used functions: sending a message, sending a file, creating a group, sending a message to a WhatsApp group
- Host: GitHub
- URL: https://github.com/whapi-cloud/nodejs-whatsapp-chatbot
- Owner: Whapi-Cloud
- Created: 2024-03-21T13:22:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T06:37:56.000Z (6 months ago)
- Last Synced: 2024-05-02T20:22:34.452Z (6 months ago)
- Topics: api, api-rest, bot, bots, chatbot, chatbots, cloud, groups, node, node-js, nodejs, saas, send, whatsapp, whatsapp-api, whatsapp-automation, whatsapp-bot, whatsappbot
- Language: JavaScript
- Homepage: https://whapi.cloud/setting-up-chatbot-whatsapp-nodejs
- Size: 2.59 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Free WhatsApp NodeJS Bot (Whapi.Cloud WhatsApp API)
This example of the WhatsApp bot implementation touches in detail on the most frequently used functionality: send message, send file, create group, send message to WhatsApp Group. This will allow you to adapt WhatsApp API and source code to your tasks and needs, or take it as a basis for creating any other integration.
In the source code of the bot you will find the following functionality:
- Send regular text message;
- Send media: image / file / video;
- Send contact (vCard);
- Send product;
- Create new group, send an invitation and send message to the group;
- Receive and reading incoming messages;
- Respond to an unfamiliar command, this could be an instruction or your welcome message;
You will be able to use our source code in your project, easily modifying and supplementing the script's functionality. Based on the code, you can create your chatbot or any integration. Easily integrate it into existing workflows, continuing to use WhatsApp as usual!
### Step-by-step instructions on how to set up and run this chatbot: https://whapi.cloud/setting-up-chatbot-whatsapp-nodejs
We'll talk in detail about how to test the bot on a local, which servers to use, some tips and the main causes of popular failures.