Jomok Sticker Bot is a WhatsApp bot that allows users to create stickers from images, videos, and GIFs effortlessly.
- Create stickers from images, videos, and GIFs.
- Supports both group and private messages.
- User-friendly sticker creation without user intervention.
Make sure you have the following installed before proceeding:
-
Node.js - Download and install from: Node.js Official Website
-
FFmpeg - Required for processing media files:
sudo apt update sudo apt install ffmpeg
-
Chromium Browser - Required for WhatsApp Web automation:
sudo apt update sudo apt install chromium-browser
Alternatively, you can install Google Chrome:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64.deb
Note: The bot will automatically detect which browser is installed (Chromium or Chrome) and use the appropriate executable path.
-
Clone this repository:
git clone https://github.com/Alfinpratamaa/stickerBot-wa-nodejs.git cd stickerBot-wa-nodejs -
Install dependencies (skip Puppeteer's Chromium download since we're using system Chromium):
PUPPETEER_SKIP_DOWNLOAD=true npm i
Note: The
PUPPETEER_SKIP_DOWNLOAD=trueprefix is only needed during the initialnpm install. You don't need to set it permanently. For subsequent npm installs, you can also add it to your.npmrcfile:echo "PUPPETEER_SKIP_DOWNLOAD=true" >> .npmrc
-
Run the app:
npm start
- use whatsapp account
- go to linked devices on the menu
- scan qr that's showed on terminal
- great !! sticker bot has activated on your whatsapp account
- now your friend can use command '.sticker' on capion of pic