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 :)
- Host: GitHub
- URL: https://github.com/xditya/whatsapputilitiesbot
- Owner: xditya
- License: apache-2.0
- Created: 2023-08-08T16:23:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T16:23:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T21:12:34.717Z (about 2 months ago)
- Topics: sticker, userbot, utilities, whatsapp, whatsapp-web-js
- Language: JavaScript
- Homepage: https://wa.me/message/3P4CTBX7M6IUO1
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)