Skip to content

Shades626/Halima-Bot_Multi_Device

 
 

Repository files navigation

PFP

Halima-Bot Multi Device

JavaScript NodeJS NodeJS

CodeFactor

Lightweight WhatsApp Bot

✨ Highlights

  • Written in Javascript.
  • 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.

💿 Installation

  • Change filename config.json.example to config.json then,

  • Termux (if you are not using termux, skip this step)

$ 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
$ npm install

▶️ Run

  • Production mode
$ npm start
  • Develelopment mode
$ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%