|
|
@ -1,13 +1,20 @@ |
|
|
## Whatsapp API Multi Device Version |
|
|
## Whatsapp API Multi Device Version |
|
|
|
|
|
|
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/releases) |
|
|
|
|
|
|
|
|
 |
|
|
<br> |
|
|
<br> |
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/actions/workflows/deploy-windows.yml) |
|
|
|
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/actions/workflows/deploy-linux.yml) |
|
|
|
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/actions/workflows/deploy-mac.yml) |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
<br> |
|
|
|
|
|
 |
|
|
|
|
|
 |
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
### Support ARM |
|
|
|
|
|
Now that we support ARM64 for Linux: |
|
|
|
|
|
- [Release](https://github.com/aldinokemal/go-whatsapp-web-multidevice/releases) for ARM64 |
|
|
|
|
|
- [Docker Image](https://hub.docker.com/r/aldinokemal2104/go-whatsapp-web-multidevice/tags) for ARM64. |
|
|
|
|
|
|
|
|
### Feature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Feature |
|
|
- Send whatsapp via http API, [docs/openapi.yml](./docs/openapi.yaml) for more details |
|
|
- Send whatsapp via http API, [docs/openapi.yml](./docs/openapi.yaml) for more details |
|
|
- Compress image before send |
|
|
- Compress image before send |
|
|
- Compress video before send |
|
|
- Compress video before send |
|
|
@ -80,10 +87,6 @@ |
|
|
``` |
|
|
``` |
|
|
docker run --detach --publish=3000:3000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages aldinokemal2104/go-whatsapp-web-multidevice --autoreply="Dont't reply this message please" |
|
|
docker run --detach --publish=3000:3000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages aldinokemal2104/go-whatsapp-web-multidevice --autoreply="Dont't reply this message please" |
|
|
``` |
|
|
``` |
|
|
### Production Mode (docker-arm64) |
|
|
|
|
|
``` |
|
|
|
|
|
docker run --detach --publish=3000:3000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages aldinokemal2104/go-whatsapp-web-multidevice:latest-arm --autoreply="Dont't reply this message please" |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Production Mode (binary) |
|
|
### Production Mode (binary) |
|
|
|
|
|
|
|
|
|