Giter Club home page Giter Club logo

entahlah's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @devbotmail
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

Lord All Bott

Velgrynd

Botxz Lord

Simple Rpg WhatsApp Bot

Join Group Whatsapp

Grup WhatsApp Bot Wangsaff BOT Katalog

Deploy to heroku

Deploy

BuildPack LINK
FFMPEG copy this link
IMAGEMAGICK copy this link

Tutorial YouTube

YouTube

FOR TERMUX

install required packages

$ pkg update && pkg upgrade
$ pkg install bash
$ pkg install wget
$ pkg install git -y 
$ pkg install nodejs -y 
$ apt install ffmpeg -y
$ apt install imagemagick -y
$ pkg install libwebp
$ git clone https://github.com/devbotmail/Test
$ termux setup-storage
$ cd Test

Menginstall modules

$ npm install
$ npm update

If npm install failed, try using yarn instead of npm

$ pkg install yarn -y
$ yarn install

Running bot

node .
  1. Wait for bot starting...
  2. Scan QR code from 2nd device. (Go to whatsapp > Linked Devices > Join Multi Device Beta > Click on link device)
  3. Now your bot is ready to rock n roll.

INSTALL ON TERMUX WITH UBUNTU

[ INSTALLING UBUNTU ]

apt update && apt full-upgrade
apt install wget curl git proot-distro
proot-distro install ubuntu
echo "proot-distro login ubuntu" > $PREFIX/bin/ubuntu
ubuntu

[ INSTALLING REQUIRED PACKAGES ]

ubuntu
apt update && apt full-upgrade
apt install wget curl git ffmpeg imagemagick build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev dbus-x11 ffmpeg2theora ffmpegfs ffmpegthumbnailer ffmpegthumbnailer-dbg ffmpegthumbs libavcodec-dev libavcodec-extra libavcodec-extra58 libavdevice-dev libavdevice58 libavfilter-dev libavfilter-extra libavfilter-extra7 libavformat-dev libavformat58 libavifile-0.7-bin libavifile-0.7-common libavifile-0.7c2 libavresample-dev libavresample4 libavutil-dev libavutil56 libpostproc-dev libpostproc55 graphicsmagick graphicsmagick-dbg graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat groff imagemagick-6.q16hdri imagemagick-common libchart-gnuplot-perl libgraphics-magick-perl libgraphicsmagick++-q16-12 libgraphicsmagick++1-dev

[ INSTALLING NODEJS & GAMES-WABOT ]

ubuntu
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
apt install -y nodejs gcc g++ make
git clone https://github.com/BochilGaming/games-wabot -b multi-device
cd games-wabot
npm install
npm update

FOR WINDOWS/VPS/RDP

Download & install this programs

Programs LINK
Git Click this
NodeJs Click this
Ffmpeg Click this
ImageMagick Click this

Installing the FFmpeg and Add FFmpeg to PATH enviroment variables

  • Download one of the FFmpeg versions here.
  • Extract file to C:\ path.
  • Rename the extracted folder to ffmpeg.
  • Run Command Prompt as Administrator.
  • Run the following command:
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

If successful, it will give you a message like: SUCCESS: specified value was saved.

  • To verify that it works by running this command to see the version:
> ffmpeg -version

Run

git clone https://github.com/devbotmail/Test
cd Test
npm install
npm update
node .
If npm install failed, try using yarn instead of npm
$ npm install yarn
$ yarn
$ yarn install

How To Customise Message Display

// Syntax
conn.sendButton(
      jid, // jid of the user to send the message to
      text, // text to send
      foooter, // footer to send
      buffer, // buffer to send (optional), if you want to send button image, location, etc
      buttons, // buttons to send, example [['text1', 'id1'], ['text2', 'id2']]
      quoted, // quoted message to send (optional)
      options // options to send, example { asLocation: true }
)

// example 
conn.sendButton(m.chat, 'Hello world!', '@BochilGaming', null, [
      ['Hello', 'hello'], ['Bye', 'bye']
])
// example button location
conn.sendButton(m.chat, 'Hello world!', '@BochilGaming', 'https://github.com/BochilGaming', 
      [['Hello', 'hello'], ['Bye', 'bye']], 
      null, { asLocation: true }
)

want to contribute?

  1. fork this repository
  2. Change/edit/create what you want. for example you can add features, fix bug, etc
  3. test before making a pull req!!
  4. make a pull req!
  5. if your pull req is already in acc/merge, you can delete your branch or you can create pull req again :)

โ— Warning

WhatsApp bot is still in the development stage, so there are a few bugs WhatsApp Connection (BETA, not working perfectly)

Editing Number Owner & session name in config.js Get Apikey zenz on zenz

install node_modules

> npm install && npm update

devbotmail stat

Ra Github stat

Ra Github troppy

Thanks To

License: MIT

Support Me

Thanks For Donate


boleh di hapus maupun di tambahkan

Nurutomo Hyzerr AzRy Arya
Nurutomo Hyzerr AzRy Lordnya-devbotmail
Penulis / Pencipta Penulis ulang Owner Bot Partner

entahlah's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.