Skip to content

DrelezTM/StickerWhatsAppBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StickerWhatsAppBOT

@stickerwhatsappbot

StickerWhatsAppBOT

Sticker WhatsAppBOT with whatsapp-web.js and nodejs

Installation 📑

  • Clone Repository

    git clone https://github.com/DrelezTM/StickerWhatsAppBOT
  • Install Modules

    npm install
  • Start

    npm start
  • Scan QR @stickerwhatsappbot

  • Ready @stickerwhatsappbot

Configuration 🗝

  • 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 📋

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 💭

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]

Built With 🛠

Error or Bug 🐞

License 📜

Warning 🚧

Only works on Windows, MacOS, and Linux. Can't work on Android/Termux!