https://github.com/fitri-hy/whatsapp-bot
Whastapp Bot With All In One Tool
https://github.com/fitri-hy/whatsapp-bot
ai bot downloader gpt image video wabot whatsapp whatsapp-bot whatsapp-client
Last synced: 9 months ago
JSON representation
Whastapp Bot With All In One Tool
- Host: GitHub
- URL: https://github.com/fitri-hy/whatsapp-bot
- Owner: fitri-hy
- License: mit
- Created: 2024-07-20T11:01:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:33:25.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:14:13.196Z (about 1 year ago)
- Topics: ai, bot, downloader, gpt, image, video, wabot, whatsapp, whatsapp-bot, whatsapp-client
- Language: JavaScript
- Homepage:
- Size: 74.6 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp Bot
### Bulk Message
```
.bulk list
```
```
.bulk create "responseText"
example:
.bulk create group-bulk 681111111111,6282222222222,62833333333 "Hi, This is a bulk message"
```
```
.bulk start
example:
.bulk start group-bulk
```
### Custom Message
Go to: `/config/ConfigMessage.json
### App Searching
```
.app
example:
.app whatsapp
```
### Chat GPT
```
.ai
example:
.ai hi
```
### SEO Checker
```
.seo
example:
.seo i-as.dev
```
### Math
```
.mtk
example:
.mtk 10+10-10*2/2
```
### Encrypted
```
.md5 - Generates an MD5 hash of the text.
.sha256 - Generates a SHA-256 hash of text.
.sha512 - Generates a SHA-512 hash of the text.
.ripemd160 - Generates a RIPEMD-160 hash of the text.
.blake2 - Generates a BLAKE2 hash of the text.
```
### Translation
```
.translate
example:
.translate id hungry
```
### PDF Searching
```
.searchpdf
example:
.searchpdf modules javascript
```
### Video Searching
```
.searchvideo
example:
.searchvideo learn javascript
```
Features will continue to grow over time
## Instalation
```
git clone https://github.com/fitri-hy/whatsapp-bot.git
cd whatsapp-bot
npm install
npm start
```