aditya12311 / Adii-MD02

Multi Device Whatsapp Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dy

Adii-MD

Testing Multi-Device (Project 2)


Installation

Deploy to Heroku

Deploy

Heroku Buildpack

BuildPack LINK
FFMPEG here
IMAGEMAGICK here

FOR termux USER

git clone https://github.com/Adiixyz/Adii-MD02
cd Adii-MD02
npm install
npm update

FOR WINDOWS/VPS/RDP USER

  • Download And Install Git Click Here
  • Download And Install NodeJS Click Here
  • Download And Install FFmpeg Click Here (Don't Forget Add FFmpeg to PATH enviroment variables)
  • Download And Install ImageMagick Click Here
git clone https://github.com/Adiixyz/Adii-MD02
cd Adii-MD02
npm install
npm update

Installing the FFmpeg

  • 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.

  • Now that you have FFmpeg installed, verify that it worked by running this command to see the version:
> ffmpeg -version

Run

node .

About

Multi Device Whatsapp Bot


Languages

Language:JavaScript 100.0%