von-strucker / WhatsApp-Bot-Devi

Bulid with the power of Devi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PFP

Don't forget to click ⭐️ and fork this repository

This whatsapp bot project use

Javascript MondoDB

A Fully Modular and Efficient Bot

Deploy

Devi Bot

Devi is a whatsapp bot created with @whiskeysockets/baileys and written in javascript(ES6), and this is my first open source project, if there is a mistake feel free to open a issues.

NOTE: I can't guarantee you will not be blocked by using this code, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe.

Prerequisites

Installation

Clone this project

> git clone https://github.com/Debanjan-San/WhatsApp-Bot-Devi.git
> cd WhatsApp-Bot-Devi

Installing the dependencies (make sure you're in the project directory that you've just cloned):

> npm i

Setup & Using the bot

  1. Create .env and fill out the MONGO (For example you can see .env.example)
  2. Run the code
> npm start
  1. Open http://localhost:3000/ on your host browser and scan the QRcode with your WhatsApp app (or you can set the printQRInTerminal: false on index.js to scan the QRcode on the terminal)
  2. Start using the bot by sending #help to the host/bot account (to change the prefix change it at getConfig.js)

How to contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am "Add some feature"
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Join our support group

  • Support guild link Arus

About

Bulid with the power of Devi


Languages

Language:JavaScript 96.0%Language:CSS 3.1%Language:HTML 0.5%Language:Nix 0.3%Language:Dockerfile 0.2%Language:Procfile 0.0%