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

https://github.com/xziyyy/clairity

A simple bot WhatsApp - easy running in termux
https://github.com/xziyyy/clairity

baileys-md bot bot-whatsapp-md whatsapp-bot

Last synced: over 1 year ago
JSON representation

A simple bot WhatsApp - easy running in termux

Awesome Lists containing this project

README

          

## For Termux/Ubuntu/SSH User

```bash
pkg update && pkg upgrade
pkg install git -y
pkg install nodejs-lts
pkg install ffmpeg -y
git clone https://github.com/xziyyy/clairity.git
cd clairity
npm install
```

[RECOMMENDED INSTALL ON TERMUX]
```bash
pkg install yarn
yarn
```

Run
```bash
npm start
```
Editing on Termux
```bash
npm install mc -y
mc
```

edit file in ./media/settings/config.js
```bash
global.botname = "Clairity Bot" // bot name
global.ownerNumber = [`${global.owner}`,'no2','no3'] // no owner can access all features
global.email = '@gmail.com' // leave blank if you don't have one
global.web = 'https://' // leave blank if you don't have one
global.location = 'Banten' // fill in your area or place of residence if you don't want to leave it blank
global.packname = 'clairiry' // wm on the sticker
global.author = 'created by xZiyy' // wm on the sticker
```

License: [MIT](https://choosealicense.com/licenses/mit/)