|
|
@ -4,6 +4,9 @@ |
|
|
- 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 |
|
|
|
|
|
- Basic Auth |
|
|
|
|
|
- `--basic-auth=kemal:secret`, or you can simplify |
|
|
|
|
|
- `-b=kemal:secret` |
|
|
- Customizable port and debug mode |
|
|
- Customizable port and debug mode |
|
|
- `--port 8000` |
|
|
- `--port 8000` |
|
|
- `--debug true` |
|
|
- `--debug true` |
|
|
@ -91,18 +94,19 @@ You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API |
|
|
|
|
|
|
|
|
### App User Interface |
|
|
### App User Interface |
|
|
|
|
|
|
|
|
1. Homepage  |
|
|
|
|
|
|
|
|
1. Homepage  |
|
|
2. Login  |
|
|
2. Login  |
|
|
3. Send Message  |
|
|
3. Send Message  |
|
|
4. Send Image  |
|
|
4. Send Image  |
|
|
5. Send File  |
|
|
5. Send File  |
|
|
6. Send Video  |
|
|
6. Send Video  |
|
|
6. Send Contact  |
|
|
|
|
|
7. User Info  |
|
|
|
|
|
8. User Avatar  |
|
|
|
|
|
9. User Privacy  |
|
|
|
|
|
10. User Group  |
|
|
|
|
|
11. Auto Reply  |
|
|
|
|
|
|
|
|
7. Send Contact  |
|
|
|
|
|
8. User Info  |
|
|
|
|
|
9. User Avatar  |
|
|
|
|
|
10. User Privacy  |
|
|
|
|
|
11. User Group  |
|
|
|
|
|
12. Auto Reply  |
|
|
|
|
|
13. Basic Auth Prompt  |
|
|
|
|
|
|
|
|
### Mac OS NOTE |
|
|
### Mac OS NOTE |
|
|
|
|
|
|
|
|
|