Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizzzky78/hani-assistant-v1.0
https://github.com/rizzzky78/hani-assistant-v1.0
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizzzky78/hani-assistant-v1.0
- Owner: rizzzky78
- License: apache-2.0
- Created: 2024-03-15T17:35:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:22:05.000Z (8 months ago)
- Last Synced: 2024-03-30T18:52:43.198Z (8 months ago)
- Language: JavaScript
- Size: 59.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)