Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
/ wabot Public archive

Dockerized WhatsApp sticker maker bot 🚚

Notifications You must be signed in to change notification settings

mukhlisakbr/wabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WABOT

Instantly run WhatsApp sticker maker bot on your docker with zero configuration.

Deploy

Docker (recommended)

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.

replit

  1. create new repl with this repo and choose bash for the language
  2. first start dummy web server to make repl keep alive by hit run button
  3. and then run npm i && npm start to start the bot

How to use

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.

Uses