Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuurahz/base
Lightweight Bot Wa Using Baileys
https://github.com/yuurahz/base
base-bot whatsapp-bot
Last synced: 8 days ago
JSON representation
Lightweight Bot Wa Using Baileys
- Host: GitHub
- URL: https://github.com/yuurahz/base
- Owner: yuurahz
- License: mit
- Created: 2024-09-21T19:58:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:57:35.000Z (2 months ago)
- Last Synced: 2024-11-03T15:23:14.975Z (2 months ago)
- Topics: base-bot, whatsapp-bot
- Language: JavaScript
- Homepage: https://api.yoshida.my.id
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Introduction
> Yoshida is a WhatsApp Bot with many multifunctional features, using Baileys For Free
> - This script is 100% free, which uses the api from [Yoshida-APIs](https://api.yoshida.my.id)
> - Using the module from [@yoshx/func](https://www.npmjs.com/package/@yoshx/func)## Set in .env
```Javascript
DATABASE_URL = '' // your mongodb database
```## Install and run
```Javascript
$ npm install
$ npm start
$ node . --db atau --dbv2 //for acces mongodb database
```## Plugins run command
```Javascript
module.exports = {
run: async (m, {
conn,
text,
participants
}) => {
try {
// your code
} catch (e) {
return conn.reply(m.chat, Func.jsonFormat(e), m)
}
},
help: ['command'],
tags: ['category'],
command: /^(command)$/i,
group: Boolean,
admin: Boolean,
limit: Boolean,
premium: Boolean,
botAdmin: Boolean,
owner: Boolean
}
```## Plugins Event
```Javascript
module.exports = {
async before(m, {
conn,
body,
isOwner
}) {
try {
// your code
} catch (e) {
return conn.reply(m.chat, Func.jsonFormat(e), m)
}
return true
}
}
```
---------
Wanna see the bot feature? lookout our main bot [Official](https://wa.me/62856400229695?text=.menu)
> Will be increased every time it get new updates
---------
## Requirements
- [x] Server Panel/Vps Minimum Space (1gb)
> The requirements above are the minimum requirements to running the bot. Upgrade it higher for better experience
---------## 📮 S&K
1. Not For Sale
2. Don't forget give star this repo
3. Don't use this repository wrong!
4. If you have problem chat me in owner number---------
## Contributor
[![nando](https://github.com/rifnd.png?size=100)](https://github.com/rifnd) | [![Adi](https://github.com/YuuraHz.png?size=100)](https://github.com/YuuraHz) | [![Nurutomo](https://github.com/Nurutomo.png?size=100)](https://github.com/Nurutomo)
----|----|----
[Nando](https://github.com/rifnd) | [Adi](https://github.com/YuuraHz) | [Nurutomo](https://github.com/Nurutomo)
Inspiration | Developer | Author