Skip to content
/ wabox Public

A simple WhatsApp bot to create stickers from images, videos or GIFs.

License

Notifications You must be signed in to change notification settings

d0tf/wabox

Repository files navigation

WABOX

A simple WhatsApp bot to create stickers from images, videos, or GIFs.

Simply use the /sticker command to create a sticker or with extra options.

Sticker options:

  • type /sticker type="r"
    • r = rounded
    • f = full
    • c = cropped
    • o = circle
  • author /sticker author="ubel"
  • pack /sticker pack="my sticker"

or you can combine them all /sticker type="r" author="ubel" pack="my sticker"

Usage

git clone https://github.com/d0tf/wabox
cd wabox
npm install
npm run compile
npm start

Run Inside Docker

git clone https://github.com/d0tf/wabox
cd wabox
docker compose up -d
docker logs -f wabox # to see qrcode

About

A simple WhatsApp bot to create stickers from images, videos or GIFs.

Topics

Resources

License

Stars

Watchers

Forks