A simple whatsapp bot to do some simple stuff.
- !help - Help Message
- !about - Bot info
- Send a media: the bot would auto convert that into a sticker.
- 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 and add it to PATH. Change the ffmpeg location 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!
The license can be found here
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.