https://github.com/mvscode/whatsapp-proxy-server
https://github.com/mvscode/whatsapp-proxy-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvscode/whatsapp-proxy-server
- Owner: mvscode
- License: mit
- Created: 2023-01-14T15:54:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:03:32.000Z (about 1 year ago)
- Last Synced: 2025-01-11T15:36:14.850Z (6 months ago)
- Language: Shell
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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[
](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```