A simple and easy-to-use WhatsApp bot project, written in TypeScript.
- Easy to use.
- Basic avatar (profile picture), and sticker command.
- A production-ready project, set up the bot without coding.
- Download and install Node.js version
16.6.0
or higher (make sure you have installed the build tools too) - Open
.env_example
file and rename it to.env
- Install required and optional dependencies
$ npm install
- Compile the file
$ npm run build
- If you want to save your disk spaces, let's prune the dev dependencies
$ npm prune --production
- Finally, you can start the bot
$ npm start
We haven't tested this project on free hosting providers yet.
© 2022 Clytage Development