|
|
|
@ -48,10 +48,11 @@ |
|
|
|
|
|
|
|
1. Clone this repo `git clone https://github.com/aldinokemal/go-whatsapp-web-multi-device` |
|
|
|
2. open via cmd/terminal |
|
|
|
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 |
|
|
|
3. run `go install github.com/markbates/pkger/cmd/pkger@latest` |
|
|
|
4. run `cd src` |
|
|
|
5. run `pkger && go run main.go` |
|
|
|
6. open `http://localhost:3000` |
|
|
|
7. run `go run main.go --help` for more detail flags |
|
|
|
|
|
|
|
#### Docker (you don't need to install in required) |
|
|
|
|
|
|
|
@ -109,6 +110,7 @@ API using [openapi-generator](https://openapi-generator.tech/#try) |
|
|
|
| ✅ | Send Link | POST | /send/link | |
|
|
|
| ✅ | Send Location | POST | /send/location | |
|
|
|
| ✅ | Revoke Message | POST | /message/:message_id/revoke | |
|
|
|
| ✅ | React Message | POST | /message/:message_id/react | |
|
|
|
|
|
|
|
``` |
|
|
|
✅ = Available |
|
|
|
@ -117,7 +119,7 @@ API using [openapi-generator](https://openapi-generator.tech/#try) |
|
|
|
|
|
|
|
### App User Interface |
|
|
|
|
|
|
|
1. Homepage  |
|
|
|
1. Homepage  |
|
|
|
2. Login  |
|
|
|
3. Send Message  |
|
|
|
4. Send Image  |
|
|
|
@ -126,12 +128,13 @@ API using [openapi-generator](https://openapi-generator.tech/#try) |
|
|
|
7. Send Contact  |
|
|
|
8. Send Location  |
|
|
|
9. Revoke Message  |
|
|
|
10. User Info  |
|
|
|
11. User Avatar  |
|
|
|
12. My Privacy  |
|
|
|
13. My Group  |
|
|
|
14. Auto Reply  |
|
|
|
15. Basic Auth Prompt  |
|
|
|
10. Reaction Message  |
|
|
|
11. User Info  |
|
|
|
12. User Avatar  |
|
|
|
13. My Privacy  |
|
|
|
14. My Group  |
|
|
|
15. Auto Reply  |
|
|
|
16. Basic Auth Prompt  |
|
|
|
|
|
|
|
### Mac OS NOTE |
|
|
|
|
|
|
|
|