https://github.com/SilvaTechB/silva-wave-md
SILVA-WAVE-MD is a cutting-edge, multi-purpose WhatsApp bot designed to revolutionize your chat experience. Whether you're looking to manage your groups more effectively, enjoy a variety of entertainment options, or access useful tools and utilities, SILVA-WAVE-MD has got you covered.
https://github.com/SilvaTechB/silva-wave-md
silva silva-tech-inc whatsapp-api whatsapp-bot whatsapp-chat whatsapp-web
Last synced: 7 months ago
JSON representation
SILVA-WAVE-MD is a cutting-edge, multi-purpose WhatsApp bot designed to revolutionize your chat experience. Whether you're looking to manage your groups more effectively, enjoy a variety of entertainment options, or access useful tools and utilities, SILVA-WAVE-MD has got you covered.
- Host: GitHub
- URL: https://github.com/SilvaTechB/silva-wave-md
- Owner: SilvaTechB
- License: mit
- Created: 2024-07-23T11:39:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-17T17:47:16.000Z (7 months ago)
- Last Synced: 2025-03-17T18:28:28.564Z (7 months ago)
- Topics: silva, silva-tech-inc, whatsapp-api, whatsapp-bot, whatsapp-chat, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 17.6 MB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
κͺΆππ΅π²π²πΊπ ππΌπ-π π π©11κ«
![]()
Cheems Bot Multi Device is a whatsapp bot developed by Xeon using Baileys and Nodejs. Dont forget to give a star bro.------
# ```Bot Info```
-------
## ```Connect With Me```
## ```Donate Me```
- [`Binance`](https://i.ibb.co/W2gYn6S/binance.png)
- [`PayPal`](https://www.paypal.me/josephxeon13)
- [`GooglePay`](https://i.ibb.co/yQkqBS2/donate.png)
- [`FamPay`](https://i.ibb.co/w46VQ8D/Picsart-22-10-08-06-46-30-674.jpg)## ```Bot Support Group Chats```
- [`1st GC`](https://chat.whatsapp.com/Dc2qyVeK8JbJq8Gr3U1pKH)
- [`2nd GC`](https://chat.whatsapp.com/BW0o3ZyiAF5Azb1bIqG9Ue)
- [`3rd GC`](https://chat.whatsapp.com/KMymhLdGcjPHihOkrfHW7q)## `For Termux & Panel User, Download Thisπ`
- [`Click Here`](https://shrinkme.pro/y07LYARu)# Setup For Deployment π
- FORK THE REPOSITORY [Here](https://github.com/DGXeon/CheemsBot-MD11/fork)
## `Generate Pair Code For Session`
[](https://replit.com/@DGXeon/Xeon-PairCode)## ` BUILDPACKS`
```
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git
```[](https://heroku.com/deploy?template=https://github.com/DGXeon/CheemsBot-MD11/)
# Install Manually π
## `Requirements`
* [Node.js](https://nodejs.org/en/)
* [Git](https://git-scm.com/downloads)
* [FFmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-12-08-13-03/ffmpeg-n4.3.1-26-gca55240b8c-win64-gpl-4.3.zip)
* [Libwebp](https://developers.google.com/speed/webp/download)
* Any text editor
## `Clone Repo & Installation dependencies`
```bash
git clone https://github.com/DGXeon/CheemsBot-MD11.git
cd CheemsBot-MD11npm start
```
## `For Termux/Ssh/Ubuntu`
```bash
apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y
pkg install wget
pkg install imagemagick -y
git clone https://github.com/DGXeon/CheemsBot-MD11
cd CheemsBot-MD11
yarn install
npm start
```
## `For VPS`
```bash
apt install nodejs
apt install git
apt apt install ffmpeg
apt apt install libwebp
apt apt install imagrmagick
apt install bash
git clone https://github.com/DGXeon/CheemsBot-MD11
cd CheemsBot-MD11
npm start
```
## `For 24/7 Activation (Termux)`
```bash
npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs
```