An open API service indexing awesome lists of open source software.

https://github.com/mvscode/whatsapp-proxy-server


https://github.com/mvscode/whatsapp-proxy-server

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# WhatsApp Proxy Server Deployment Script

[![GitHub Repo][repo-shield]][repo-url]
[![Stars][stars-shield]][stars-url]
[![Forks][forks-shield]][forks-url]

[repo-shield]: https://img.shields.io/badge/GitHub-MvsCode%2Fwhatsapp--proxy--server-brightgreen?style=flat-square&logo=github
[repo-url]: https://github.com/MvsCode/whatsapp-proxy-server
[stars-shield]: https://img.shields.io/github/stars/MvsCode/whatsapp-proxy-server.svg?style=flat-square&logo=github&color=yellow
[stars-url]: https://github.com/MvsCode/whatsapp-proxy-server/stargazers
[forks-shield]: https://img.shields.io/github/forks/MvsCode/whatsapp-proxy-server.svg?style=flat-square&logo=github&color=green
[forks-url]: https://github.com/MvsCode/whatsapp-proxy-server/network/members

[github](https://github.com/WhatsApp/proxy)

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

```bash
wget https://raw.githubusercontent.com/MvsCode/whatsapp-proxy-server/main/waproxy.sh -O ./waproxy.sh && chmod +x waproxy.sh && ./waproxy.sh install

```

```bash
git clone https://github.com/MvsCode/whatsapp-proxy-server.git

```