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
- Host: GitHub
- URL: https://github.com/xziyyy/clairity
- Owner: xziyyy
- License: mit
- Created: 2025-01-29T13:42:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T06:07:21.000Z (over 1 year ago)
- Last Synced: 2025-03-03T06:25:17.986Z (over 1 year ago)
- Topics: baileys-md, bot, bot-whatsapp-md, whatsapp-bot
- Language: JavaScript
- Homepage: https://clairity.us.kg
- Size: 309 KB
- Stars: 4
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)