This code is an implementation of Baileys.
Use this script wisely, use your head in utilizing existing technology
Windows
Requirements:
- Git
Click here - NodeJS
Click here - FFmpeg
Click here - Speedtest by Okla
Add to PATH environment variableTermux
apt update && apt upgrade -yapt install nodejs git ffmpeg wget curl zip -ycurl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash && apt install speedtest -ycurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashsource ~/.bashrcUbuntu
sudo apt update -y && sudo apt upgrade -ysudo apt install nodejs git ffmpeg wget curl zip -ycurl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash && apt install speedtest -ycurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashsource ~/.bashrcwget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo dpkg -i google-chrome-stable_current_amd64.debsudo apt --fix-broken install -yAfter finishing, restart the terminal to load the new information.
nvm install nodenpm i -g pm2node --versionCloning the Repository
git clone https://github.com/rifnd/moon-case.git
Go to the project directory and install all dependencies.
cd moon-case
npm iFinally, run the command below to start :
# non pm2
npm start
# with pm2
npm run devor type your number in here
node index.js --pairingThis code is in no way affiliated with WhatsApp. Use at your own discretion. Don't spam this.
This code was produced based on the baileys library and it is still under development.