https://github.com/stormdotcom/whatsapp-context-bot
https://github.com/stormdotcom/whatsapp-context-bot
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stormdotcom/whatsapp-context-bot
- Owner: stormdotcom
- Created: 2025-05-26T15:23:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T15:29:35.000Z (about 1 year ago)
- Last Synced: 2025-05-26T16:51:41.074Z (about 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WhatsApp Context Chatbot
A minimal Node.js + TypeScript example of a WhatsApp Business Cloud API chatbot implementing a simple Model–Context–Protocol, with no third-party WhatsApp gateway.
## Prerequisites
- Node.js 22+ and npm
- A Meta Developer account with a WhatsApp Business Cloud API setup
- A phone number ID, a long-lived WhatsApp token, and a verify token
- (Optional) An OpenAI API key (or other LLM)
## Installation
```bash
cd whatsapp-context-bot
npm install