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: over 1 year 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T09:33:26.000Z (about 3 years ago)
- Last Synced: 2024-10-24T10:07:40.993Z (over 1 year 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
## [](https://www.javascript.com) [](https://nodejs.org/) [](https://www.sqlite.org)
[](https://www.codefactor.io/repository/github/lol-human/bot-wa/overview/master) [](https://github.com/LoL-Human/bot-wa/) [](https://github.com/LoL-Human/bot-wa/network/members) [](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)