Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:27:49.000Z (2 months ago)
- Last Synced: 2024-10-01T00:22:44.878Z (about 2 months ago)
- Topics: ai, bot, gpt, whatsapp, whatsapp-bot, whatsapp-client
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 startexample:
.bulk start group-bulk
```### Custom Message
Go to: `/config/ConfigMessage.json### App Searching
```
.appexample:
.app whatsapp
```### Chat GPT
```
.aiexample:
.ai hi
```### SEO Checker
```
.seoexample:
.seo i-as.dev
```### Math
```
.mtkexample:
.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
```
.translateexample:
.translate id hungry
```### PDF Searching
```
.searchpdfexample:
.searchpdf modules javascript
```### Video Searching
```
.searchvideoexample:
.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
```