Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fitri-hy/whatsapp-bot

Whastapp Bot With All In One Tool
https://github.com/fitri-hy/whatsapp-bot

ai bot gpt whatsapp whatsapp-bot whatsapp-client

Last synced: 3 days ago
JSON representation

Whastapp Bot With All In One Tool

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
```