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

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

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`
[![Xeon](https://repl.it/badge/github/quiec/whatsasena)](https://replit.com/@DGXeon/Xeon-PairCode)

## ` BUILDPACKS`

```
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git
```

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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-MD11

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