Sticker WhatsAppBOT with whatsapp-web.js and nodejs
-
Clone Repository
git clone https://github.com/DrelezTM/StickerWhatsAppBOT
-
Install Modules
npm install
-
Start
npm start
- config.json
{ "name": "StickerBOT", "author": "@DrelezTM", "prefix": "!", "timezone": "Asia/Jakarta", "groups": true }
- config.name : name for the sticker (string)
- config.author : name for sticker maker (string)
- config.prefix : prefix for command (string)
- config.timezone : timezone displays the time at the specified location (string)
- config.groups : to filter whether bots can respond to group chats or not (boolean)
- console.txt
You can replace ascii in https://patorjk.com/software/taag/
/$$$$$$ /$$ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$$ /$$__ $$ | $$ |__/ | $$ | $$__ $$ /$$__ $$|__ $$__/ | $$ \__//$$$$$$ /$$ /$$$$$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$ \ $$| $$ \ $$ | $$ | $$$$$$|_ $$_/ | $$ /$$_____/| $$ /$$/ /$$__ $$ /$$__ $$| $$$$$$$ | $$ | $$ | $$ \____ $$ | $$ | $$| $$ | $$$$$$/ | $$$$$$$$| $$ \__/| $$__ $$| $$ | $$ | $$ /$$ \ $$ | $$ /$$| $$| $$ | $$_ $$ | $$_____/| $$ | $$ \ $$| $$ | $$ | $$ | $$$$$$/ | $$$$/| $$| $$$$$$$| $$ \ $$| $$$$$$$| $$ | $$$$$$$/| $$$$$$/ | $$ \______/ \___/ |__/ \_______/|__/ \__/ \_______/|__/ |_______/ \______/ |__/
Features | Status |
---|---|
Image to Sticker | ✅ |
Video to Sticker | ✅ |
Gif to Sticker | ✅ |
Sticker to Image | ✅ |
Sticker to Video | ❎ |
Change Sticker Name & Sticker Author | ✅ |
Prefix can be set in the config/config.json | ✅ |
Supports Reply Image to Sticker | ✅ |
Supports Reply Video to Sticker | ✅ |
Supports Reply Gif to Sticker | ✅ |
Supports Reply Stickers to Images | ✅ |
Commands | Description |
---|---|
!sticker | Make Image/Video/Gif into Sticker. You can also send Image/Video/Gif into Sticker directly without Command. [in the Caption or Reply message] |
!image | Make Sticker into Image. You can also send Image/Video/Gif into Sticker directly without Command. [in the Reply message] |
!change <name> | <author> | Change Sticker Name & Sticker Author as you wish. [in the Reply message] |
Only works on Windows, MacOS, and Linux. Can't work on Android/Termux!