https://github.com/dgxeon/cheemsbot-md11
https://github.com/dgxeon/cheemsbot-md11
baileys-bot baileys-md bugbot dgxeon whatsappbot whiskeysockets
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgxeon/cheemsbot-md11
- Owner: DGXeon
- Created: 2024-03-02T17:56:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T23:45:19.000Z (9 months ago)
- Last Synced: 2025-03-13T13:07:23.999Z (about 2 months ago)
- Topics: baileys-bot, baileys-md, bugbot, dgxeon, whatsappbot, whiskeysockets
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 121
- Watchers: 3
- Forks: 624
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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
```