This code is an implementation of Baileys.
Use this script wisely, use your head in utilizing existing technology
Jangan lupa terimakasih sama admin, kasih star nya 😁
Butuh saran solusi bisa chat ke wea atau ke tele, kalo lama bales/ga dibales bukannya seleb tapi emang ada kesibukan sendiri.
Windows
Requirements:
- Git
Click here
- NodeJS
Click here
- FFmpeg
Click here
- Speedtest by Okla
Add to PATH environment variable
Termux
apt update && apt upgrade -y
apt install nodejs git ffmpeg wget curl zip -y
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash && apt install speedtest -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
Ubuntu
sudo apt update -y && sudo apt upgrade -y
sudo apt install nodejs git ffmpeg wget curl zip -y
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash && apt install speedtest -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt --fix-broken install -y
After finishing, restart the terminal to load the new information.
nvm install node
npm i -g pm2
node --version
Cloning the Repository
git clone https://github.com/eabdalmufid/ordiston-bot.git
Go to the project directory and install all dependencies.
cd ordiston-bot
npm i
Finally, run the command below to start :
npm start
This 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.