An open API service indexing awesome lists of open source software.

https://github.com/xditya/whatsapputilitiesbot

WhatsAppUtilities Bot. A sample deployed bot can be found in the link below! Please do not spam it :)
https://github.com/xditya/whatsapputilitiesbot

sticker userbot utilities whatsapp whatsapp-web-js

Last synced: 28 days ago
JSON representation

WhatsAppUtilities Bot. A sample deployed bot can be found in the link below! Please do not spam it :)

Awesome Lists containing this project

README

        

# WhatsAppUtilitiesBot

A simple whatsapp bot to do some simple stuff.

# Features

- !help - Help Message
- !about - Bot info
- Send a media: the bot would auto convert that into a sticker.

# Deploying

- Clone this repo using
`git clone https://github.com/xditya/WhatsAppUtilitiesBot`
- Navigate to the root of the repo: `cd WhatsAppUtilitiesBot`
- Install ffmpeg (on linux) using `sudo apt install ffmpeg`. For windows,
download ffmpeg from [here](https://ffmpeg.org/download.html) and add it to
PATH. Change the [ffmpeg location](./main.js#L45) if you are not using linux
or have a different path.
- Install the dependencies using `npm install`
- Run the bot using `npm start`
- Scan the QR code using your phone and you are good to go!

# Credits

- [whatsapp-web.js](https://wwebjs.dev)
- [xditya](https://github.com/xditya)

# License

The license can be found [here](./LICENSE)

# ⚠️ Warning

This project is only for educational purposes. Be careful while using it and use
it at your own risk. The developer will not be responsible for any misuse of
this bot, or anything that happens with the whatsapp account that is using this
bot.

# Support

- [Telegram Group](https://t.me/BotzHubChat)