This Node.js project demonstrates WhatsApp integration for three bots: Jaadhu Sakhi, NCF, and Kathasagara.
- WhatsApp integration with three bots.
- Easy-to-use Node.js application.
Before you begin, ensure you have the following installed:
- Node.js
- npm/yarn
- Redis (for session management)
-
Clone the repository:
git clone https://github.com/Sunbird-VA/sunbird-va-whatsapp.git cd sunbird-va-whatsapp
-
Install dependencies:
npm install / yarn install
-
Set the configuration
In
.env
file set your respective keys and values -
Start the application:
npm run start