This project require NodeJS v12.
Clone this project
> git clone https://github.com/ArugaZ/whatsapp-bot.git
> cd whatsapp-botInstall the dependencies:
> npm install gify-cli -g
> npm installRun the Whatsapp bot
> npm startafter 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