- How to Install Bot (Is in Indonesian)
- Change ownerNumber in msgHndlr.js to be your number ownerNumber = "6213xxxxxx@c.us"
Clone this project
> git clone https://github.com/iuha/whatsapp-bot-master
> cd whatsapp-bot-master
Install the dependencies:
> npm install gify-cli -g
> npm install
- run the Whatsapp bot
> npm start
- stop the Whatsapp bot
for npm :
> ctrl + c
After running for the first time the QR Code will pop in bash, Scan the qr with mobile whatsapp app.
Sticker Creator | Feature |
---|---|
✅ | Sticker With Image |
✅ | Sticker With Gif |
✅ | Sticker With Image Url (coming soon) |
✅ | Sticker With Gif Url (coming soon) |
✅ | Image To Sticker |
Downloader | Feature |
---|---|
✅ | YouTube Video Downloader |
✅ | Instagram Video/Image Downloader (coming soon) |
✅ | Facebook Video Downloader (coming soon) |
✅ | Tiktok Downloader (coming soon) |
✅ | Twitter Video Downloader |
Media | Feature |
---|---|
✅ | Get a random meme |
✅ | Text to speech |
✅ | Get a random nsfw images |
✅ | Lyrics |
✅ | Get a random cat images |
✅ | Get a random dog images |
✅ | Get a random monkey images |
NSFW | Feature |
:------------: | :---------------------------------------------: |
✅ | Get a random pussy |
✅ | Get a random boobs |
✅ | Get a random asshole |
✅ | Get a random blowjob |
✅ | Get a random gonewild |
✅ | Get a random amateur |
✅ | Get nhentai link |
Owner Bot Only | Feature |
:------------: | :---------------------------------------------: |
✅ | Join Group |
Make sure all the necessary dependencies are installed: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
Fix Stuck on linux, install google chrome stable:
> wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
> sudo apt install ./google-chrome-stable_current_amd64.deb