Skip to content

stegripe/whatsapp-bot

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WhatsApp Bot

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

CI Status

Features

  • Easy to use.
  • 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. You still can use npm too.
$ pnpm install
  1. Compile the file
$ pnpm run build
  1. IF you want to save your disk spaces, let's prune the dev dependencies
$ pnpm prune --production
  1. Finally, you can start the bot
$ pnpm start

Hosting Setup

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

Project Contributors

Developers

© 2023 Clytage Development