Instantly run WhatsApp sticker maker bot on your docker with zero configuration.
This should be run in docker with a command like this
docker run -d \
--name wabot \
--restart always \
-v wabot:/usr/src/app/session \
-e UA='YOUR-UA' \
mukhlis/wabot
- It uses alpine image so it must be light.
- It use persistent volume to save session file.
- It use google analytics for monitor message event please set environment variable using your real UA code from google.
- create new repl with this repo and choose
bash
for the language - first start dummy web server to make repl keep alive by hit run button
- and then run
npm i && npm start
to start the bot
Send a picture or video you will get a sticker. Give a caption to use select mode or crop type (optional).
Supported caption: circle, keep scale, top, right top, right, right bottom, bottom, left bottom, left, left top, north, northeast, east, southeast, south, southwest, west, northwest, center, centre, entropy, attention.