mvscode / whatsapp-proxy-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Proxy Server Deployment Script

GitHub Repo Stars Forks

github

This Bash script automates the process of updating system packages, installing Docker and Docker Compose, cloning the WhatsApp Proxy repository, building a Docker image, and starting the WhatsApp proxy service using Docker Compose.

Prerequisites

  • Linux operating system (tested on Debian and CentOS)
  • Git installed
  • Internet connection
wget https://raw.githubusercontent.com/MvsCode/whatsapp-proxy-server/main/waproxy.sh -O ./waproxy.sh && chmod +x waproxy.sh && ./waproxy.sh install
git clone https://github.com/MvsCode/whatsapp-proxy-server.git

About

License:MIT License


Languages

Language:Shell 100.0%