From d2bb51ab5f224901fd2e1bdd334fb15191a51ab7 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sun, 15 May 2022 21:13:47 +0700 Subject: [PATCH] chore: update docs --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 6c87b00..d67afd2 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,14 @@ ## Go Whatsapp API Multi Device Version +### Feature +- Send whatsapp via http API, [docs/openapi.yml](./docs/openapi.yaml) for more details +- Compress image before send +- Customizable port and debug mode + - `--port 8000` + - `--debug true` +- Auto reply message + - `--autoreply="Don't reply this message"` + ### Required (without docker) - Mac OS: @@ -21,6 +30,7 @@ 3. run `cd src` 4. run `go run main.go` 5. open `http://localhost:3000` +6. run `go run main.go --help` for more detail flags #### Docker (you don't need to install in required) @@ -39,7 +49,9 @@ 2. Windows (CMD, not PowerShell): `pkger.exe && go build -o whatsapp.exe` 6. run 1. Linux & MacOS: `./whatsapp` + 1. run `./whatsapp --help` for more detail flags 2. Windows: `.\whatsapp.exe` or you can double-click it + 1. run `.\whatsapp.exe --help` for more detail flags 7. open `http://localhost:3000` in browser ## Production Mode (without config)