https://github.com/hexecuted98/LulzBot
Simple whatsapp bots made in nodejs baileys
https://github.com/hexecuted98/LulzBot
automation bot whatsapp-bot whatsappbot
Last synced: 8 months ago
JSON representation
Simple whatsapp bots made in nodejs baileys
- Host: GitHub
- URL: https://github.com/hexecuted98/LulzBot
- Owner: AdjiDev
- License: mit
- Created: 2024-12-24T03:59:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-24T04:16:53.000Z (over 1 year ago)
- Last Synced: 2024-12-24T05:23:28.288Z (over 1 year ago)
- Topics: automation, bot, whatsapp-bot, whatsappbot
- Language: JavaScript
- Homepage: https://www.ailibytes.xyz
- Size: 8.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lulz Bot
Just simple whatsapp bot made in baileys
## DETAIL
- Baileys used
> [AdjiDev Baileys](https://github.com/adjidev/baileys)
- Database used
> [SQLite](https://sqlite.org)
## Requirements
- FFMPEG
- NODEJS 18 or later
## HOW TO INSTALL
- First edit the `config.js`
```javacript
system: {
owner: ['123456789'], //owner
botname: 'Lulz Bot', //Botname
developer: 'AdjiDev', //author/dev
website: "https://google.com", //optional
default_limits: 120, //user limits
prefix: ['!', '/'] //default prefix, no prefix the bot will not works!
},
```
- Install the required `modules`
```powershell
npm install
```
- Then start the bot
```powershell
npm start
```