@deckasoft/waify 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,13 +62,15 @@ All config files live in `~/.config/waify/`:
62
62
 
63
63
  Scheduling runs on an [Ofelia](https://github.com/mcuadros/ofelia) `scheduler` container that fires a transient sender container per job tick. `waify setup` generates the `Dockerfile`, builds the `openwa-scripts-sender:latest` image locally, and starts the scheduler — so scheduling works out of the box after setup.
64
64
 
65
- Use `waify schedule add` to create cron jobs. The cron format is **6 fields** (sec min hour dom month dow). Changes restart the scheduler automatically; to restart manually:
65
+ In `waify setup` and the TUI you pick a **time + frequency** (Daily / Weekdays / Weekends / Custom days) and a **timezone** from a list — the cron is generated for you and evaluated in your local timezone. The CLI `waify schedule add` still takes a raw **6-field cron** (sec min hour dom month dow) for power users. Changes restart the scheduler automatically; to restart manually:
66
66
 
67
67
  ```bash
68
68
  waify schedule add morning "0 0 9 * * *"
69
69
  docker compose -f ~/.config/waify/docker-compose.yml restart scheduler
70
70
  ```
71
71
 
72
+ You also choose the **message language** in setup and the TUI Settings tab; messages are generated in that language while reusing the example tone.
73
+
72
74
  ## Powered by OpenWA
73
75
 
74
76
  waify uses [OpenWA](https://github.com/rmyndharis/OpenWA) as its WhatsApp API server. OpenWA runs locally in Docker and exposes a REST API that waify uses to send messages. All your WhatsApp data stays on your machine.