/wppconnect-nestjs-client

A WhatsApp chatbot using TypeScript and NestJS, powered by the wppconnect-server API.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

wppconnect-nestjs-client

This is a WhatsApp chatbot project developed in Typescript using NestJS, which consumes the wppconnect-server API. This README provides essential information for setting up the project.

Screenshots

Commands ping and commands Commands help and sticker

Configuration

Before running the project, follow these steps:

  1. Clone the repository.

  2. Create a .env file based on the provided .env.example file in the repository. Fill in the recommended environment variables with appropriate values.

    Note: Some environment variables present in .env.example are optional, but it is recommended to fill in all of them.

Running the Project

To run the project, you can use Docker Compose with the background mode:

docker compose up -d

Language Support

Please note that currently, all strings in the chatbot are in Brazilian Portuguese, and there is no language preference handling for users yet.

Acknowledgements

Related