Skip to content

Leontking/whatsapp-sticker-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Sticker Bot

Simple WhatsApp bot for creating stickers from images sent or quoted from chat or groups

Required things

  • A virtual machine/server with a LTS version of Node.JS
  • WhatsApp account already logged in on your smartphone

Configuration

How to change the prefix or the timezone?

Docs for timezone

module.exports = {
timezone: "Asia/Jakarta", // example <Continet/Timezone>
prefix: "#" // if could be anything. example: "!", "," and "++"...
}

Usage guide

  1. Clone this repository
  2. Install all required packages by typing
npm install

then

node .
  1. Scan the QR code that appear on your console with your WhatsApp
  2. The bot should be up and running.

Add this bot in a group or chat directly to the number and send an image attachments with the caption #sticker then the image will turn into a sticker, you can also quote a picture from someone in the group!

If you are using Ubuntu and find some error, try install some depencies below

$ sudo apt install -y ca-certificates fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils

About

Simple WhatsApp bot for creating stickers from images sent or quoted from chat or groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%