/wabot

Economy/Memes/Image/FUN/NSFW commands and a webapp with control panel.

Primary LanguageJavaScriptMIT LicenseMIT

Not your average whatsapp bot.

Wabot-3.7.0

Whatsapp bot with tons of commands and features.

(gifs may take a bit to load.)

AND MUCH MORE !!!

MISC

  • Uses mongodb as primary db and redis(even for images) to cache, so the bot is pretty fast.
  • NSFW commands can be enabled/disabled by admins.
  • You won't be banned from WhatsApp unless you make the bot public, Just add the bot to your friends/family groups but nothing else.
  • You can host the bot for free on Railway, 500 hours per month free.

SETUP

  • Clone the repo
  • Edit the .env file.
  • Watch a video on youtube to setup mongodb and change the db url.
  • There are tons of guides on google to setup Snoowrap for reddit.

Docker file method

  • Make sure to run the redis docker image.
  • docker build -t wabot .
  • docker run -p 8080:8080 wabot

Manual

  • yarn --add to install dependencies.
  • You need to have redis-server running on localhost.
  • yarn run start
  • Visit localhost:8080/qrcode, scan the qr and you're pretty good to go.

APIS USED