/whatsapp-bot

A simple and easy-to-use WhatsApp bot project, written in TypeScript.

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

WhatsApp Bot

A simple and easy-to-use WhatsApp bot project, written in TypeScript.

CI Status

Features

  • Easy to use.
  • Basic avatar (profile picture), and sticker command.
  • A production-ready project, set up the bot without coding.

General Setup

  1. Download and install Node.js version 16.6.0 or higher (make sure you have installed the build tools too)
  2. Open .env_example file and rename it to .env
  3. Install required and optional dependencies
$ npm install
  1. Compile the file
$ npm run build
  1. If you want to save your disk spaces, let's prune the dev dependencies
$ npm prune --production
  1. Finally, you can start the bot
$ npm start

Hosting Setup

We haven't tested this project on free hosting providers yet.

Project Contributors

Developers

© 2022 Clytage Development