Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LoL-Human/bot-wa
LoL Human WhatsApp Bot Multi Device
https://github.com/LoL-Human/bot-wa
bot javascript nodejs whatsapp whatsapp-bot
Last synced: 2 months ago
JSON representation
LoL Human WhatsApp Bot Multi Device
- Host: GitHub
- URL: https://github.com/LoL-Human/bot-wa
- Owner: LoL-Human
- License: apache-2.0
- Created: 2022-07-07T14:53:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T09:33:26.000Z (over 1 year ago)
- Last Synced: 2024-07-30T21:03:02.152Z (5 months ago)
- Topics: bot, javascript, nodejs, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage: https://api.lolhuman.xyz
- Size: 65.4 KB
- Stars: 46
- Watchers: 2
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoL Human WhatsApp Bot Multi Device
## [![JavaScript](https://img.shields.io/badge/JavaScript-d6cc0f?style=for-the-badge&logo=javascript&logoColor=white)](https://www.javascript.com) [![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) [![NodeJS](https://img.shields.io/badge/SQLite3-000000?style=for-the-badge&logo=sqlite&logoColor=white)](https://www.sqlite.org)
[![CodeFactor](https://www.codefactor.io/repository/github/lol-human/bot-wa/badge/master)](https://www.codefactor.io/repository/github/lol-human/bot-wa/overview/master) [![](https://img.shields.io/github/repo-size/LoL-Human/bot-wa)](https://github.com/LoL-Human/bot-wa/) [![](https://img.shields.io/github/forks/LoL-Human/bot-wa.svg)](https://github.com/LoL-Human/bot-wa/network/members) [![](https://img.shields.io/github/stars/LoL-Human/bot-wa.svg)](https://github.com/LoL-Human/bot-wa/network/members)
Lightweight WhatsApp Bot
## ✨ Highlights
- Written in [Javascript](https://www.javascript.com).
- Has a plugin that makes it easier to condition the user.
- Easy to maintenace without turning off the bot (hot reload).
- Made with [Baileys - Multi Device](https://github.com/adiwajshing/Baileys/).---
## 📝 TO-DO
- You can find it [here](https://github.com/LoL-Human/bot-wa/issues/1).
---
## 💿 Installation
- Change filename config.json.example to config.json then,
- Termux (if you are not using termux, skip this step)
```cmd
$ pkg install git sqlite python make -y
$ npm install sqlite3 --build-from-source --sqlite=/data/data/com.termux/files/usr/bin/sqlite3
```- Installing nodejs package & migrating
```cmd
$ npm install
```---
## ▶️ Run
- Production mode
```cmd
$ npm start
```- Develelopment mode
```cmd
$ npm i -g nodemon
$ nodemon
```---
## 💪 Contributing
- Feel free to open an issue regarding any issue or if you have any feature requests
- If you want to contribute
1. Fork this repository
2. Edit / change what you want, for example you want to add features / fix bugs
3. Test first
4. You can submit a pull request---
## 🙏 Special Thanks To
- Allah SWT
- [Adiwajshing - Baileys](https://github.com/adiwajshing/Baileys)
- [Faiz Bastomi](https://github.com/FaizBastomi/)
- [Pais](https://github.com/Paiiss)