This project require NodeJS v12.
Clone this project
> git clone https://github.com/ArugaZ/whatsapp-bot.git
> cd whatsapp-bot
Install the dependencies:
> npm install gify-cli -g
> npm install
Run the Whatsapp bot
> npm start
after running it you need to scan the qr
-
Change ownerNumber on settings/setting.json
-
Change groupLimit on settings/setting.json
-
Change memberLimit on settings/setting.json
-
Change prefix on settings/setting.json
-
Change all apiKey settings/api.json
Creator | Yes |
---|---|
Respond img to sticker | ✅ |
Respond img to sticker no bg | ✅ |
Respond url to sticker | ✅ |
Respond gif to sticker | ✅ |
Respond giphy url to sticker | ✅ |
Make a meme from photo | ✅ |
Islam | Yes |
---|---|
List Surah | ✅ |
Info Surah | ✅ |
Surah | ✅ |
Tafsir Alquran | ✅ |
Alquran Audio/Voice | ✅ |
Others | Yes |
---|---|
Teks to Sound/Voice | ✅ |
Translate teks | ✅ |
Get covid info from map | ✅ |
Shortlink | ✅ |
Groups | Yes |
---|---|
Add user | ✅ |
Kick user | ✅ |
Promote User | ✅ |
Demote User | ✅ |
Delete bot msg | ✅ |
Tagall/mentions all | ✅ |
- Add Media Downloader
- Add More Feature
- More refactoring
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