You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/posts/whatsapp-api.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@ tags:
11
11
hide:
12
12
- toc
13
13
---
14
+
14
15
I have collected different variations of toolkits to make communicating with Whatsapp easier without creating a business account.
15
16
16
17
Use at your own risk! I'm not responsible for any misuse of the information provided here.
17
18
18
19
## Libraries
20
+
19
21
-[GitHub - pedroslopez/whatsapp-web.js: A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app](https://github.com/pedroslopez/whatsapp-web.js) - I think the most stable implementation of Whatsapp is based on the web version. Minimal reverse engineering goes on here (versus other implementations), so it's more likely to be stable than others.
20
22
-[GitHub - WhiskeySockets/Baileys: Lightweight full-featured typescript/javascript WhatsApp Web API](https://github.com/WhiskeySockets/Baileys) - reverse engineered implementation of Whatsapp. Communicates using Websockets. Pros: No browser simulation, Cons: Hight risk of getting banned. Problems - there's some problem with implementation itself, so it will require some time to get it working by writing plenty workaround above the library abstraction.
21
23
-[GitHub - open-wa/wa-automate-nodejs: 💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!](https://github.com/open-wa/wa-automate-nodejs)
@@ -26,30 +28,41 @@ Use at your own risk! I'm not responsible for any misuse of the information prov
26
28
-[GitHub - Rhymen/go-whatsapp: WhatsApp Web API](https://github.com/Rhymen/go-whatsapp) - solution in Golang
27
29
28
30
## Rest-API
29
-
-[WAHA](https://waha.devlike.pro/) - WAHA - WhatsApp HTTP API (REST API), under hood have two engines: chromium-based wweb-js and pure-websocket Baileys
31
+
32
+
-[WAHA](https://waha.devlike.pro/) - WAHA - WhatsApp HTTP API (REST API), under hood have two engines: chromium-based wweb-js and pure-websocket Baileys
30
33
-[GitHub - chrishubert/whatsapp-api: This project is a REST API wrapper for the whatsapp-web.js library, providing an easy-to-use interface to interact with the WhatsApp Web platform.](https://github.com/chrishubert/whatsapp-api)
31
34
-[GitHub - ookamiiixd/baileys-api: Simple WhatsApp REST API with multiple device support](https://github.com/ookamiiixd/baileys-api)
32
35
-[GitHub - danielcardeenas/sulla: 👩🏻🔬 Javascript Whatsapp api library for chatbots](https://github.com/danielcardeenas/sulla)
33
36
Child projects:
34
-
-[GitHub - orkestral/venom: Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition...](https://github.com/orkestral/venom)
35
-
-[GitHub - 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...](https://github.com/wppconnect-team/wppconnect/)
36
-
-[GitHub - open-wa/wa-automate-nodejs: 💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!](https://github.com/open-wa/wa-automate-nodejs)
37
+
-[GitHub - orkestral/venom: Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition...](https://github.com/orkestral/venom)
38
+
-[GitHub - 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...](https://github.com/wppconnect-team/wppconnect/)
39
+
-[GitHub - open-wa/wa-automate-nodejs: 💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!](https://github.com/open-wa/wa-automate-nodejs)
37
40
38
41
## Outdated
42
+
39
43
-[GitHub - danielcardeenas/whatsapp-framework: ⚗️Whatsapp python api](https://github.com/danielcardeenas/whatsapp-framework) - Whatsapp blocks numbers now. Framework wont work properly until next version
40
44
-[GitHub - Neurotech-HQ/heyoo: Opensource python wrapper to WhatsApp Cloud API](https://github.com/Neurotech-HQ/heyoo) - solution in Python
41
45
-[GitHub - Kalebu/alright: Python wrapper for WhatsApp web-based on selenium](https://github.com/Kalebu/alright)
42
46
43
47
## Third-party API solutions
44
-
-[API for messengers gateway for sending messages, marketing campaigns and bots for PHP, JavaScript and Python](https://chat-api.com/en/) - looks kinda sus
45
-
-[WhatsMate - Easy API for WhatsApp messaging, Telegram messaging and translating languages](https://www.whatsmate.net/)
48
+
46
49
-[WhatsApp API for bulk messages, groups, channels, statuses](https://whapi.cloud/)
47
50
-[Unofficial WhatsApp API for Developers | Free Trial WhatsApp API](https://maytapi.com/)
51
+
-[WASenderApi](https://wasenderapi.com/) – Developer-focused WhatsApp API platform with unlimited messaging, no per-message fees, and support for multiple sessions via a simple REST API. Features include sending text, images, videos, documents, contacts, locations, webhook support, and SDKs for Node.js, Python, and Laravel. Transparent pricing from $6/month and a 3-day free trial.
52
+
-[Unipile](https://www.unipile.com/) – Unified API platform integrating messaging, email, and calendar channels (LinkedIn, WhatsApp, Gmail, Telegram, Instagram, etc.) with 500+ endpoints. Especially strong in LinkedIn automation (profile, posts, InMail, invitations). Designed for businesses to streamline and automate multi-channel communications.
53
+
-[Green-API](https://green-api.com) – WhatsApp API service with no physical phone required, offering free and paid tiers. Supports messaging, media up to 100MB, GPT chatbot integration, group management, and status broadcasting. Based in Kazakhstan, with Russian support, mobile app management, and libraries for 1C:Enterprise, Node.js, Python, and Java. Free developer plan available.
54
+
55
+
### Sus Third-party API solutions
56
+
57
+
-[API for messengers gateway for sending messages, marketing campaigns and bots for PHP, JavaScript and Python](https://chat-api.com/en/) - looks kinda sus
58
+
-[WhatsMate - Easy API for WhatsApp messaging, Telegram messaging and translating languages](https://www.whatsmate.net/)
59
+
48
60
### WABA (WahtsApp Buisness API)
61
+
49
62
-[WhatsApp Business Management API](https://developers.facebook.com/docs/whatsapp/business-management-api/get-started/)
50
63
-[WhatsApp Business API | Twilio](https://www.twilio.com/en-us/messaging/channels/whatsapp)
51
64
-[Gupshup - Conversational tools for customer engagement](https://www.gupshup.io/?ysclid=m2bh5xzkxi818861991)
52
65
-[WhatsApp Business Platform](https://www.infobip.com/whatsapp-business)
53
66
-[360dialog - Performance marketing for WhatsApp](https://www.360dialog.com/#)
54
67
-[Center your workflow through Conversational AI](https://sleekflow.io/)
55
-
-[Wati | Business Messaging Made Simple on Your Favourite App!](https://www.wati.io/)
68
+
-[Wati | Business Messaging Made Simple on Your Favourite App!](https://www.wati.io/)
0 commit comments