All Projects → zhycorp → whatsapp-bot

zhycorp / whatsapp-bot

Licence: BSD-3-Clause license
A simple and easy-to-use WhatsApp bot project, written in TypeScript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to whatsapp-bot

bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (-24.27%)
Mutual labels:  sticker, whatsapp-bot
fn-whatsapp-bot
This script is made for public bots, so use a second account to scan the qr and main account to command.
Stars: ✭ 20 (-80.58%)
Mutual labels:  sticker, whatsapp-bot
whatsapp-bot
WhatsApp Chatbot with many kinds of features. This bot is created for the purpose of providing some information and for fun purposes only
Stars: ✭ 23 (-77.67%)
Mutual labels:  sticker, whatsapp-bot
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+20.39%)
Mutual labels:  sticker, whatsapp-bot
BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Stars: ✭ 228 (+121.36%)
Mutual labels:  whatsapp-bot
wabot
akmallxx.github.io/wabot/
Stars: ✭ 17 (-83.5%)
Mutual labels:  whatsapp-bot
inos-baileys-wabot
WhatsApp Bot Using Baileys Library
Stars: ✭ 35 (-66.02%)
Mutual labels:  whatsapp-bot
Animation
Android各种动画效果合集,项目包含了丰富的动画实例(逐帧动画,补间动画,Lottie动画,GIF动画,SVGA动画),体验动画之美,让Android动起来😄😄😄
Stars: ✭ 268 (+160.19%)
Mutual labels:  sticker
alice
Alice is a whatsapp bot made to manage coding groups.
Stars: ✭ 14 (-86.41%)
Mutual labels:  whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+122.33%)
Mutual labels:  whatsapp-bot
termux-whatsapp-bot
Lightweight Whatsapp Bot
Stars: ✭ 49 (-52.43%)
Mutual labels:  whatsapp-bot
WhatsGram
WhatsApp userbot with Telegram bot integration.
Stars: ✭ 85 (-17.48%)
Mutual labels:  whatsapp-bot
whatsapp-chatbot-1c-example
Внешняя обработка для программы 1С:Предприятие, которая демонстрирует реализацию простого чат-бота для мессенджера WhatsApp.
Stars: ✭ 13 (-87.38%)
Mutual labels:  whatsapp-bot
automato
🎉🎉 ( v2 ) Web Application to automate sending Whatsapp, SMS & Email* campaigns
Stars: ✭ 92 (-10.68%)
Mutual labels:  whatsapp-bot
wa-sticker-formatter
Sticker Creator for WhatsApp
Stars: ✭ 60 (-41.75%)
Mutual labels:  sticker
HisokaBOT-Whatsapp-Bot
Whatsapp Bot - Node Js.
Stars: ✭ 75 (-27.18%)
Mutual labels:  whatsapp-bot
ruby-whatsapp-bots
A repo of WhatsApp bots built in Ruby
Stars: ✭ 18 (-82.52%)
Mutual labels:  whatsapp-bot
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+181.55%)
Mutual labels:  whatsapp-bot
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-83.5%)
Mutual labels:  whatsapp-bot
ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (-21.36%)
Mutual labels:  sticker

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].