[Social] Add open-wa (#5)

- https://github.com/open-wa/node-red-contrib-wa-automate

[open-wa](https://github.com/open-wa/wa-automate-nodejs) (2k+ stars) allows you to easily turn your whatsapp account into a CLI with one easy command

```bash
> npx @open-wa/wa-automate --socket -p 8080
```

After which you can integrate into node-red with a dynamically generated pallette. 

Why replace the existing whatsapp integration with the official open-wa integration?

- Robert's integration already uses open-wa but is no longer maintained
- The official integration doesn't run the whole open-wa process on node-red (more efficient)
- Dynamically generated command/listener list

Thanks
This commit is contained in:
Mohammed Shah
2022-01-25 21:08:47 +03:00
committed by GitHub
parent 3be0c31a7f
commit 1109513a46

View File

@@ -167,8 +167,8 @@ It provides a browser-based editor that makes it easy to wire together flows usi
- [sms77](https://github.com/sms77io/nodered-contrib-sms77) - Uses [sms77](https://www.sms77.io/) service for SMS, text-to-speech calls and number lookups.
- [telegrambot](https://github.com/windkh/node-red-contrib-telegrambot) - Contains a receiver and a sender node which act as a Telegram Bot.
- [twilio](https://github.com/node-red/node-red-nodes/tree/master/social/twilio) - Uses [Twilio](https://www.twilio.com/) service to send/receive text messages.
- [whatsappbot](https://github.com/robertsLando/node-red-contrib-whatsappbot) - WhatsApp Bot.
- [xmpp](https://github.com/node-red/node-red-nodes/tree/master/social/xmpp) - Connect to an XMPP server to send and receive messages.
- [open-wa (whatsapp)](https://github.com/open-wa/node-red-contrib-wa-automate) - Efficiently connect to remote instances of your open-wa whatsapp automate servers.
### System