An open API service indexing awesome lists of open source software.

https://github.com/stormdotcom/whatsapp-context-bot


https://github.com/stormdotcom/whatsapp-context-bot

Last synced: 12 months ago
JSON representation

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